diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2014-10-11 13:02:51 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2014-10-11 13:02:51 +0000 |
commit | 1282e5122140de20850ebb0b5b47cc79147e93c8 (patch) | |
tree | 838a524cfd6697a1021f3d6e0fa0cb24cece6078 /media-sound/ardour | |
parent | Adding back 3.14.16 as it is latest stable for x86 (diff) | |
download | gentoo-2-1282e5122140de20850ebb0b5b47cc79147e93c8.tar.gz gentoo-2-1282e5122140de20850ebb0b5b47cc79147e93c8.tar.bz2 gentoo-2-1282e5122140de20850ebb0b5b47cc79147e93c8.zip |
depending on glibmm-2.32.0 as of bug 524326
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/ardour/ardour-3.5.380.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index 9301882b1f6c..3423b4ffdcab 100644 --- a/media-sound/ardour/ChangeLog +++ b/media-sound/ardour/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ardour # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.130 2014/05/19 09:58:30 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.131 2014/10/11 13:02:51 nativemad Exp $ + + 11 Oct 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.380.ebuild, + ardour-9999.ebuild: + depending on glibmm-2.32.0 as of bug 524326 19 May 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.380.ebuild: added boost_system flag. See Bug 510630 diff --git a/media-sound/ardour/ardour-3.5.380.ebuild b/media-sound/ardour/ardour-3.5.380.ebuild index 12af4fae55bb..ee2cb0054e3f 100644 --- a/media-sound/ardour/ardour-3.5.380.ebuild +++ b/media-sound/ardour/ardour-3.5.380.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild,v 1.2 2014/05/19 09:58:30 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild,v 1.3 2014/10/11 13:02:51 nativemad Exp $ EAPI=4 inherit eutils toolchain-funcs flag-o-matic waf-utils @@ -26,7 +26,7 @@ RDEPEND="media-libs/aubio sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 - dev-cpp/glibmm:2 + >=dev-cpp/glibmm-2.32.0 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index a79a771f5eb1..17c6e8a3b395 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.8 2014/05/17 18:21:28 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.9 2014/10/11 13:02:51 nativemad Exp $ EAPI=4 inherit eutils toolchain-funcs flag-o-matic waf-utils @@ -26,7 +26,7 @@ RDEPEND="media-libs/aubio sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 - dev-cpp/glibmm:2 + >=dev-cpp/glibmm-2.32.0 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 @@ -88,6 +88,7 @@ src_prepare(){ sed 's/python/python2/' -i waf # sed 's/'FLAGS\'\,\ optimization_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript sed 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript + append-flags "-lboost_system" } src_configure() { |