diff options
author | Tobias Eichert <viz@gentoo.org> | 2003-01-26 03:43:28 +0000 |
---|---|---|
committer | Tobias Eichert <viz@gentoo.org> | 2003-01-26 03:43:28 +0000 |
commit | de6d85130289137ecde5db1af64cf15db2d6690c (patch) | |
tree | 670bd0cfb2c531f2c74238b514e21609dce36bf7 /media-plugins/blop | |
parent | Removing "need local" since this creates a circular dependency. (diff) | |
download | historical-de6d85130289137ecde5db1af64cf15db2d6690c.tar.gz historical-de6d85130289137ecde5db1af64cf15db2d6690c.tar.bz2 historical-de6d85130289137ecde5db1af64cf15db2d6690c.zip |
New LADSPA plugins package.
Diffstat (limited to 'media-plugins/blop')
-rw-r--r-- | media-plugins/blop/ChangeLog | 14 | ||||
-rw-r--r-- | media-plugins/blop/blop-0.2.5.ebuild | 25 | ||||
-rw-r--r-- | media-plugins/blop/files/digest-blop-0.2.5 | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/media-plugins/blop/ChangeLog b/media-plugins/blop/ChangeLog new file mode 100644 index 000000000000..eb8d13bcd7ad --- /dev/null +++ b/media-plugins/blop/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for media-plugins/blop +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/ChangeLog,v 1.1 2003/01/26 03:43:28 viz Exp $ + +*blop-0.2.5 (26 Jan 2003) + + 26 Jan 2003; Tobias Eichert <viz@gentoo.org> blop-0.2.5.ebuild + files/digest-blop-0.2.5 ChangeLog: + + New package for LADSPA sound effects plugins. Submitted by + rigo@home.nl (Rigo Ketelings) (bug #9456) but this package is + taken from bug #12830, a modified version by ashura666@mac.com + which is more standards compliant. Did a few ebuild + cleanups to make it real standards compliant. ;) diff --git a/media-plugins/blop/blop-0.2.5.ebuild b/media-plugins/blop/blop-0.2.5.ebuild new file mode 100644 index 000000000000..b71634f56e28 --- /dev/null +++ b/media-plugins/blop/blop-0.2.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +S=${WORKDIR}/${P} +DESCRIPTION="Bandlimited LADSPA Oscillator Plugins" +SRC_URI="mirror://sourceforge/blop/${P}.tar.gz" +HOMEPAGE="http://blop.sf.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=ladspa-sdk-1.12" + +src_compile() { + econf --with-ladspa-prefix=/usr || die + emake || die +} + +src_install() { + + make DESTDIR=${D} install || die +} diff --git a/media-plugins/blop/files/digest-blop-0.2.5 b/media-plugins/blop/files/digest-blop-0.2.5 new file mode 100644 index 000000000000..787d64af2855 --- /dev/null +++ b/media-plugins/blop/files/digest-blop-0.2.5 @@ -0,0 +1 @@ +MD5 fcd29f463c666bc22f0360ea299c62f2 blop-0.2.5.tar.gz 67795 |