[SCM] ardour/master: Use the new soundtouch.pc file.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Mon Feb 21 20:32:09 UTC 2011


The following commit has been merged in the master branch:
commit e5175ac6472e504021623e1a5eea022fdf150d43
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Mon Feb 21 15:07:13 2011 -0500

    Use the new soundtouch.pc file.
    
    The pkg-config soundtouch-1.0.pc file was obsolete and it is no longer
    provided, rely on the new soundtouch.pc instead.

diff --git a/debian/patches/150_soundtouch.patch b/debian/patches/150_soundtouch.patch
new file mode 100644
index 0000000..1dc32d1
--- /dev/null
+++ b/debian/patches/150_soundtouch.patch
@@ -0,0 +1,18 @@
+Description: Use the new soundtouch.pc file.
+ The pkg-config soundtouch-1.0.pc file was obsolete and it is no longer
+ provided, rely on the new soundtouch.pc instead.
+Author: Miguel Colon <debian.micove at gmail.com>
+Forwarded: no
+Last-Update: 2011-02-21
+
+--- ardour-2.8.11.orig/SConstruct
++++ ardour-2.8.11/SConstruct
+@@ -1086,7 +1086,7 @@ if env['SYSLIBS']:
+ 
+ #    libraries['flowcanvas'] = LibraryInfo(LIBS='flowcanvas', LIBPATH='#/libs/flowcanvas', CPPPATH='#libs/flowcanvas')
+     libraries['soundtouch'] = LibraryInfo()
+-    libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0')
++    libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch')
+     # Comment the previous line and uncomment this for old versions of Debian:
+     #libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch')
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2c44822..8c0c070 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 100_syslibs.patch
 111_libardourvampplugins.patch
 140_enable-ladish.patch
+150_soundtouch.patch

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list