Gentoo Archives: gentoo-commits

From: "Andreas Schuerch (nativemad)" <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ardour/files: ardour-3.5-syslibs.patch
Date: Mon, 28 Oct 2013 18:50:06
Message-Id: 20131028185002.DAAFA20047@flycatcher.gentoo.org
1 nativemad 13/10/28 18:50:02
2
3 Added: ardour-3.5-syslibs.patch
4 Log:
5 Bump to 3.5.14. Thanks Alexey McSakoff for the ebuilds and the updated patch. See Bug 488934.
6
7 (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
8
9 Revision Changes Path
10 1.1 media-sound/ardour/files/ardour-3.5-syslibs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-3.5-syslibs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-3.5-syslibs.patch?rev=1.1&content-type=text/plain
14
15 Index: ardour-3.5-syslibs.patch
16 ===================================================================
17 diff --git a/libs/ardour/wscript b/libs/ardour/wscript
18 index 4d56983..41dd54a 100644
19 --- a/libs/ardour/wscript
20 +++ b/libs/ardour/wscript
21 @@ -287,7 +287,8 @@ def configure(conf):
22
23 # we don't try to detect this, since its part of our source tree
24
25 - conf.define('HAVE_RUBBERBAND', 1) # controls whether we think we have it
26 + autowaf.check_pkg(conf, 'taglib', uselib_store='TAGLIB', atleast_version='1.7')
27 + autowaf.check_pkg(conf, 'rubberband', uselib_store='RUBBERBAND', atleast_version='1.4')
28 conf.define('USE_RUBBERBAND', 1) # controls whether we actually use it
29
30 conf.define('CURRENT_SESSION_FILE_VERSION', CURRENT_SESSION_FILE_VERSION)
31 @@ -332,7 +333,7 @@ def build(bld):
32 obj.target = 'ardour'
33 obj.uselib = ['GLIBMM','GTHREAD','AUBIO','SIGCPP','XML','UUID',
34 'SNDFILE','SAMPLERATE','LRDF','AUDIOUNITS',
35 - 'OSX','BOOST','CURL','DL']
36 + 'OSX','BOOST','CURL','DL','RUBBERBAND','TAGLIB']
37 obj.use = ['libpbd','libmidipp','libevoral','libvamphost',
38 'libvampplugin','libtaglib','librubberband',
39 'libaudiographer','libltc','libtimecode']
40 diff --git a/wscript b/wscript
41 index 3d01632..e84f4bf 100644
42 --- a/wscript
43 +++ b/wscript
44 @@ -24,9 +24,7 @@ children = [
45 'libs/vamp-sdk',
46 'libs/qm-dsp',
47 'libs/vamp-plugins',
48 - 'libs/taglib',
49 'libs/libltc',
50 - 'libs/rubberband',
51 'libs/surfaces',
52 'libs/panners',
53 'libs/backends',