mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
audio/faust: update 2.72.14 → 2.74.6
Reported by: portscout
This commit is contained in:
parent
1fd58823cb
commit
dd816bd0bd
@ -1,5 +1,5 @@
|
||||
PORTNAME= faust
|
||||
DISTVERSION= 2.72.14
|
||||
DISTVERSION= 2.74.6
|
||||
CATEGORIES= audio devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -20,7 +20,7 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grame-cncm
|
||||
GH_TUPLE= \
|
||||
grame-cncm:faustlibraries:d28c51f:grame_cncm_faustlibraries/libraries \
|
||||
grame-cncm:faustlibraries:58f6796:grame_cncm_faustlibraries/libraries \
|
||||
ccrma:faust2ck:db879cb:faust2ck/tools/faust2ck
|
||||
|
||||
SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench tools/sound2faust/sound2reader
|
||||
|
@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1712120026
|
||||
SHA256 (grame-cncm-faust-2.72.14_GH0.tar.gz) = f0c82b7e72b663c29c226e5a56f6c43595b7d02c3d63eca0103cd327df4f33cd
|
||||
SIZE (grame-cncm-faust-2.72.14_GH0.tar.gz) = 70316510
|
||||
SHA256 (grame-cncm-faustlibraries-d28c51f_GH0.tar.gz) = 2a240ee090e2f2166b385a3ca2047a16c2d7991fc8493bc657b149cf5c628e80
|
||||
SIZE (grame-cncm-faustlibraries-d28c51f_GH0.tar.gz) = 7874882
|
||||
TIMESTAMP = 1719128380
|
||||
SHA256 (grame-cncm-faust-2.74.6_GH0.tar.gz) = eab18951046c4be232c66f35fe0a41fa339d5fe9e048e376545e427a0a02efc9
|
||||
SIZE (grame-cncm-faust-2.74.6_GH0.tar.gz) = 68613832
|
||||
SHA256 (grame-cncm-faustlibraries-58f6796_GH0.tar.gz) = 35c105bef3629f27a9dd5c7cbc9ba81170728d32c5d4ba7fe8291fff9ab00ee5
|
||||
SIZE (grame-cncm-faustlibraries-58f6796_GH0.tar.gz) = 7892176
|
||||
SHA256 (ccrma-faust2ck-db879cb_GH0.tar.gz) = 78a4ca3deef0940122c68cb4872b9423778177ddf02d113f8f01d0e37351f816
|
||||
SIZE (ccrma-faust2ck-db879cb_GH0.tar.gz) = 328939
|
||||
|
@ -12,10 +12,12 @@ bin/faust2au
|
||||
bin/faust2audiokit
|
||||
bin/faust2bela
|
||||
bin/faust2bench
|
||||
bin/faust2caconsole
|
||||
bin/faust2cagtk
|
||||
bin/faust2caqt
|
||||
bin/faust2caqtios
|
||||
bin/faust2cmajor
|
||||
bin/faust2comparator
|
||||
bin/faust2cpalrust
|
||||
bin/faust2csound
|
||||
bin/faust2csvplot
|
||||
@ -77,6 +79,7 @@ bin/faust2sig
|
||||
bin/faust2sigviewer
|
||||
bin/faust2smartkeyb
|
||||
bin/faust2sndfile
|
||||
bin/faust2stratus
|
||||
bin/faust2sublimecompletions
|
||||
bin/faust2supercollider
|
||||
bin/faust2svg
|
||||
@ -145,6 +148,7 @@ include/faust/dsp/faust-dynamic-engine.cpp
|
||||
include/faust/dsp/faust-dynamic-engine.h
|
||||
include/faust/dsp/faust-engine.h
|
||||
include/faust/dsp/faust-poly-engine.h
|
||||
include/faust/dsp/fixed-point.h
|
||||
include/faust/dsp/interpreter-dsp-c.h
|
||||
include/faust/dsp/interpreter-dsp.h
|
||||
include/faust/dsp/interpreter-machine-dsp.h
|
||||
@ -159,7 +163,6 @@ include/faust/dsp/llvm-dsp-adapter1.h
|
||||
include/faust/dsp/llvm-dsp-c.h
|
||||
include/faust/dsp/llvm-dsp.h
|
||||
include/faust/dsp/llvm-machine-dsp.h
|
||||
include/faust/dsp/one-sample-dsp.h
|
||||
include/faust/dsp/poly-dsp.h
|
||||
include/faust/dsp/poly-interpreter-dsp.h
|
||||
include/faust/dsp/poly-llvm-dsp.h
|
||||
@ -271,7 +274,7 @@ lib/ios-libsndfile.a
|
||||
lib/libOSCFaust.a
|
||||
lib/libfaust.so
|
||||
lib/libfaust.so.2
|
||||
lib/libfaust.so.2.72.14
|
||||
lib/libfaust.so.2.74.6
|
||||
%%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
|
||||
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
|
||||
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
|
||||
@ -399,8 +402,15 @@ lib/libfaust.so.2.72.14
|
||||
%%DATADIR%%/bench.cpp
|
||||
%%DATADIR%%/bench.d
|
||||
%%DATADIR%%/c-jack-gtk.c
|
||||
%%DATADIR%%/ca-console.cpp
|
||||
%%DATADIR%%/ca-gtk.cpp
|
||||
%%DATADIR%%/ca-qt.cpp
|
||||
%%DATADIR%%/chaos-stratus/README.txt
|
||||
%%DATADIR%%/chaos-stratus/_pedal-tools.sh
|
||||
%%DATADIR%%/chaos-stratus/build-effect.sh
|
||||
%%DATADIR%%/chaos-stratus/build-install-effect.sh
|
||||
%%DATADIR%%/chaos-stratus/install-effect.sh
|
||||
%%DATADIR%%/chaos-stratus/stratus.cpp
|
||||
%%DATADIR%%/cmajor/Makefile
|
||||
%%DATADIR%%/cmajor/README.md
|
||||
%%DATADIR%%/cmajor/cmajor-faust-editor.cpp
|
||||
@ -414,6 +424,10 @@ lib/libfaust.so.2.72.14
|
||||
%%DATADIR%%/cmajor/minimal.cmajor
|
||||
%%DATADIR%%/cmajor/poly-dsp-effect.cmajor
|
||||
%%DATADIR%%/cmajor/poly-dsp.cmajor
|
||||
%%DATADIR%%/comparator/README.md
|
||||
%%DATADIR%%/comparator/compclass.cpp
|
||||
%%DATADIR%%/comparator/minimal-fixed-point.cpp
|
||||
%%DATADIR%%/comparator/minimal-floating-point.cpp
|
||||
%%DATADIR%%/compressors.lib
|
||||
%%DATADIR%%/csound.cpp
|
||||
%%DATADIR%%/csvplot.cpp
|
||||
@ -693,7 +707,6 @@ lib/libfaust.so.2.72.14
|
||||
%%DATADIR%%/minimal-bench.cpp
|
||||
%%DATADIR%%/minimal-effect.c
|
||||
%%DATADIR%%/minimal-effect.cpp
|
||||
%%DATADIR%%/minimal-fixed-point.cpp
|
||||
%%DATADIR%%/minimal-static.cpp
|
||||
%%DATADIR%%/minimal.c
|
||||
%%DATADIR%%/minimal.cpp
|
||||
@ -899,83 +912,16 @@ lib/libfaust.so.2.72.14
|
||||
%%DATADIR%%/vst.cpp
|
||||
%%DATADIR%%/wdmodels.lib
|
||||
%%DATADIR%%/webaudio.lib
|
||||
%%DATADIR%%/webaudio/ExportLib.js
|
||||
%%DATADIR%%/webaudio/README.md
|
||||
%%DATADIR%%/webaudio/WebMIDIAPI.js
|
||||
%%DATADIR%%/webaudio/audioinput-processor.js
|
||||
%%DATADIR%%/webaudio/audioinput.dsp
|
||||
%%DATADIR%%/webaudio/audioinput.html
|
||||
%%DATADIR%%/webaudio/audioinput.js
|
||||
%%DATADIR%%/webaudio/audioinput.wasm
|
||||
%%DATADIR%%/webaudio/component-creator.html
|
||||
%%DATADIR%%/webaudio/create-factory-worker.js
|
||||
%%DATADIR%%/webaudio/dynamic-organ-wasm.html
|
||||
%%DATADIR%%/webaudio/dynamic-organ-worklet-wasm.html
|
||||
%%DATADIR%%/webaudio/dynamic-osc-wasm.html
|
||||
%%DATADIR%%/webaudio/dynamic-osc-worklet-wasm.html
|
||||
%%DATADIR%%/webaudio/expand-dsp-worker.js
|
||||
%%DATADIR%%/webaudio/export-wrapper.html
|
||||
%%DATADIR%%/webaudio/faustlive-wasm.html
|
||||
%%DATADIR%%/webaudio/favicon.ico
|
||||
%%DATADIR%%/webaudio/jsscripts.js
|
||||
%%DATADIR%%/webaudio/libfaust-glue.js
|
||||
%%DATADIR%%/webaudio/libfaust-glue.wasm
|
||||
%%DATADIR%%/webaudio/libfaust-wasm.data
|
||||
%%DATADIR%%/webaudio/libfaust-wasm.js
|
||||
%%DATADIR%%/webaudio/libfaust-wasm.wasm
|
||||
%%DATADIR%%/webaudio/libfaust-worklet-glue.js
|
||||
%%DATADIR%%/webaudio/mixer32.wasm
|
||||
%%DATADIR%%/webaudio/mixer32.wast
|
||||
%%DATADIR%%/webaudio/mixer64.wasm
|
||||
%%DATADIR%%/webaudio/mixer64.wast
|
||||
%%DATADIR%%/webaudio/noise-wasm.html
|
||||
%%DATADIR%%/webaudio/noise.dsp
|
||||
%%DATADIR%%/webaudio/noise.js
|
||||
%%DATADIR%%/webaudio/noise.wasm
|
||||
%%DATADIR%%/webaudio/organ-processor.js
|
||||
%%DATADIR%%/webaudio/organ-wasm.html
|
||||
%%DATADIR%%/webaudio/organ.dsp
|
||||
%%DATADIR%%/webaudio/organ.js
|
||||
%%DATADIR%%/webaudio/organ.wasm
|
||||
%%DATADIR%%/webaudio/osc-wasm.html
|
||||
%%DATADIR%%/webaudio/osc.dsp
|
||||
%%DATADIR%%/webaudio/osc.js
|
||||
%%DATADIR%%/webaudio/osc.wasm
|
||||
%%DATADIR%%/webaudio/package.json
|
||||
%%DATADIR%%/webaudio/qrcode.js
|
||||
%%DATADIR%%/webaudio/testAWN.html
|
||||
%%DATADIR%%/webaudio/testWAP.html
|
||||
%%DATADIR%%/webaudio/testWAP2.html
|
||||
%%DATADIR%%/webaudio/testWAP2Poly.html
|
||||
%%DATADIR%%/webaudio/testWAPPoly.html
|
||||
%%DATADIR%%/webaudio/wasm-standalone-node-wrapper-double.js
|
||||
%%DATADIR%%/webaudio/wasm-standalone-node-wrapper.js
|
||||
%%DATADIR%%/webaudio/webComponent/index.html
|
||||
%%DATADIR%%/webaudio/webComponent/template/faustTemplate.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-poly-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-poly-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-poly-worklet-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc-worklet-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-emcc.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-poly-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-poly-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-poly-worklet-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-worklet-footer.html
|
||||
%%DATADIR%%/webaudio/webaudio-wasm-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletnode-emcc-poly-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletnode-emcc-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletnode-poly-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletnode-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletprocessor-poly-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio-workletprocessor-standalone-wrapper.js
|
||||
%%DATADIR%%/webaudio/webaudio.html
|
||||
%%HIGHLIGHT%%share/gtksourceview-2.0/language-specs/faust.lang
|
||||
%%HIGHLIGHT%%share/gtksourceview-3.0/language-specs/faust.lang
|
||||
%%HIGHLIGHT%%share/highlight/langDefs/dsp.lang
|
||||
share/gtksourceview-2.0/language-specs/faust.lang
|
||||
share/gtksourceview-3.0/language-specs/faust.lang
|
||||
share/highlight/langDefs/dsp.lang
|
||||
share/man/man1/faust.1.gz
|
||||
%%HIGHLIGHT%%share/vim/vimfiles/syntax/faust.vim
|
||||
@dir %%DATADIR%%/max-msp/py2max
|
||||
|
Loading…
Reference in New Issue
Block a user