diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-06-30 13:28:25 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-06-30 13:28:25 +0000 |
commit | b1fd2dc89b58de83e66ec8fa2e424acfc2a0af54 (patch) | |
tree | 4b1198a2222188315c44a0e2a50c61901d12ed92 /media-plugins | |
parent | Added psppire USE flag for sci-mathematics/pspp. (diff) | |
download | historical-b1fd2dc89b58de83e66ec8fa2e424acfc2a0af54.tar.gz historical-b1fd2dc89b58de83e66ec8fa2e424acfc2a0af54.tar.bz2 historical-b1fd2dc89b58de83e66ec8fa2e424acfc2a0af54.zip |
Remove media-plugins/audacious-crossfade as per bug #222883.
Diffstat (limited to 'media-plugins')
4 files changed, 0 insertions, 89 deletions
diff --git a/media-plugins/audacious-crossfade/ChangeLog b/media-plugins/audacious-crossfade/ChangeLog deleted file mode 100644 index 12f0752f66db..000000000000 --- a/media-plugins/audacious-crossfade/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for media-plugins/audacious-crossfade -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-crossfade/ChangeLog,v 1.7 2008/05/06 12:13:54 joker Exp $ - - 06 May 2008; Christian Birchinger <joker@gentoo.org> - audacious-crossfade-0.3.13.ebuild: - Removed pkgconfig from RDEPEND - - 31 Jan 2008; Christian Birchinger <joker@gentoo.org> - -audacious-crossfade-0.3.12.ebuild: - Removed old version which only works with Audacious 1.3 - - 14 Jan 2008; Christian Birchinger <joker@gentoo.org> - audacious-crossfade-0.3.12.ebuild, audacious-crossfade-0.3.13.ebuild: - Added dev-util/pkgconfig do DEPEND. Bug #205751 - -*audacious-crossfade-0.3.13 (22 Nov 2007) - - 22 Nov 2007; Christian Birchinger <joker@gentoo.org> - +audacious-crossfade-0.3.13.ebuild: - Added new version which supports Audacious 1.4.2 or later - - 10 Nov 2007; Christian Birchinger <joker@gentoo.org> - audacious-crossfade-0.3.12.ebuild: - Remove old versions, limit dependency to version 1.3 of Audacious - -*audacious-crossfade-0.3.12 (12 Mar 2007) - - 12 Mar 2007; Christian Birchinger <joker@gentoo.org> - +audacious-crossfade-0.3.12.ebuild: - Version bump. Fixes issues with Audacious 1.3. - -*audacious-crossfade-0.3.11 (28 Oct 2006) - - 28 Oct 2006; Michael Stewart <vericgar@gentoo.org> +metadata.xml, - +audacious-crossfade-0.3.11.ebuild: - Re-add xmms-crossfade as audacious-crossfade with audacious support only. - Also added libsamplerate support - diff --git a/media-plugins/audacious-crossfade/Manifest b/media-plugins/audacious-crossfade/Manifest deleted file mode 100644 index 08c50b4b2f06..000000000000 --- a/media-plugins/audacious-crossfade/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST xmms-crossfade-0.3.13.tar.gz 504084 RMD160 5e90255cdc5593da441ad762ea40b452bf574182 SHA1 3cbdb57cac23dfc521ce7f745ea5d6b72b17d298 SHA256 c43f497c62e7bf244dce5ef9640797cb2e22209d62584fb399bbd958cff8ba9b -EBUILD audacious-crossfade-0.3.13.ebuild 1041 RMD160 e6c20020e0d5d96b8e3396ddf6ccf38cbcd6265d SHA1 ea619b34e9dd28994e167a031c8b5e8ac5c33ec5 SHA256 796db774d8654501f38792ac623c200f08ce809b2a684861eaaa318d1642c015 -MISC ChangeLog 1499 RMD160 264fc4070ca03474d1999fc03c5db4e1b454b67c SHA1 0195feb9efd3451796851d643572f2a60a9ce280 SHA256 849aefc7fdd38ee9957337b2d6e9d400039cadb4340af4d466b724bfaed30739 -MISC metadata.xml 239 RMD160 0bfe0f92adc48cbafaac1845601f90d608fb470f SHA1 5d37bb470de4a2f067f3ce77d87e20413c7e531f SHA256 8147cc3d5cdeaaf4181ee830c48732cdc24cec5151d4e5e437c9a2ccd191fbf6 diff --git a/media-plugins/audacious-crossfade/audacious-crossfade-0.3.13.ebuild b/media-plugins/audacious-crossfade/audacious-crossfade-0.3.13.ebuild deleted file mode 100644 index 710538c3c002..000000000000 --- a/media-plugins/audacious-crossfade/audacious-crossfade-0.3.13.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-crossfade/audacious-crossfade-0.3.13.ebuild,v 1.3 2008/05/06 12:13:54 joker Exp $ - -IUSE="libsamplerate" -U_PN="xmms-crossfade" - -DESCRIPTION="Audacious plugin for crossfading and continuous output. Also know as xmms-crossfade" -HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade/index.html" -SRC_URI="http://www.eisenlohr.org/${U_PN}/${U_PN}-${PV}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND=">=media-sound/audacious-1.4.2 - libsamplerate? ( media-libs/libsamplerate )" - -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -S="${WORKDIR}/${U_PN}-${PV}" - -src_compile() { - - econf \ - --enable-player=audacious \ - --libdir="`pkg-config audacious --variable=output_plugin_dir`" \ - $(use_enable libsamplerate samplerate) \ - || die - - emake || die -} - -src_install () { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README TODO -} diff --git a/media-plugins/audacious-crossfade/metadata.xml b/media-plugins/audacious-crossfade/metadata.xml deleted file mode 100644 index 6e578316ccb6..000000000000 --- a/media-plugins/audacious-crossfade/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>sound</herd> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> -</pkgmetadata> |