diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-20 19:46:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-20 19:46:04 +0000 |
commit | 40d145f4343865d6f5c4ece6a889239958dca255 (patch) | |
tree | 23086e2a5ba9bb29ed98f6722f87dabd9576d5a9 /media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild | |
parent | XMMS Removal - media-plugins/efxmms gone. -- Sorry but this week I'm unavaila... (diff) | |
download | gentoo-2-40d145f4343865d6f5c4ece6a889239958dca255.tar.gz gentoo-2-40d145f4343865d6f5c4ece6a889239958dca255.tar.bz2 gentoo-2-40d145f4343865d6f5c4ece6a889239958dca255.zip |
XMMS Removal - media-plugins/eq-xmms gone. -- Sorry but this week I'm unavailable, so I'm removing it a couple of days earlier.
Diffstat (limited to 'media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild')
-rw-r--r-- | media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild b/media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild deleted file mode 100644 index 92ed7dbcbad8..000000000000 --- a/media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-xmms/eq-xmms-0.6-r5.ebuild,v 1.2 2006/01/29 15:48:48 blubb Exp $ - -IUSE="sse-filters" - -inherit eutils autotools - -DESCRIPTION="EQU is a realtime graphical equalizer effect plugin that will equalize almost everything that you play through XMMS, not just the MP3s" -HOMEPAGE="http://equ.sourceforge.net/" -SRC_URI="mirror://sourceforge/equ/${P}.tar.gz - http://dev.gentoo.org/~voxus/equ/eq-xmms-0.6-cvs-20051113.patch.bz2 - mirror://gentoo/${P}-sse_filters.patch.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" - -RDEPEND="media-sound/xmms" -DEPEND="${RDEPEND} - !x86? ( >=sys-devel/automake-1.7 )" - -src_unpack() { - unpack ${A} - - epatch ${FILESDIR}/${P}-shade_fix.patch - epatch ${FILESDIR}/${P}-mono_fix.patch - epatch ${FILESDIR}/${P}-exit_fix.patch - - if ! use x86 || use sse-filters; then - cd ${S} - - if use sse-filters; then - epatch ${WORKDIR}/${P}-sse_filters.patch - epatch ${FILESDIR}/${P}-sse_round_trickfilters.patch - epatch ${WORKDIR}/${P}-cvs-20051113.patch - fi - - use x86 || epatch ${FILESDIR}/${P}-nonx86.patch - - export WANT_AUTOMAKE="1.7" - export WANT_AUTOCONF="2.5" - eautoreconf - - use sse-filters && \ - sed -e "s:@CFLAGS@:@CFLAGS@ -DSSE_FILTERS:" -i ${S}/src/Makefile.in - fi -} - -src_install() { - make DESTDIR="${D}" libdir=`xmms-config --effect-plugin-dir` install || die - - dodoc AUTHORS BUGS ChangeLog NEWS README README.BSD SKINS TODO -} |