[SCM] ardour3/master: Updated soudtouch.patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Sep 28 07:44:53 UTC 2011


The following commit has been merged in the master branch:
commit a242f9516fb97ad99c3d769a09b85bd8d567475f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Sep 28 09:44:29 2011 +0200

    Updated soudtouch.patch

diff --git a/debian/patches/soundtouch.patch b/debian/patches/soundtouch.patch
index 3d062b6..e01bce7 100644
--- a/debian/patches/soundtouch.patch
+++ b/debian/patches/soundtouch.patch
@@ -4,14 +4,16 @@ Description: Use the new soundtouch.pc file.
 Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
 Forwarded: no
 Last-Update: 2011-04-17
---- a/libs/ardour/wscript
-+++ b/libs/ardour/wscript
-@@ -245,7 +245,7 @@
-         autowaf.check_pkg(conf, 'slv2', uselib_store='SLV2', atleast_version='0.6.4', mandatory=False)
-         autowaf.check_pkg(conf, 'slv2', uselib_store='NEW_SLV2', atleast_version='0.7.0', mandatory=False)
-         autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL', atleast_version='0.9.14', mandatory=False)
--        autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH', mandatory=False)
-+        autowaf.check_pkg(conf, 'soundtouch', uselib_store='SOUNDTOUCH', mandatory=False)
-         autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
-         autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
-         autowaf.check_pkg(conf, 'flac', uselib_store='FLAC', atleast_version='1.2.1')
+Index: ardour3/libs/ardour/wscript
+===================================================================
+--- ardour3.orig/libs/ardour/wscript	2011-09-27 23:33:30.000000000 +0200
++++ ardour3/libs/ardour/wscript	2011-09-27 23:37:29.362003342 +0200
+@@ -265,7 +265,7 @@
+         if conf.env['HAVE_SLV2']:
+             autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL',
+                               atleast_version='0.9.14', mandatory=False)
+-    autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
++    autowaf.check_pkg(conf, 'soundtouch', uselib_store='SOUNDTOUCH',
+                       mandatory=False)
+     autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',
+                       atleast_version='1.12.0', mandatory=False)

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list