# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION="BMP effect plugin for pitch and speed control." HOMEPAGE="http://scizzor.sourceforge.net/" SRC_URI="mirror://sourceforge/scizzor/scizzor-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-sound/beep-media-player" S="${WORKDIR}/${PN/bmp-/}" src_unpack() { unpack ${A} } src_compile() { cd ${S} make bmp || die } src_install () { exeinto `beep-config --effect-plugin-dir` doexe ${S}/scizzor-bmp.so }