diff options
author | 2009-05-13 09:24:22 +0000 | |
---|---|---|
committer | 2009-05-13 09:24:22 +0000 | |
commit | ef74eeefac7e00302aa5e66f9670639feba8cfd7 (patch) | |
tree | 9ff9ec6e9460d55c3172341551ce05db128a6403 /media-sound/audacious | |
parent | Version bump (bug #269074). (diff) | |
download | gentoo-2-ef74eeefac7e00302aa5e66f9670639feba8cfd7.tar.gz gentoo-2-ef74eeefac7e00302aa5e66f9670639feba8cfd7.tar.bz2 gentoo-2-ef74eeefac7e00302aa5e66f9670639feba8cfd7.zip |
The equalizer code could fall over in some corner-case situations, which has now been resolved.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-2.0.1.ebuild (renamed from media-sound/audacious/audacious-2.0.0.ebuild) | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 13413b14e608..472289e5644a 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.160 2009/05/13 00:16:42 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.161 2009/05/13 09:24:22 chainsaw Exp $ + +*audacious-2.0.1 (13 May 2009) + + 13 May 2009; <chainsaw@gentoo.org> -audacious-2.0.0.ebuild, + +audacious-2.0.1.ebuild: + The equalizer code could fall over in some corner-case situations, which + has now been resolved. *audacious-2.0.0 (13 May 2009) diff --git a/media-sound/audacious/audacious-2.0.0.ebuild b/media-sound/audacious/audacious-2.0.1.ebuild index 7b1d71f44a2e..0516328032b2 100644 --- a/media-sound/audacious/audacious-2.0.0.ebuild +++ b/media-sound/audacious/audacious-2.0.1.ebuild @@ -1,8 +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.0.ebuild,v 1.1 2009/05/13 00:16:42 chainsaw Exp $ - -inherit flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.0.1.ebuild,v 1.1 2009/05/13 09:24:22 chainsaw Exp $ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -34,10 +32,6 @@ DEPEND="${RDEPEND} PDEPEND=">=media-plugins/audacious-plugins-2.0.0" 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 |