diff options
author | 2009-06-17 19:51:14 +0000 | |
---|---|---|
committer | 2009-06-17 19:51:14 +0000 | |
commit | d5ce8cc366609963c90bdad3949fc853f027cdf4 (patch) | |
tree | 25241f6b161103eceb217a8aa6a12e6519f9de97 /media-plugins | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-d5ce8cc366609963c90bdad3949fc853f027cdf4.tar.gz gentoo-2-d5ce8cc366609963c90bdad3949fc853f027cdf4.tar.bz2 gentoo-2-d5ce8cc366609963c90bdad3949fc853f027cdf4.zip |
Remove old ebuilds.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
7 files changed, 7 insertions, 664 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 2bc3fe73d992..4945763da8e0 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.115 2009/06/17 12:07:28 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.116 2009/06/17 19:51:14 chainsaw Exp $ + + 17 Jun 2009; <chainsaw@gentoo.org> -audacious-plugins-1.4.4.ebuild, + -audacious-plugins-1.4.5.ebuild, -audacious-plugins-1.5.0.ebuild, + -audacious-plugins-1.5.1.ebuild, -audacious-plugins-1.5.1-r1.ebuild, + -audacious-plugins-1.5.1-r2.ebuild: + Remove old ebuilds. 17 Jun 2009; <chainsaw@gentoo.org> +files/2.0.1-icecast-flawed-vorbis-enum.patch, diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild deleted file mode 100644 index 3b3c3d4fafde..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.4.4.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# 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-1.4.4.ebuild,v 1.11 2009/02/11 01:07:35 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.78.2 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.4.5 - >=net-misc/neon-0.26.3 - >=x11-libs/gtk+-2.6 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( =media-libs/libmtp-0.2* ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild deleted file mode 100644 index f063bfa70b6c..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.4.5.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# 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-1.4.5.ebuild,v 1.7 2009/02/11 01:07:35 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.78.2 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.4.6 - >=net-misc/neon-0.26.3 - >=x11-libs/gtk+-2.6 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( =media-libs/libmtp-0.2* ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild deleted file mode 100644 index 857c37c0c7a9..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.0.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# 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-1.5.0.ebuild,v 1.4 2009/02/11 01:07:35 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.79-r1 - >=dev-libs/dbus-glib-0.60 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.5.0 - >=net-misc/neon-0.26.4 - >=x11-libs/gtk+-2.10 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.13 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( =media-libs/libmtp-0.2* ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-dbus \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r1.ebuild deleted file mode 100644 index d82a7c4b98c0..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r1.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# 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-1.5.1-r1.ebuild,v 1.3 2009/05/11 16:46:15 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.79-r1 - >=dev-libs/dbus-glib-0.60 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.5.1-r1 - >=net-misc/neon-0.26.4 - >=x11-libs/gtk+-2.10 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.16 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.38-r1 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( =media-libs/libmtp-0.2* ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - scrobbler? ( net-misc/curl ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.2.0 - >=media-libs/libogg-1.1.3 ) - wavpack? ( >=media-sound/wavpack-4.41.0 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - # Bug 232418; patch by Ivan Iraci <ivanhoe@vfemail.net> - epatch "${FILESDIR}/${PV}-missing-include.patch" -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-dbus \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r2.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r2.ebuild deleted file mode 100644 index e6a5a83e3daf..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.1-r2.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# 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-1.5.1-r2.ebuild,v 1.3 2009/05/11 16:46:15 chainsaw Exp $ - -inherit eutils flag-o-matic autotools - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.79-r1 - >=dev-libs/dbus-glib-0.60 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.5.1-r1 - >=net-misc/neon-0.26.4 - >=x11-libs/gtk+-2.10 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.16 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.38-r1 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( media-libs/libmtp ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - scrobbler? ( net-misc/curl ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.2.0 - >=media-libs/libogg-1.1.3 ) - wavpack? ( >=media-sound/wavpack-4.41.0 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - # Bug 232418; patch by Ivan Iraci <ivanhoe@vfemail.net> - epatch "${FILESDIR}/${PV}-missing-include.patch" - # Bug 230995; patch by Linus Walleij - # http://bugzilla.atheme.org/show_bug.cgi?id=35 - # Rebased from hg head to 1.5.1 - epatch "${FILESDIR}/${PV}-libmtp-0.3.0-API.patch" - AT_M4DIR="m4" eautoreconf -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio \ - --enable-dbus \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable esd) \ - $(use_enable flac flacng) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild deleted file mode 100644 index cacdf908c06a..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.5.1.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# 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-1.5.1.ebuild,v 1.5 2009/02/11 01:07:35 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.79-r1 - >=dev-libs/dbus-glib-0.60 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.5.1 - >=net-misc/neon-0.26.4 - >=x11-libs/gtk+-2.10 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.16 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.38-r1 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.2.1-r1 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( =media-libs/libmtp-0.2* ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.2.0 - >=media-libs/libogg-1.1.3 ) - wavpack? ( >=media-sound/wavpack-4.41.0 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-dbus \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - mp3_warning -} |