[SCM] stk packaging branch, master, updated. debian/4.4.2-1-5-gf532412

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sun Feb 7 14:18:17 UTC 2010


The following commit has been merged in the master branch:
commit 357e43950afd82709e4132d42cc6f03b023062fd
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sun Feb 7 15:17:57 2010 +0100

    Disable realtime support on hurd,kfreebsd architectures.

diff --git a/debian/patches/02-realtime.patch b/debian/patches/02-realtime.patch
new file mode 100644
index 0000000..7c8b53c
--- /dev/null
+++ b/debian/patches/02-realtime.patch
@@ -0,0 +1,44 @@
+Author: Pino Toscano <toscano.pino at tiscali.it>
+Description: Enable realtime support only on those architectures that
+ actually provide it.
+---
+ Makefile.in |    8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+--- stk.orig/Makefile.in
++++ stk/Makefile.in
+@@ -1,26 +1,34 @@
+ ### Do not edit -- Generated by 'configure --with-whatever' from Makefile.in
+ 
++REALTIME = @realtime@
++
+ all :
+ 	cd src && $(MAKE)
+ 	cd projects/demo && $(MAKE) stk-demo
++ifeq ($(REALTIME),yes)
+ 	cd projects/effects && $(MAKE) libeffects
+ 	cd projects/ragamatic && $(MAKE) libragamat
++endif
+ 	cd projects/examples && $(MAKE) -f libMakefile
+ 
+ clean : 
+ 	-rm -f *~
+ 	cd src && $(MAKE) clean
+ 	cd projects/demo && $(MAKE) clean
++ifeq ($(REALTIME),yes)
+ 	cd projects/effects && $(MAKE) clean
+ 	cd projects/ragamatic && $(MAKE) clean
++endif
+ 	cd projects/examples && $(MAKE) clean
+ 
+ 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/effects && $(MAKE) distclean
+ 	cd projects/ragamatic && $(MAKE) distclean
++endif
+ 	cd projects/examples && $(MAKE) distclean
+ 
+ install:

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list