diff options
author | rodent <rodent> | 2013-04-13 14:49:09 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-13 14:49:09 +0000 |
commit | 4225836b087f64408ee90ff3b5de8afec6fd6b28 (patch) | |
tree | b74b13113a3418824aa4c86ac75ad55b0cb9b61e /audio | |
parent | 0bb209e8580651ffe5208f100422ceb64d37ce17 (diff) | |
download | pkgsrc-4225836b087f64408ee90ff3b5de8afec6fd6b28.tar.gz |
Import vcf-0.0.5 as audio/vcf.
Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the
cookbook formulae by Robert Bristow-Johnson.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vcf/DESCR | 2 | ||||
-rw-r--r-- | audio/vcf/Makefile | 20 | ||||
-rw-r--r-- | audio/vcf/PLIST | 2 | ||||
-rw-r--r-- | audio/vcf/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/audio/vcf/DESCR b/audio/vcf/DESCR new file mode 100644 index 00000000000..d3a1f72f5eb --- /dev/null +++ b/audio/vcf/DESCR @@ -0,0 +1,2 @@ +Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the +cookbook formulae by Robert Bristow-Johnson. diff --git a/audio/vcf/Makefile b/audio/vcf/Makefile new file mode 100644 index 00000000000..ffff7049273 --- /dev/null +++ b/audio/vcf/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/04/13 14:49:09 rodent Exp $ +# + +DISTNAME= vcf-0.0.5 +CATEGORIES= audio +MASTER_SITES= http://www.suse.de/~mana/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://www.suse.de/~mana/ladspa.html +COMMENT= Some LADSPA plugins for audio EQ biquad filters +LICENSE= gnu-lgpl-v3 + +INSTALLATION_DIRS+= lib/ladspa + +do-install: + ${INSTALL_LIB} ${WRKSRC}/vcf.so ${DESTDIR}${BUILDLINK_PREFIX.ladspa}/lib/ladspa + +.include "../../audio/ladspa/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/vcf/PLIST b/audio/vcf/PLIST new file mode 100644 index 00000000000..422f7b6d616 --- /dev/null +++ b/audio/vcf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/13 14:49:09 rodent Exp $ +lib/ladspa/vcf.so diff --git a/audio/vcf/distinfo b/audio/vcf/distinfo new file mode 100644 index 00000000000..05b34a82361 --- /dev/null +++ b/audio/vcf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/13 14:49:09 rodent Exp $ + +SHA1 (vcf-0.0.5.tar.bz2) = 6154ef67ede9fc5b4d8c25e610fe5f0c7a0f76b6 +RMD160 (vcf-0.0.5.tar.bz2) = 81c8b972036e2e0601c5f2d6ae5ea2648ffba375 +Size (vcf-0.0.5.tar.bz2) = 5390 bytes |