diff options
author | sbd <sbd> | 2012-02-04 07:00:11 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-04 07:00:11 +0000 |
commit | ef4ce23275f2c890235c1582744a93f0b39960a9 (patch) | |
tree | 60d6d2dc22937e38ccc95c08e3d21d6142f9e8c0 /audio/csound5 | |
parent | 607b0587379a5119f067b15b0f3e94a77c232a53 (diff) | |
download | pkgsrc-ef4ce23275f2c890235c1582744a93f0b39960a9.tar.gz |
Add control plugin
Bump PKGREVISION
Diffstat (limited to 'audio/csound5')
-rw-r--r-- | audio/csound5/Makefile | 4 | ||||
-rw-r--r-- | audio/csound5/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index 21c086345a1..a188af7fda2 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2011/09/07 12:42:02 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/04 07:00:11 sbd Exp $ # DISTNAME= Csound${CSOUND_VERSION}_src PKGNAME= csound5-${CSOUND_VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} diff --git a/audio/csound5/PLIST b/audio/csound5/PLIST index 1ab7a9dbee4..c79c6431c4b 100644 --- a/audio/csound5/PLIST +++ b/audio/csound5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/09/07 12:42:02 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/02/04 07:00:11 sbd Exp $ bin/csound5 include/csound5/CppSound.hpp include/csound5/CsoundFile.hpp @@ -37,6 +37,7 @@ lib/csound5/makecsd lib/csound5/mixer lib/csound5/plugins/libbabo.so lib/csound5/plugins/libbarmodel.so +lib/csound5/plugins/libcontrol.so lib/csound5/plugins/libfluidOpcodes.so lib/csound5/plugins/libftest.so lib/csound5/plugins/libgrain4.so |