[SCM] stk/master: demo project requires realtime

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Wed Oct 30 15:54:51 UTC 2013


The following commit has been merged in the master branch:
commit 6100155dc08d1b2831b747c4bc12e35ce223f6a9
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Oct 30 12:31:23 2013 -0300

    demo project requires realtime

diff --git a/debian/patches/02-realtime.patch b/debian/patches/02-realtime.patch
index ab409cc..61dda1e 100644
--- a/debian/patches/02-realtime.patch
+++ b/debian/patches/02-realtime.patch
@@ -6,8 +6,8 @@ Forwarded: no
  Makefile.in |    8 ++++++++
  1 file changed, 8 insertions(+)
 
---- stk.orig/Makefile.in
-+++ stk/Makefile.in
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -2,30 +2,38 @@
  
  RM = /bin/rm
@@ -16,8 +16,8 @@ Forwarded: no
 +
  all :
  	cd src && $(MAKE)
- 	cd projects/demo && $(MAKE) stk-demo
 +ifeq ($(REALTIME),yes)
+ 	cd projects/demo && $(MAKE) stk-demo
  	cd projects/effects && $(MAKE) libeffects
  	cd projects/ragamatic && $(MAKE) libragamat
  	cd projects/eguitar && $(MAKE) libeguitar
@@ -27,8 +27,8 @@ Forwarded: no
  clean : 
  	$(RM) -f *~
  	cd src && $(MAKE) clean
- 	cd projects/demo && $(MAKE) clean
 +ifeq ($(REALTIME),yes)
+ 	cd projects/demo && $(MAKE) clean
  	cd projects/effects && $(MAKE) clean
  	cd projects/ragamatic && $(MAKE) clean
  	cd projects/eguitar && $(MAKE) clean
@@ -38,8 +38,8 @@ Forwarded: no
  distclean: clean
  	$(RM) -rf config.log config.status autom4te.cache Makefile
  	cd src && $(MAKE) distclean
- 	cd projects/demo && $(MAKE) distclean
 +ifeq ($(REALTIME),yes)
+ 	cd projects/demo && $(MAKE) distclean
  	cd projects/effects && $(MAKE) distclean
  	cd projects/ragamatic && $(MAKE) distclean
  	cd projects/eguitar && $(MAKE) distclean

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list