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
This commit is contained in:
parent
95ca1d4da3
commit
3cd83bdffb
3 changed files with 27 additions and 9 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue