Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 361894 Details for
Bug 488934
=media-sound/ardour-3.5 - Version bump.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
3.5.x libs patch
ardour-3.5-syslibs.patch (text/plain), 1.53 KB, created by
Alexey McSakoff
on 2013-10-25 13:51:39 UTC
(
hide
)
Description:
3.5.x libs patch
Filename:
MIME Type:
Creator:
Alexey McSakoff
Created:
2013-10-25 13:51:39 UTC
Size:
1.53 KB
patch
obsolete
>diff --git a/libs/ardour/wscript b/libs/ardour/wscript >index 4d56983..41dd54a 100644 >--- a/libs/ardour/wscript >+++ b/libs/ardour/wscript >@@ -287,7 +287,8 @@ def configure(conf): > > # we don't try to detect this, since its part of our source tree > >- conf.define('HAVE_RUBBERBAND', 1) # controls whether we think we have it >+ autowaf.check_pkg(conf, 'taglib', uselib_store='TAGLIB', atleast_version='1.7') >+ autowaf.check_pkg(conf, 'rubberband', uselib_store='RUBBERBAND', atleast_version='1.4') > conf.define('USE_RUBBERBAND', 1) # controls whether we actually use it > > conf.define('CURRENT_SESSION_FILE_VERSION', CURRENT_SESSION_FILE_VERSION) >@@ -332,7 +333,7 @@ def build(bld): > obj.target = 'ardour' > obj.uselib = ['GLIBMM','GTHREAD','AUBIO','SIGCPP','XML','UUID', > 'SNDFILE','SAMPLERATE','LRDF','AUDIOUNITS', >- 'OSX','BOOST','CURL','DL'] >+ 'OSX','BOOST','CURL','DL','RUBBERBAND','TAGLIB'] > obj.use = ['libpbd','libmidipp','libevoral','libvamphost', > 'libvampplugin','libtaglib','librubberband', > 'libaudiographer','libltc','libtimecode'] >diff --git a/wscript b/wscript >index 3d01632..e84f4bf 100644 >--- a/wscript >+++ b/wscript >@@ -24,9 +24,7 @@ children = [ > 'libs/vamp-sdk', > 'libs/qm-dsp', > 'libs/vamp-plugins', >- 'libs/taglib', > 'libs/libltc', >- 'libs/rubberband', > 'libs/surfaces', > 'libs/panners', > 'libs/backends',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 488934
: 361894 |
361896
|
361898