diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 19:18:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 19:18:12 +0000 |
commit | f00d09e5a484101482c33db41f85e4c32e76b409 (patch) | |
tree | 75999c2eedb485a3c77c3bf2ab1f25e236e3e1a5 /media-plugins/audacious-plugins | |
parent | Fix building with ExtUtils-ParseXS >= 3.x wrt #378197 by Torsten Veller (diff) | |
download | gentoo-2-f00d09e5a484101482c33db41f85e4c32e76b409.tar.gz gentoo-2-f00d09e5a484101482c33db41f85e4c32e76b409.tar.bz2 gentoo-2-f00d09e5a484101482c33db41f85e4c32e76b409.zip |
Drop oss and mtp USE flags as the plugins were dropped upstream.
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index ff7359d9ac8f..26d400b2b5ad 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,10 @@ # 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.252 2012/06/17 18:22:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.253 2012/06/17 19:18:12 jdhore Exp $ + + 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> + audacious-plugins-3.3_alpha1.ebuild: + Drop oss and mtp USE flags as the plugins were dropped upstream. *audacious-plugins-3.3_alpha1 (17 Jun 2012) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild index 2d5940c0011c..8776aab3cef4 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild @@ -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.3_alpha1.ebuild,v 1.1 2012/06/17 18:22:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.3_alpha1.ebuild,v 1.2 2012/06/17 19:18:12 jdhore Exp $ EAPI=4 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack -lame libnotify libsamplerate lirc midi mms mp3 mtp nls oss pulseaudio scrobbler sdl sid sndfile vorbis wavpack" +lame libnotify libsamplerate lirc midi mms mp3 nls pulseaudio scrobbler sdl sid sndfile vorbis wavpack" RDEPEND="app-arch/unzip >=dev-libs/dbus-glib-0.60 @@ -42,7 +42,6 @@ RDEPEND="app-arch/unzip lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) - mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[audio] ) @@ -91,9 +90,7 @@ src_configure() { $(use_enable mms) \ $(use_enable mp3) \ $(use_enable midi amidiplug) \ - $(use_enable mtp mtp_up) \ $(use_enable nls) \ - $(use_enable oss) \ $(use_enable pulseaudio pulse) \ $(use_enable scrobbler) \ $(use_enable sdl sdlout) \ |