diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-02 12:03:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-02 12:03:24 +0000 |
commit | 72aa7b9d14d20d04653a392a7d170572ce36c098 (patch) | |
tree | 85b2ec0001f37060b8dd586d06de7acceabf4f33 | |
parent | 49b47acafaa9e69a5c918aeeae3ff096356e20c9 (diff) | |
download | pkgsrc-72aa7b9d14d20d04653a392a7d170572ce36c098.tar.gz |
Import tap-plugins-0.7.2 as audio/tap-plugins.
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA
plugins for digital audio processing, intended for use in a professional DAW
environment such as Ardour. These plugins should compile and run on any recent
(that is, not seriously outdated) GNU/Linux system. They don't require any
special libraries besides the standard GNU C and math libraries, which are
expected to be provided on the machine used for compiling.
-rw-r--r-- | audio/tap-plugins/DESCR | 6 | ||||
-rw-r--r-- | audio/tap-plugins/Makefile | 21 | ||||
-rw-r--r-- | audio/tap-plugins/PLIST | 22 | ||||
-rw-r--r-- | audio/tap-plugins/buildlink3.mk | 12 | ||||
-rw-r--r-- | audio/tap-plugins/distinfo | 5 |
5 files changed, 66 insertions, 0 deletions
diff --git a/audio/tap-plugins/DESCR b/audio/tap-plugins/DESCR new file mode 100644 index 00000000000..bfd86af7805 --- /dev/null +++ b/audio/tap-plugins/DESCR @@ -0,0 +1,6 @@ +TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA +plugins for digital audio processing, intended for use in a professional DAW +environment such as Ardour. These plugins should compile and run on any recent +(that is, not seriously outdated) GNU/Linux system. They don't require any +special libraries besides the standard GNU C and math libraries, which are +expected to be provided on the machine used for compiling. diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile new file mode 100644 index 00000000000..1441a2b92a5 --- /dev/null +++ b/audio/tap-plugins/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2013/07/02 12:03:24 rodent Exp $ +# + +DISTNAME= tap-plugins-0.7.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html +COMMENT= Tom's Audio Processing plugins +LICENSE= gnu-gpl-v2 + +SUBST_CLASSES+= prefix +SUBST_STAGE.prefix= post-patch +SUBST_MESSAGE.prefix= Fixing PREFIX. +SUBST_FILES.prefix= Makefile +SUBST_SED.prefix= -e 's|/usr/local|${DESTDIR}${PREFIX}|' + +INSTALLATION_DIRS+= lib/ladspa share/ladspa/rdf + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/tap-plugins/PLIST b/audio/tap-plugins/PLIST new file mode 100644 index 00000000000..324f7fb345d --- /dev/null +++ b/audio/tap-plugins/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/02 12:03:24 rodent Exp $ +lib/ladspa/tap_autopan.so +lib/ladspa/tap_chorusflanger.so +lib/ladspa/tap_deesser.so +lib/ladspa/tap_doubler.so +lib/ladspa/tap_dynamics_m.so +lib/ladspa/tap_dynamics_st.so +lib/ladspa/tap_echo.so +lib/ladspa/tap_eq.so +lib/ladspa/tap_eqbw.so +lib/ladspa/tap_limiter.so +lib/ladspa/tap_pinknoise.so +lib/ladspa/tap_pitch.so +lib/ladspa/tap_reflector.so +lib/ladspa/tap_reverb.so +lib/ladspa/tap_rotspeak.so +lib/ladspa/tap_sigmoid.so +lib/ladspa/tap_tremolo.so +lib/ladspa/tap_tubewarmth.so +lib/ladspa/tap_vibrato.so +share/ladspa/rdf/tap-plugins.rdf +share/ladspa/rdf/tap_reverb.rdf diff --git a/audio/tap-plugins/buildlink3.mk b/audio/tap-plugins/buildlink3.mk new file mode 100644 index 00000000000..5c702c3f396 --- /dev/null +++ b/audio/tap-plugins/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2013/07/02 12:03:24 rodent Exp $ + +BUILDLINK_TREE+= tap-plugins + +.if !defined(TAP_PLUGINS_BUILDLINK3_MK) +TAP_PLUGINS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.tap-plugins+= tap-plugins>=0.7.2 +BUILDLINK_PKGSRCDIR.tap-plugins?= ../../audio/tap-plugins +.endif # TAP_PLUGINS_BUILDLINK3_MK + +BUILDLINK_TREE+= -tap-plugins diff --git a/audio/tap-plugins/distinfo b/audio/tap-plugins/distinfo new file mode 100644 index 00000000000..fb5a2bacdd6 --- /dev/null +++ b/audio/tap-plugins/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/02 12:03:24 rodent Exp $ + +SHA1 (tap-plugins-0.7.2.tar.gz) = f3f9da0c7141f222bd964ada1b6b709e02052d89 +RMD160 (tap-plugins-0.7.2.tar.gz) = 2a55c58a58b32ab7a86eedae46336eebf031ced0 +Size (tap-plugins-0.7.2.tar.gz) = 70961 bytes |