aboutsummaryrefslogtreecommitdiff
path: root/audio/faust
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faust')
-rw-r--r--audio/faust/Makefile20
-rw-r--r--audio/faust/distinfo16
-rw-r--r--audio/faust/files/patch-build_CMakeLists.txt16
-rw-r--r--audio/faust/pkg-plist163
4 files changed, 75 insertions, 140 deletions
diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index 54bb41036ebc..373cfb2c3cc3 100644
--- a/audio/faust/Makefile
+++ b/audio/faust/Makefile
@@ -1,6 +1,10 @@
PORTNAME= faust
-DISTVERSION= 2.79.3
+DISTVERSION= 2.81.10
CATEGORIES= audio devel
+MASTER_SITES= https://github.com/grame-cncm/faust/releases/download/${DISTVERSION}/
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch:-p1 # https://github.com/grame-cncm/faust/pull/1170: Fix compilation flags for generated projects: use c++17 instead of c++14
MAINTAINER= yuri@FreeBSD.org
COMMENT= Functional programming language for realtime audio signal processing
@@ -20,19 +24,14 @@ USES= compiler:c++17-lang cmake localbase:ldflags llvm:min=${LLVM_VER},lib ncur
USE_LDCONFIG= yes
USE_CXXSTD= c++17
-USE_GITHUB= yes
+USE_GITHUB= nodefault
GH_ACCOUNT= grame-cncm
-GH_TUPLE= \
- grame-cncm:faustlibraries:ef8dbf7:grame_cncm_faustlibraries/libraries \
- ccrma:faust2ck:db879cb:faust2ck/tools/faust2ck \
- shakfu:py2max:3aaa8ca:py2max/architecture/max-msp/py2max \
- yixuan:spectra:8c7242e:spectra/tools/physicalModeling/mesh2faust/spectra
-#LLVM_VER= 15 # not c++17 by default
LLVM_VER= 19
SHEBANG_FILES= tools/faust-config \
tools/faust2appls/* \
+ tools/faust2clap/faust2clap.py \
tools/benchmark/faustbench \
tools/sound2faust/sound2reader
@@ -71,6 +70,8 @@ post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faust
@${RM} -r ${STAGEDIR}${PREFIX}/lib/faust # https://github.com/grame-cncm/faust/issues/135
@${FIND} ${STAGEDIR} -name android | ${XARGS} ${RM} -r
+ # update QT modules in installes bin/faust2*
+ ${REINPLACE_CMD} -i '' -e 's| printsupport||g' ${STAGEDIR}${PREFIX}/bin/faust2*
post-install-HIGHLIGHT-on:
# 1) kate
@@ -94,7 +95,4 @@ do-test:
${SETENV} ${MAKE_ENV} ${TEST_ENV} faust2jaqt example-freeverb_demo.dsp && \
${SETENV} ${TEST_ENV} ./example-freeverb_demo
-# test fails to build with Qt6 because of wrong C++11 option written into Makefile: https://github.com/grame-cncm/faust/issues/1109
-# once this is corrected, test builds and works fine
-
.include <bsd.port.mk>
diff --git a/audio/faust/distinfo b/audio/faust/distinfo
index a9d2ec8b9e01..e4ac3cdd0210 100644
--- a/audio/faust/distinfo
+++ b/audio/faust/distinfo
@@ -1,11 +1,5 @@
-TIMESTAMP = 1751224492
-SHA256 (grame-cncm-faust-2.79.3_GH0.tar.gz) = 00fb22e424d1be042166c286d4020ecfe07c9e36c2390cf699cf4471c50ee68e
-SIZE (grame-cncm-faust-2.79.3_GH0.tar.gz) = 70436284
-SHA256 (grame-cncm-faustlibraries-ef8dbf7_GH0.tar.gz) = dc9242161d82cb7ee4f3272984ab5481719eff0ca9e5751e094a1c322b569446
-SIZE (grame-cncm-faustlibraries-ef8dbf7_GH0.tar.gz) = 7910998
-SHA256 (ccrma-faust2ck-db879cb_GH0.tar.gz) = 78a4ca3deef0940122c68cb4872b9423778177ddf02d113f8f01d0e37351f816
-SIZE (ccrma-faust2ck-db879cb_GH0.tar.gz) = 328939
-SHA256 (shakfu-py2max-3aaa8ca_GH0.tar.gz) = cfa77756965481a65baa265bef850b2dd0d557622ead2d895d557187d7e78bf7
-SIZE (shakfu-py2max-3aaa8ca_GH0.tar.gz) = 1805609
-SHA256 (yixuan-spectra-8c7242e_GH0.tar.gz) = 9007e20117a29a55ba63a79648970240a318b4d863d1a3a2141110f24c932ed7
-SIZE (yixuan-spectra-8c7242e_GH0.tar.gz) = 259968
+TIMESTAMP = 1762328214
+SHA256 (faust-2.81.10.tar.gz) = c69977380d07aaabb939362c6c306401d55fd9ccd9336c49cabf9adb8f7d4756
+SIZE (faust-2.81.10.tar.gz) = 79748114
+SHA256 (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 3e8839cccfec0d4c609903aa9ed3416f58443eb0eda228f52bcc19f4a4c0f602
+SIZE (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 1906
diff --git a/audio/faust/files/patch-build_CMakeLists.txt b/audio/faust/files/patch-build_CMakeLists.txt
index 53e305b597de..fdbf25048245 100644
--- a/audio/faust/files/patch-build_CMakeLists.txt
+++ b/audio/faust/files/patch-build_CMakeLists.txt
@@ -1,6 +1,6 @@
---- build/CMakeLists.txt.orig 2024-12-26 11:33:55 UTC
+--- build/CMakeLists.txt.orig 2025-09-29 13:03:58 UTC
+++ build/CMakeLists.txt
-@@ -50,7 +50,7 @@ endif()
+@@ -59,7 +59,7 @@ endif()
####################################
# source and headers files
@@ -9,20 +9,12 @@
file (GLOB HH ${SRCDIR}/*.hh ${SRCDIR}/*/*.hh ${SRCDIR}/generator/fir/*.hh)
####################################
-@@ -439,13 +439,15 @@ install (
-
+@@ -457,7 +457,7 @@ install (
####################################
# install examples
-+if (FREEBSD_INSTALL_EXAMPLES)
install (
-- DIRECTORY ${ROOT}/examples DESTINATION ${CMAKE_INSTALL_PREFIX}//share/faust
+- DIRECTORY ${ROOT}/examples DESTINATION ${CMAKE_INSTALL_PREFIX}/share/faust
+ DIRECTORY ${ROOT}/examples DESTINATION share/examples/faust
FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
- PATTERN ".DS_Store" EXCLUDE
- )
-+endif()
-
- # install faust libraries
- file (GLOB FAUSTDSPLIBS ${ROOT}/libraries/*.lib ${ROOT}/libraries/old/*.lib)
diff --git a/audio/faust/pkg-plist b/audio/faust/pkg-plist
index b7b7d731eda4..ea507371f8e7 100644
--- a/audio/faust/pkg-plist
+++ b/audio/faust/pkg-plist
@@ -16,6 +16,7 @@ bin/faust2caconsole
bin/faust2cagtk
bin/faust2caqt
bin/faust2caqtios
+bin/faust2clap.py
bin/faust2cmajor
bin/faust2comparator
bin/faust2cpalrust
@@ -68,6 +69,9 @@ bin/faust2portaudiojulia
bin/faust2portaudiorust
bin/faust2pure
bin/faust2puredata
+bin/faust2pwconsole
+bin/faust2pwgtk
+bin/faust2pwqt
bin/faust2raqt
bin/faust2rnbo
bin/faust2ros
@@ -101,6 +105,9 @@ bin/faust2w64max6
bin/faust2w64puredata
bin/faust2w64vst
bin/faust2winunity
+bin/faust2wwise
+bin/faust2wwise.cmd
+bin/faust2wwise.py
bin/faustoptflags
bin/faustpath
bin/faustremote
@@ -125,6 +132,7 @@ include/faust/audio/oboe-dsp.h
include/faust/audio/ofaudio-dsp.h
include/faust/audio/opensles-android-dsp.h
include/faust/audio/osc-dsp.h
+include/faust/audio/pipewire-dsp.h
include/faust/audio/portaudio-dsp.h
include/faust/audio/rtaudio-dsp.h
include/faust/audio/samAudio.h
@@ -176,6 +184,7 @@ include/faust/dsp/timed-dsp.h
include/faust/dsp/timed-dsp.h.orig
include/faust/dsp/wasm-dsp-imp.h
include/faust/dsp/wasm-dsp.h
+include/faust/dsp/wasm-machine-dsp.h
include/faust/dsp/ysfx-dsp.h
include/faust/export.h
include/faust/gui/APIUI.h
@@ -205,6 +214,7 @@ include/faust/gui/JuceStateUI.h
include/faust/gui/LayoutUI.h
include/faust/gui/LibsndfileReader.h
include/faust/gui/MapUI.h
+include/faust/gui/McpUI.h
include/faust/gui/MemoryReader.h
include/faust/gui/MetaDataUI.h
include/faust/gui/MidiUI.h
@@ -253,6 +263,7 @@ include/faust/midi/iplug2-midi.h
include/faust/midi/jack-midi.h
include/faust/midi/juce-midi.h
include/faust/midi/midi.h
+include/faust/midi/pipewire-midi.h
include/faust/midi/rt-midi.h
include/faust/midi/teensy-midi.h
include/faust/miniaudio.h
@@ -277,7 +288,7 @@ lib/ios-libsndfile.a
lib/libOSCFaust.a
lib/libfaust.so
lib/libfaust.so.2
-lib/libfaust.so.2.79.3
+lib/libfaust.so.2.81.10
%%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
@@ -414,6 +425,14 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/chaos-stratus/build-install-effect.sh
%%DATADIR%%/chaos-stratus/install-effect.sh
%%DATADIR%%/chaos-stratus/stratus.cpp
+%%DATADIR%%/clap/Makefile.simple
+%%DATADIR%%/clap/clap-arch.cpp
+%%DATADIR%%/clap/clap-helpers-impl.cpp
+%%DATADIR%%/clap/clap-mapui.h
+%%DATADIR%%/clap/faust-hot-reload.py
+%%DATADIR%%/clap/interpreter-clap.cpp
+%%DATADIR%%/clap/interpreter-clap.h
+%%DATADIR%%/clap/simple-faust.cpp
%%DATADIR%%/cmajor/Makefile
%%DATADIR%%/cmajor/README.md
%%DATADIR%%/cmajor/cmajor-faust-editor.cpp
@@ -440,6 +459,7 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/daisy/faust_sdram_converter.py
%%DATADIR%%/delays.lib
%%DATADIR%%/demos.lib
+%%DATADIR%%/doc.lib
%%DATADIR%%/dplug.d
%%DATADIR%%/dssi.cpp
%%DATADIR%%/dummy-mem.cpp
@@ -447,6 +467,7 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/dx7.lib
%%DATADIR%%/effect.lib
%%DATADIR%%/embedded/platform.lib
+%%DATADIR%%/env.lib
%%DATADIR%%/envelopes.lib
%%DATADIR%%/esp32/CMakeLists.txt
%%DATADIR%%/esp32/MPU9250.cpp
@@ -686,6 +707,7 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/julia/portaudio-gtk.jl
%%DATADIR%%/ladspa.cpp
%%DATADIR%%/latexheader.tex
+%%DATADIR%%/lfo.lib
%%DATADIR%%/linearalgebra.lib
%%DATADIR%%/lv2.cpp
%%DATADIR%%/lv2qtgui.h
@@ -708,111 +730,6 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/max-msp/mc-faustgen-wrapper.maxpat
%%DATADIR%%/max-msp/mc-wrapper-poly.maxpat
%%DATADIR%%/max-msp/mc-wrapper.maxpat
-%%DATADIR%%/max-msp/py2max/.gitignore
-%%DATADIR%%/max-msp/py2max/CHANGELOG.md
-%%DATADIR%%/max-msp/py2max/LICENSE
-%%DATADIR%%/max-msp/py2max/MANIFEST.in
-%%DATADIR%%/max-msp/py2max/README.md
-%%DATADIR%%/max-msp/py2max/TODO.md
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/circular.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/default_h.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/default_v.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/dot.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/fdp.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/hola.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/kamada_kawai_layout.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/neato.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/orthogonal.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/planar.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/pyhola.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/sfdp.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/shell.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/spectral.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/spring-layout.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/tsmp0-uselp.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/tsmp1-uselp.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/tsmp1.png
-%%DATADIR%%/max-msp/py2max/docs/assets/imgs/twopi.png
-%%DATADIR%%/max-msp/py2max/docs/auto-layouts.md
-%%DATADIR%%/max-msp/py2max/docs/notes/alternatives.md
-%%DATADIR%%/max-msp/py2max/docs/notes/graph-drawing.md
-%%DATADIR%%/max-msp/py2max/docs/notes/hola-options.md
-%%DATADIR%%/max-msp/py2max/docs/notes/storage.md
-%%DATADIR%%/max-msp/py2max/py2max/__init__.py
-%%DATADIR%%/max-msp/py2max/py2max/common.py
-%%DATADIR%%/max-msp/py2max/py2max/core.py
-%%DATADIR%%/max-msp/py2max/py2max/maxclassdb.py
-%%DATADIR%%/max-msp/py2max/py2max/utils.py
-%%DATADIR%%/max-msp/py2max/pyproject.toml
-%%DATADIR%%/max-msp/py2max/scripts/clean.sh
-%%DATADIR%%/max-msp/py2max/scripts/compare.py
-%%DATADIR%%/max-msp/py2max/scripts/convert.py
-%%DATADIR%%/max-msp/py2max/scripts/coverage.sh
-%%DATADIR%%/max-msp/py2max/scripts/create_wheel.sh
-%%DATADIR%%/max-msp/py2max/scripts/dump_registry.py
-%%DATADIR%%/max-msp/py2max/scripts/gen_defaults.py
-%%DATADIR%%/max-msp/py2max/scripts/gen_test.py
-%%DATADIR%%/max-msp/py2max/scripts/parse_refs.py
-%%DATADIR%%/max-msp/py2max/scripts/parse_thesaurus.py
-%%DATADIR%%/max-msp/py2max/scripts/test.sh
-%%DATADIR%%/max-msp/py2max/tests/__init__.py
-%%DATADIR%%/max-msp/py2max/tests/data/complex.maxpat
-%%DATADIR%%/max-msp/py2max/tests/data/desc.maxpat
-%%DATADIR%%/max-msp/py2max/tests/data/empty.maxpat
-%%DATADIR%%/max-msp/py2max/tests/data/nested.maxpat
-%%DATADIR%%/max-msp/py2max/tests/data/simple.maxpat
-%%DATADIR%%/max-msp/py2max/tests/data/tabular.maxpat
-%%DATADIR%%/max-msp/py2max/tests/graphs/random/v30e33.tglf
-%%DATADIR%%/max-msp/py2max/tests/registry.py
-%%DATADIR%%/max-msp/py2max/tests/scratch.py
-%%DATADIR%%/max-msp/py2max/tests/test_abstraction.py
-%%DATADIR%%/max-msp/py2max/tests/test_add.py
-%%DATADIR%%/max-msp/py2max/tests/test_attrui.py
-%%DATADIR%%/max-msp/py2max/tests/test_basic.py
-%%DATADIR%%/max-msp/py2max/tests/test_beap.py
-%%DATADIR%%/max-msp/py2max/tests/test_bpatcher.py
-%%DATADIR%%/max-msp/py2max/tests/test_coll.py
-%%DATADIR%%/max-msp/py2max/tests/test_colors.py
-%%DATADIR%%/max-msp/py2max/tests/test_comment.py
-%%DATADIR%%/max-msp/py2max/tests/test_defaults.py
-%%DATADIR%%/max-msp/py2max/tests/test_dict.py
-%%DATADIR%%/max-msp/py2max/tests/test_ezdac.py
-%%DATADIR%%/max-msp/py2max/tests/test_gen.py
-%%DATADIR%%/max-msp/py2max/tests/test_itable.py
-%%DATADIR%%/max-msp/py2max/tests/test_js.py
-%%DATADIR%%/max-msp/py2max/tests/test_kwds_filter.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_hola1.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_hola2.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_hola3.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_networkx1.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_networkx2.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_nx_graphviz.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_nx_orthogonal.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_nx_tsmpy.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_pyhola.py
-%%DATADIR%%/max-msp/py2max/tests/test_layout_vertical.py
-%%DATADIR%%/max-msp/py2max/tests/test_linking.py
-%%DATADIR%%/max-msp/py2max/tests/test_mc_cycle.py
-%%DATADIR%%/max-msp/py2max/tests/test_message.py
-%%DATADIR%%/max-msp/py2max/tests/test_mypatch.py
-%%DATADIR%%/max-msp/py2max/tests/test_nested.py
-%%DATADIR%%/max-msp/py2max/tests/test_number_tilde.py
-%%DATADIR%%/max-msp/py2max/tests/test_numbers.py
-%%DATADIR%%/max-msp/py2max/tests/test_param.py
-%%DATADIR%%/max-msp/py2max/tests/test_patcher.py
-%%DATADIR%%/max-msp/py2max/tests/test_pitched_osc.py
-%%DATADIR%%/max-msp/py2max/tests/test_rnbo.py
-%%DATADIR%%/max-msp/py2max/tests/test_rnbo_subpatcher.py
-%%DATADIR%%/max-msp/py2max/tests/test_scripting_name.py
-%%DATADIR%%/max-msp/py2max/tests/test_subpatch.py
-%%DATADIR%%/max-msp/py2max/tests/test_table.py
-%%DATADIR%%/max-msp/py2max/tests/test_tree.py
-%%DATADIR%%/max-msp/py2max/tests/test_tree_builder.py
-%%DATADIR%%/max-msp/py2max/tests/test_two_sines.py
-%%DATADIR%%/max-msp/py2max/tests/test_umenu.py
-%%DATADIR%%/max-msp/py2max/tests/test_varname.py
-%%DATADIR%%/max-msp/py2max/tests/test_zl_group.py
%%DATADIR%%/max-msp/rnbo.py
%%DATADIR%%/max-msp/sndfile/arm/libsndfile.a
%%DATADIR%%/max-msp/sndfile/intel/libsndfile.a
@@ -842,6 +759,7 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/noises.lib
%%DATADIR%%/octave.cpp
%%DATADIR%%/old-scheduler.cpp
+%%DATADIR%%/operator.lib
%%DATADIR%%/oscillator.lib
%%DATADIR%%/oscillators.lib
%%DATADIR%%/oscio-gtk.cpp
@@ -928,6 +846,10 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/path-printer.cpp
%%DATADIR%%/phaflangers.lib
%%DATADIR%%/physmodels.lib
+%%DATADIR%%/pipewire-console.cpp
+%%DATADIR%%/pipewire-gtk.cpp
+%%DATADIR%%/pipewire-qt.cpp
+%%DATADIR%%/pitchenv.lib
%%DATADIR%%/platform.lib
%%DATADIR%%/plot.cpp
%%DATADIR%%/pure.c
@@ -1037,8 +959,37 @@ lib/libfaust.so.2.79.3
%%DATADIR%%/webaudio/mixer64.wast
%%DATADIR%%/webaudio/wasm-standalone-node-wrapper-double.js
%%DATADIR%%/webaudio/wasm-standalone-node-wrapper.js
+%%DATADIR%%/wwise.cpp
+%%DATADIR%%/wwise/README.md
+%%DATADIR%%/wwise/__init__.py
+%%DATADIR%%/wwise/config.py
+%%DATADIR%%/wwise/integrator.py
+%%DATADIR%%/wwise/jsonprocessor.py
+%%DATADIR%%/wwise/orchestrator.py
+%%DATADIR%%/wwise/parameters.py
+%%DATADIR%%/wwise/processor.py
+%%DATADIR%%/wwise/scaffolding.2024/effect (in-place)/SoundEnginePlugin/ProjectNameFX.cpp
+%%DATADIR%%/wwise/scaffolding.2024/effect (in-place)/SoundEnginePlugin/ProjectNameFX.h
+%%DATADIR%%/wwise/scaffolding.2024/effect (in-place)/SoundEnginePlugin/ProjectNameFXParams.cpp
+%%DATADIR%%/wwise/scaffolding.2024/effect (in-place)/SoundEnginePlugin/ProjectNameFXParams.h
+%%DATADIR%%/wwise/scaffolding.2024/effect (in-place)/WwisePlugin/ProjectNamePlugin.cpp
+%%DATADIR%%/wwise/scaffolding.2024/effect (out-of-place)/SoundEnginePlugin/ProjectNameFX.cpp
+%%DATADIR%%/wwise/scaffolding.2024/effect (out-of-place)/SoundEnginePlugin/ProjectNameFX.h
+%%DATADIR%%/wwise/scaffolding.2024/effect (out-of-place)/SoundEnginePlugin/ProjectNameFXParams.cpp
+%%DATADIR%%/wwise/scaffolding.2024/effect (out-of-place)/SoundEnginePlugin/ProjectNameFXParams.h
+%%DATADIR%%/wwise/scaffolding.2024/effect (out-of-place)/WwisePlugin/ProjectNamePlugin.cpp
+%%DATADIR%%/wwise/scaffolding.2024/source/SoundEnginePlugin/ProjectNameSource.cpp
+%%DATADIR%%/wwise/scaffolding.2024/source/SoundEnginePlugin/ProjectNameSource.h
+%%DATADIR%%/wwise/scaffolding.2024/source/SoundEnginePlugin/ProjectNameSourceParams.cpp
+%%DATADIR%%/wwise/scaffolding.2024/source/SoundEnginePlugin/ProjectNameSourceParams.h
+%%DATADIR%%/wwise/scaffolding.2024/source/WwisePlugin/ProjectNamePlugin.cpp
+%%DATADIR%%/wwise/spkcfg.py
+%%DATADIR%%/wwise/test.py
+%%DATADIR%%/wwise/utils.py
+%%DATADIR%%/wwise/xmlinjector.py
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