mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
audio/faust: Update 2.41.1 -> 2.50.6
Reported by: portscout
This commit is contained in:
parent
3850de8d60
commit
b79f84c904
4 changed files with 16 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= faust
|
PORTNAME= faust
|
||||||
DISTVERSION= 2.41.1
|
DISTVERSION= 2.50.6
|
||||||
CATEGORIES= audio devel
|
CATEGORIES= audio devel
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -18,9 +18,7 @@ USE_LDCONFIG= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= grame-cncm
|
GH_ACCOUNT= grame-cncm
|
||||||
GH_TUPLE= \
|
GH_TUPLE= \
|
||||||
grame-cncm:faustlibraries:9b05121:grame_cncm_faustlibraries/libraries \
|
grame-cncm:faustlibraries:f9efea9:grame_cncm_faustlibraries/libraries
|
||||||
google:oboe:7146098:google_oboe/architecture/android/app/oboe \
|
|
||||||
google:oboe:7146098:google_oboe/architecture/smartKeyboard/android/app/oboe
|
|
||||||
|
|
||||||
SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench tools/sound2faust/sound2reader
|
SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench tools/sound2faust/sound2reader
|
||||||
|
|
||||||
|
@ -49,6 +47,12 @@ HTTPD_LIB_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd
|
||||||
|
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
# change qmake (5) -> qmake6
|
||||||
|
@cd ${WRKSRC} && \
|
||||||
|
${REINPLACE_CMD} -i '' -e 's|echo qmake)|echo qmake6)|; s|echo qmake-qt5)|echo qmake6)|' \
|
||||||
|
tools/faust2appls/faust2*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faust
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faust
|
||||||
@${RM} -r ${STAGEDIR}${PREFIX}/lib/faust # https://github.com/grame-cncm/faust/issues/135
|
@${RM} -r ${STAGEDIR}${PREFIX}/lib/faust # https://github.com/grame-cncm/faust/issues/135
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
TIMESTAMP = 1656734109
|
TIMESTAMP = 1664937692
|
||||||
SHA256 (grame-cncm-faust-2.41.1_GH0.tar.gz) = d2d6984e916b108ee95b0d502bc4e4a7f6657bd442e81530cc80ce0c81103160
|
SHA256 (grame-cncm-faust-2.50.6_GH0.tar.gz) = fc5b50d4bd1cbb142153406f4a2a8d534a816f4c37f207adae8c3dc397529ab9
|
||||||
SIZE (grame-cncm-faust-2.41.1_GH0.tar.gz) = 67674609
|
SIZE (grame-cncm-faust-2.50.6_GH0.tar.gz) = 69639553
|
||||||
SHA256 (grame-cncm-faustlibraries-9b05121_GH0.tar.gz) = 1d93db668ad768a035e9d7b0f51e7480938366e79eec11f4e5349994392c47ff
|
SHA256 (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 19c98d857edee00ae7682c222377c9e4fcc51d54029d7fe59bb66b2e2cdaf77c
|
||||||
SIZE (grame-cncm-faustlibraries-9b05121_GH0.tar.gz) = 7757810
|
SIZE (grame-cncm-faustlibraries-f9efea9_GH0.tar.gz) = 7810456
|
||||||
SHA256 (google-oboe-7146098_GH0.tar.gz) = 68a378c0db26705479171f220400afeb1118bb95fbff5ee19a4ca3591637acce
|
|
||||||
SIZE (google-oboe-7146098_GH0.tar.gz) = 6181956
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ https://faustdoc.grame.fr/tutorials/basic-osc/ into the source file
|
||||||
example.dsp, and run the faust compiler that will create
|
example.dsp, and run the faust compiler that will create
|
||||||
Qt UI with Jack audio backend:
|
Qt UI with Jack audio backend:
|
||||||
|
|
||||||
|
$ sudo pkg install -A qt6-base
|
||||||
$ cp files/example.dsp .
|
$ cp files/example.dsp .
|
||||||
$ faust2jaqt example.dsp
|
$ faust2jaqt example.dsp
|
||||||
$ ./example # this assumes that Jack audio server is up and running
|
$ ./example # this assumes that Jack audio server is up and running
|
||||||
|
|
|
@ -262,7 +262,7 @@ lib/ios-libsndfile.a
|
||||||
lib/libOSCFaust.a
|
lib/libOSCFaust.a
|
||||||
lib/libfaust.so
|
lib/libfaust.so
|
||||||
lib/libfaust.so.2
|
lib/libfaust.so.2
|
||||||
lib/libfaust.so.2.41.1
|
lib/libfaust.so.2.50.6
|
||||||
%%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
|
%%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
|
||||||
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
|
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
|
||||||
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
|
%%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
|
||||||
|
@ -842,6 +842,7 @@ lib/libfaust.so.2.41.1
|
||||||
%%DATADIR%%/synths.lib
|
%%DATADIR%%/synths.lib
|
||||||
%%DATADIR%%/teensy/teensy.cpp
|
%%DATADIR%%/teensy/teensy.cpp
|
||||||
%%DATADIR%%/teensy/teensy.h
|
%%DATADIR%%/teensy/teensy.h
|
||||||
|
%%DATADIR%%/template-llvm.cpp
|
||||||
%%DATADIR%%/thread.h
|
%%DATADIR%%/thread.h
|
||||||
%%DATADIR%%/tonestacks.lib
|
%%DATADIR%%/tonestacks.lib
|
||||||
%%DATADIR%%/tubes.lib
|
%%DATADIR%%/tubes.lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue