jdhore 12/02/02 04:13:51
Modified: audacious-plugins-3.1.1.ebuild
audacious-plugins-3.1.ebuild ChangeLog
Log:
Kill off the sse2 USE flag from the 3.1 ebuilds as its been dropped. Closes bug #393371.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Revision Changes Path
1.3 media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild?r1=1.2&r2=1.3
Index: audacious-plugins-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-plugins-3.1.1.ebuild 17 Jan 2012 13:18:35 -0000 1.2
+++ audacious-plugins-3.1.1.ebuild 2 Feb 2012 04:13:51 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild,v 1.2 2012/01/17 13:18:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.1.ebuild,v 1.3 2012/02/02 04:13:51 jdhore Exp $
EAPI=4
@@ -16,7 +16,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
-lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile sse2 vorbis wavpack"
+lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile vorbis wavpack"
RDEPEND="app-arch/unzip
>=dev-libs/dbus-glib-0.60
@@ -69,7 +69,6 @@
# it (bug 395213)
epatch "${FILESDIR}/audacious-plugins_ldflags.patch"
econf \
- --enable-chardet \
--enable-modplug \
--enable-neon \
$(use_enable adplug) \
@@ -101,7 +100,6 @@
$(use_enable scrobbler) \
$(use_enable sid) \
$(use_enable sndfile) \
- $(use_enable sse2) \
$(use_enable vorbis) \
$(use_enable vorbis filewriter_vorbis) \
$(use_enable wavpack)
1.9 media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild?r1=1.8&r2=1.9
Index: audacious-plugins-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacious-plugins-3.1.ebuild 17 Jan 2012 13:21:31 -0000 1.8
+++ audacious-plugins-3.1.ebuild 2 Feb 2012 04:13:51 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.8 2012/01/17 13:21:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.9 2012/02/02 04:13:51 jdhore Exp $
EAPI=4
@@ -16,7 +16,7 @@
SLOT="0"
KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
-lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile sse2 vorbis wavpack"
+lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile vorbis wavpack"
RDEPEND="app-arch/unzip
>=dev-libs/dbus-glib-0.60
@@ -70,7 +70,6 @@
epatch "${FILESDIR}/audacious-plugins_ldflags.patch"
econf \
- --enable-chardet \
--enable-modplug \
--enable-neon \
$(use_enable adplug) \
@@ -102,7 +101,6 @@
$(use_enable scrobbler) \
$(use_enable sid) \
$(use_enable sndfile) \
- $(use_enable sse2) \
$(use_enable vorbis) \
$(use_enable vorbis filewriter_vorbis) \
$(use_enable wavpack)
1.233 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 2 Feb 2012 04:00:47 -0000 1.232
+++ ChangeLog 2 Feb 2012 04:13:51 -0000 1.233
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.232 2012/02/02 04:00:47 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.233 2012/02/02 04:13:51 jdhore Exp $
+
+ 02 Feb 2012; Jeff Horelick <jdhore@g.o> audacious-plugins-3.1.1.ebuild,
+ audacious-plugins-3.1.ebuild:
+ Kill off the sse2 USE flag from the 3.1 ebuilds as its been dropped. Closes
+ bug #393371.
*audacious-plugins-3.2 (02 Feb 2012)
|