diff options
author | obache <obache> | 2010-06-05 09:27:51 +0000 |
---|---|---|
committer | obache <obache> | 2010-06-05 09:27:51 +0000 |
commit | 6668e2729210af521d78eb7a0fab6105f889255a (patch) | |
tree | c0c977fdf2c287c5b5b3eaf758198ca77137104b /audio | |
parent | 2f58f18d22199b6f7512d35f9a6e1f7715d9cfb8 (diff) | |
download | pkgsrc-6668e2729210af521d78eb7a0fab6105f889255a.tar.gz |
Import blop-0.2.8 as audio/blop from pkgsrc-wip.
Packaged by othyro at freeshell dot org.
BLOP comprises a set of LADSPA plugins that generate bandlimited sawtooth,
square, variable pulse and slope-variable triangle waves, principally for use
with one of the many modular software synthesisers available.
They are wavetable based, and are designed to produce output with harmonic
content as high as possible over a wide pitch range.
Additionally, there are a few extra plugins to assist in building synthesis
networks. Full details can be found in the List-o-Plugins
Diffstat (limited to 'audio')
-rw-r--r-- | audio/blop/DESCR | 9 | ||||
-rw-r--r-- | audio/blop/Makefile | 22 | ||||
-rw-r--r-- | audio/blop/PLIST | 32 | ||||
-rw-r--r-- | audio/blop/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/audio/blop/DESCR b/audio/blop/DESCR new file mode 100644 index 00000000000..dfb5b5a617b --- /dev/null +++ b/audio/blop/DESCR @@ -0,0 +1,9 @@ +BLOP comprises a set of LADSPA plugins that generate bandlimited sawtooth, +square, variable pulse and slope-variable triangle waves, principally for use +with one of the many modular software synthesisers available. + +They are wavetable based, and are designed to produce output with harmonic +content as high as possible over a wide pitch range. + +Additionally, there are a few extra plugins to assist in building synthesis +networks. Full details can be found in the List-o-Plugins diff --git a/audio/blop/Makefile b/audio/blop/Makefile new file mode 100644 index 00000000000..77289e334f4 --- /dev/null +++ b/audio/blop/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/05 09:27:51 obache Exp $ +# + +DISTNAME= blop-0.2.8 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blop/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://blop.sourceforge.net/ +COMMENT= Bandlimited LADSPA Oscillator Plugins +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes + +CONFIGURE_ARGS+= --with-ladspa-prefix=${BUILDLINK_PREFIX.ladspa} + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../audio/ladspa/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/blop/PLIST b/audio/blop/PLIST new file mode 100644 index 00000000000..9bc48e2d734 --- /dev/null +++ b/audio/blop/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/05 09:27:51 obache Exp $ +lib/ladspa/adsr_1653.so +lib/ladspa/adsr_1680.so +lib/ladspa/amp_1654.so +lib/ladspa/blop_files/parabola_1649_data.so +lib/ladspa/blop_files/sawtooth_1641_data.so +lib/ladspa/blop_files/square_1643_data.so +lib/ladspa/branch_1673.so +lib/ladspa/dahdsr_2021.so +lib/ladspa/difference_2030.so +lib/ladspa/fmod_1656.so +lib/ladspa/interpolator_1660.so +lib/ladspa/lp4pole_1671.so +lib/ladspa/product_1668.so +lib/ladspa/pulse_1645.so +lib/ladspa/quantiser100_2029.so +lib/ladspa/quantiser20_2027.so +lib/ladspa/quantiser50_2028.so +lib/ladspa/random_1661.so +lib/ladspa/ratio_2034.so +lib/ladspa/sawtooth_1641.so +lib/ladspa/sequencer16_1677.so +lib/ladspa/sequencer32_1676.so +lib/ladspa/sequencer64_1675.so +lib/ladspa/square_1643.so +lib/ladspa/sum_1665.so +lib/ladspa/sync_pulse_2023.so +lib/ladspa/sync_square_1678.so +lib/ladspa/tracker_2025.so +lib/ladspa/triangle_1649.so +share/locale/de/LC_MESSAGES/blop.mo +share/locale/en_GB/LC_MESSAGES/blop.mo diff --git a/audio/blop/distinfo b/audio/blop/distinfo new file mode 100644 index 00000000000..d9d8df474c6 --- /dev/null +++ b/audio/blop/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/06/05 09:27:51 obache Exp $ + +SHA1 (blop-0.2.8.tar.gz) = 0ca1a2589a0c214ac0e215b21a94d389221ded46 +RMD160 (blop-0.2.8.tar.gz) = 1bc9578e461182df4c0d545c604af5128b62c54b +Size (blop-0.2.8.tar.gz) = 228110 bytes |