diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-05-12 22:13:32 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-05-12 22:13:32 +0000 |
commit | 7458bd3fcbc2ceef26be6d81f4e9a91a07ee8e40 (patch) | |
tree | 026fe3cd24127408a03d6fff265a71d4a7073c69 /media-sound | |
parent | Stability is increasing noticeably as we are coming nearer to a final release... (diff) | |
download | gentoo-2-7458bd3fcbc2ceef26be6d81f4e9a91a07ee8e40.tar.gz gentoo-2-7458bd3fcbc2ceef26be6d81f4e9a91a07ee8e40.tar.bz2 gentoo-2-7458bd3fcbc2ceef26be6d81f4e9a91a07ee8e40.zip |
Stability is increasing noticeably as we are coming nearer to a final release. This beta is however still masked.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-2.0_beta1.ebuild (renamed from media-sound/audacious/audacious-2.0_alpha1.ebuild) | 12 |
2 files changed, 16 insertions, 5 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index bee1d25656df..b29d0a95fea0 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.158 2009/04/30 16:41:54 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.159 2009/05/12 22:13:32 chainsaw Exp $ + +*audacious-2.0_beta1 (12 May 2009) + + 12 May 2009; <chainsaw@gentoo.org> -audacious-2.0_alpha1.ebuild, + +audacious-2.0_beta1.ebuild: + Stability is increasing noticeably as we are coming nearer to a final + release. This beta is however still masked. *audacious-2.0_alpha2 (30 Apr 2009) diff --git a/media-sound/audacious/audacious-2.0_alpha1.ebuild b/media-sound/audacious/audacious-2.0_beta1.ebuild index 32281e992336..52a9883d5fa8 100644 --- a/media-sound/audacious/audacious-2.0_alpha1.ebuild +++ b/media-sound/audacious/audacious-2.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.0_alpha1.ebuild,v 1.2 2009/04/18 06:21:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.0_beta1.ebuild,v 1.1 2009/05/12 22:13:32 chainsaw Exp $ inherit flag-o-matic @@ -17,12 +17,12 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="altivec chardet nls libsamplerate session sse2" RDEPEND=">=dev-libs/dbus-glib-0.60 - >=dev-libs/glib-2.14 + >=dev-libs/glib-2.16 >=dev-libs/libmcs-0.7.1-r2 >=dev-libs/libmowgli-0.7.0 dev-libs/libxml2 >=x11-libs/cairo-1.2.6 - >=x11-libs/gtk+-2.10 + >=x11-libs/gtk+-2.14 >=x11-libs/pango-1.8.0 libsamplerate? ( media-libs/libsamplerate ) session? ( x11-libs/libSM )" @@ -31,9 +31,13 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0 nls? ( dev-util/intltool )" -PDEPEND=">=media-plugins/audacious-plugins-2.0_alpha1" +PDEPEND=">=media-plugins/audacious-plugins-2.0_beta1" src_compile() { + # This is masked in the portage tree, so I'll save you the + # popup. Be good, bugs go upstream and we like patches. + append-flags -DNOT_ALPHA_RELEASE + # D-Bus is a mandatory dependency, remote control, # session management and some plugins depend on this. # Building without D-Bus is *unsupported* and a USE-flag |