[SCM] stk/master: Only build demo program when realtime is enabled

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu May 12 03:11:46 UTC 2016


The following commit has been merged in the master branch:
commit 177e5e6c367024b8b77e4a063d2ee02d2a3cfa9c
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed May 11 23:53:23 2016 -0300

    Only build demo program when realtime is enabled
    
    Closes: #815509

diff --git a/debian/patches/0007-demo-needs-rt.patch b/debian/patches/0007-demo-needs-rt.patch
new file mode 100644
index 0000000..6aaeb32
--- /dev/null
+++ b/debian/patches/0007-demo-needs-rt.patch
@@ -0,0 +1,32 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -6,8 +6,8 @@ REALTIME = @realtime@
+ 
+ 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
+@@ -17,8 +17,8 @@ endif
+ 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
+@@ -28,8 +28,8 @@ endif
+ 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
diff --git a/debian/patches/series b/debian/patches/series
index 225a89c..25e56c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-File-endian.h-is-not-on-machine-subdir.patch
 0005-Fix-install-target-for-new-soname-scheme.patch
 0007-Finish-renaming-SKINI.patch
+0007-demo-needs-rt.patch

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list