diff options
author | ben <ben@pkgsrc.org> | 2005-04-19 20:22:52 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-04-19 20:22:52 +0000 |
commit | 3cd83bdffba8f7287d3ca59724cc356d5373b1ab (patch) | |
tree | 040014668299c9755542099554912dc1349b7e02 /audio/csound4 | |
parent | 95ca1d4da3a955d6457b2a2f003dac43a4fa31ac (diff) | |
download | pkgsrc-3cd83bdffba8f7287d3ca59724cc356d5373b1ab.tar.gz |
Update to csound4-4.23.12.11. Significant changes include:
* fltk fixes
* thread fixes
* many misc. bug fixes
* add support for creating shared libraries for plugins
* this will likely to be the last csound gbs release for a while
Diffstat (limited to 'audio/csound4')
-rw-r--r-- | audio/csound4/Makefile | 6 | ||||
-rw-r--r-- | audio/csound4/PLIST | 22 | ||||
-rw-r--r-- | audio/csound4/distinfo | 8 |
3 files changed, 27 insertions, 9 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile index a85663c01a7..a6a9cfa5dde 100644 --- a/audio/csound4/Makefile +++ b/audio/csound4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:44:51 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/19 20:22:52 ben Exp $ # -DISTNAME= csound-4.23f12gbs.6 -PKGNAME= csound4-4.23.12.6 +DISTNAME= csound-4.23f12gbs.11 +PKGNAME= csound4-4.23.12.11 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/} diff --git a/audio/csound4/PLIST b/audio/csound4/PLIST index ca06296bbf7..a4fab607e9a 100644 --- a/audio/csound4/PLIST +++ b/audio/csound4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/28 17:16:48 ben Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/04/19 20:22:52 ben Exp $ bin/csound bin/csound-config bin/cvanal @@ -7,9 +7,14 @@ bin/envext bin/extract bin/extractor bin/flcsound +bin/het_export +bin/het_import bin/hetro bin/lpanal +bin/lpc_export bin/mixer +bin/pv_export +bin/pv_import bin/pvanal bin/pvlook bin/scale @@ -21,15 +26,28 @@ bin/srconv include/csound/OpcodeBase.hpp include/csound/autoheader.h include/csound/config.h +include/csound/cs.h include/csound/cscore.h include/csound/csound.h include/csound/cwindow.h +include/csound/midiops.h +include/csound/midiops2.h include/csound/opcode.h +include/csound/prototyp.h +include/csound/sort.h include/csound/sysdep.h +include/csound/text.h +include/csound/version.h +lib/csound/gabops.la +lib/csound/metro.la +lib/csound/newfils.la +lib/csound/syncgrain.la +lib/csound/vectorial.la lib/libcscore.a lib/libcsound.la share/csound/csound.xmg share/csound/csoundgbs.html share/csound/flcsound.html -@dirrm include/csound @dirrm share/csound +@dirrm lib/csound +@dirrm include/csound diff --git a/audio/csound4/distinfo b/audio/csound4/distinfo index 21fe681bbad..b89ad0e830c 100644 --- a/audio/csound4/distinfo +++ b/audio/csound4/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:43 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/04/19 20:22:52 ben Exp $ -SHA1 (csound/csound-4.23f12gbs.6.tar.gz) = b9d1239fb8020128079190d6f0fbe7c1735ed691 -RMD160 (csound/csound-4.23f12gbs.6.tar.gz) = 5177feb8bca038d22d79cf3e831bd2fe2c6eaa18 -Size (csound/csound-4.23f12gbs.6.tar.gz) = 1627424 bytes +SHA1 (csound/csound-4.23f12gbs.11.tar.gz) = bd302a007cf5b80048211461023feef29363bec2 +RMD160 (csound/csound-4.23f12gbs.11.tar.gz) = fa44ba38fcac362b9fbb344c36a9c05f4ed85059 +Size (csound/csound-4.23f12gbs.11.tar.gz) = 1675633 bytes |