1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-03 12:03:32 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/efxmms/efxmms-0.0.3.ebuild,v 1.14 2005/09/04 09:59:45 flameeyes Exp $
IUSE=""
inherit gnuconfig
MY_P=${PN/efx/EFX}-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Provides the possibility to send the audio through a queue of multiple effect plugins instead of one effect that XMMS originally handles"
HOMEPAGE="http://sourceforge.net/projects/efxmms"
SRC_URI="mirror://sourceforge/efxmms/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
DEPEND="media-sound/xmms"
src_unpack() {
unpack ${A}
cd ${S}
gnuconfig_update
}
src_install() {
einstall \
libdir=${D}`xmms-config --effect-plugin-dir` || die
dodoc AUTHORS ChangeLog NEWS README README.EFX TODO
}