diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 22:37:13 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 22:37:13 +0000 |
commit | 80513248c3cf604c2c4ec2b37ce219ff8a71ef31 (patch) | |
tree | 6643debce7ce9d0f0bde90bd7a33dc8f95588ef6 /media-plugins/audacious-plugins | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | gentoo-2-80513248c3cf604c2c4ec2b37ce219ff8a71ef31.tar.gz gentoo-2-80513248c3cf604c2c4ec2b37ce219ff8a71ef31.tar.bz2 gentoo-2-80513248c3cf604c2c4ec2b37ce219ff8a71ef31.zip |
Marked stable on AMD64 as requested by Samuli Suominen <ssuominen@gentoo.org> in bug #279238. Tested using a file recognised as [ffmusepack7] afm: ffmpeg (Musepack sv7 audio codec) by mplayer on a dual Opteron 2435 system.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 232eaed14cdb..df063959582c 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.134 2009/08/31 17:47:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.135 2009/08/31 22:37:13 chainsaw Exp $ + + 31 Aug 2009; <chainsaw@gentoo.org> audacious-plugins-2.1-r1.ebuild: + Marked stable on AMD64 as requested by Samuli Suominen + <ssuominen@gentoo.org> in bug #279238. Tested using a file recognised as + [ffmusepack7] afm: ffmpeg (Musepack sv7 audio codec) by mplayer on a dual + Opteron 2435 system. 31 Aug 2009; Brent Baude <ranger@gentoo.org> audacious-plugins-2.1-r1.ebuild: diff --git a/media-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild index 30c20d90ea81..6437070d0391 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-2.1-r1.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-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild,v 1.6 2009/08/31 17:47:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.1-r1.ebuild,v 1.7 2009/08/31 22:37:13 chainsaw Exp $ inherit autotools eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="adplug alsa bs2b cdda esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma" |