Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2026 07:43:24 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4494445c22b4 - main - audio/faust: update 2.83.=?utf-8?Q?1 =E2=86=92 2.?=85.5
Message-ID:  <69df419c.46678.54fb9138@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4494445c22b4630698ab9ae523bf7debd105aef6

commit 4494445c22b4630698ab9ae523bf7debd105aef6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-15 07:31:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-15 07:43:16 +0000

    audio/faust: update 2.83.1 → 2.85.5
---
 audio/faust/Makefile                         |  3 +--
 audio/faust/distinfo                         |  8 +++-----
 audio/faust/files/patch-build_CMakeLists.txt | 11 +----------
 audio/faust/pkg-plist                        | 23 +++++++++++++++++------
 4 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/audio/faust/Makefile b/audio/faust/Makefile
index 7ac8d559bc28..65fbbf985be1 100644
--- a/audio/faust/Makefile
+++ b/audio/faust/Makefile
@@ -1,11 +1,10 @@
 PORTNAME=	faust
-DISTVERSION=	2.83.1
+DISTVERSION=	2.85.5
 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
-PATCHFILES+=	cb26e3a4afba8e766611046d5be3075016fe3f1c.patch:-p1 # https://github.com/grame-cncm/faust/pull/1232: Fix build with LLVM 22
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Functional programming language for realtime audio signal processing
diff --git a/audio/faust/distinfo b/audio/faust/distinfo
index 534b06c1c405..184329e09947 100644
--- a/audio/faust/distinfo
+++ b/audio/faust/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1774912312
-SHA256 (faust-2.83.1.tar.gz) = 6ca3d749296191c41e9fd24ce7e5b37f58022d4320acb1c7343fec2df82d5551
-SIZE (faust-2.83.1.tar.gz) = 80147503
+TIMESTAMP = 1776227776
+SHA256 (faust-2.85.5.tar.gz) = fc18bc2b1b31044d0bd2c35ee92d80d4428c9008ac6a03acf4163109803941d7
+SIZE (faust-2.85.5.tar.gz) = 79247689
 SHA256 (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 3e8839cccfec0d4c609903aa9ed3416f58443eb0eda228f52bcc19f4a4c0f602
 SIZE (e4e9e51a1a12ef0806fc7c8439fa817a98ec57ce.patch) = 1906
-SHA256 (cb26e3a4afba8e766611046d5be3075016fe3f1c.patch) = 9fa5fb039592bbc3be31d0c928e0b67f3368d335dfd3db3ba801ed3336ee1c73
-SIZE (cb26e3a4afba8e766611046d5be3075016fe3f1c.patch) = 2211
diff --git a/audio/faust/files/patch-build_CMakeLists.txt b/audio/faust/files/patch-build_CMakeLists.txt
index fdbf25048245..67374cbff2bd 100644
--- a/audio/faust/files/patch-build_CMakeLists.txt
+++ b/audio/faust/files/patch-build_CMakeLists.txt
@@ -1,14 +1,5 @@
---- build/CMakeLists.txt.orig	2025-09-29 13:03:58 UTC
+--- build/CMakeLists.txt.orig	2026-03-20 08:58:57 UTC
 +++ build/CMakeLists.txt
-@@ -59,7 +59,7 @@ endif()
- 
- ####################################
- # source and headers files
--file (GLOB SRC ${SRCDIR}/*.cpp ${SRCDIR}/*/*.cpp ${SRCDIR}/draw/*/*.cpp ${SRCDIR}/generator/fir/*.cpp)
-+file (GLOB SRC ${SRCDIR}/*.cpp ${SRCDIR}/*/*.cpp ${SRCDIR}/draw/*/*.cpp ${SRCDIR}/generator/fir/*.cpp ${SRCDIR}/generator/cpp/*.cpp ${SRCDIR}/generator/llvm/*.cpp)
- file (GLOB HH  ${SRCDIR}/*.hh  ${SRCDIR}/*/*.hh  ${SRCDIR}/generator/fir/*.hh)
- 
- ####################################
 @@ -457,7 +457,7 @@ install (
  ####################################
  # install examples
diff --git a/audio/faust/pkg-plist b/audio/faust/pkg-plist
index 2f673ac8e6e6..e63be764af7f 100644
--- a/audio/faust/pkg-plist
+++ b/audio/faust/pkg-plist
@@ -140,6 +140,7 @@ include/faust/audio/teensy-dsp.h
 include/faust/dsp/cmajor-cpp-dsp.h
 include/faust/dsp/cmajorpatch-dsp.h
 include/faust/dsp/cpp-dsp-adapter.h
+include/faust/dsp/daisy-poly.h
 include/faust/dsp/dsp-adapter.h
 include/faust/dsp/dsp-adapter.h.orig
 include/faust/dsp/dsp-bench.h
@@ -171,6 +172,7 @@ 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/nam_faust_dsp.h
 include/faust/dsp/poly-dsp.h
 include/faust/dsp/poly-interpreter-dsp.h
 include/faust/dsp/poly-llvm-dsp.h
@@ -201,6 +203,7 @@ include/faust/gui/Esp32SensorUI.h
 include/faust/gui/FUI.h
 include/faust/gui/GTKUI.h
 include/faust/gui/GUI.h
+include/faust/gui/HTMLExport.h
 include/faust/gui/HTTPDControler.h
 include/faust/gui/HothouseControlUI.h
 include/faust/gui/JSONControl.h
@@ -230,6 +233,7 @@ include/faust/gui/PrintUI.h
 include/faust/gui/QTUI.h
 include/faust/gui/RosCI.h
 include/faust/gui/RosUI.h
+include/faust/gui/SVGExport.h
 include/faust/gui/SaveUI.h
 include/faust/gui/SimpleParser.h
 include/faust/gui/SoundUI.h
@@ -259,6 +263,7 @@ include/faust/midi/bela-midi.h
 include/faust/midi/daisy-midi.h
 include/faust/midi/esp32-midi.h
 include/faust/midi/gramophone-midi.h
+include/faust/midi/hothouse-midi.h
 include/faust/midi/iplug2-midi.h
 include/faust/midi/jack-midi.h
 include/faust/midi/juce-midi.h
@@ -281,14 +286,14 @@ include/faust/vst/faust.h
 include/faust/vst/voice.h
 include/faust/vst/vstui.h
 lib/ios-libsndfile.a
-%%HTTPD_LIB%%lib/libHTTPDFaust.a
-%%HTTPD_LIB%%lib/libHTTPDFaust.so
-%%HTTPD_LIB%%lib/libHTTPDFaust.so.0
-%%HTTPD_LIB%%lib/libHTTPDFaust.so.0.7.1
+lib/libHTTPDFaust.a
+lib/libHTTPDFaust.so
+lib/libHTTPDFaust.so.0
+lib/libHTTPDFaust.so.0.7.1
 lib/libOSCFaust.a
 lib/libfaust.so
 lib/libfaust.so.2
-lib/libfaust.so.2.83.1
+lib/libfaust.so.2.85.5
 %%HIGHLIGHT%%share/apps/katepart/syntax/faust.xml
 %%DATADIR%%/AU/AUPublic/AUBase/AUBase.cpp
 %%DATADIR%%/AU/AUPublic/AUBase/AUBase.h
@@ -456,7 +461,11 @@ lib/libfaust.so.2.83.1
 %%DATADIR%%/daisy/Makefile
 %%DATADIR%%/daisy/README.md
 %%DATADIR%%/daisy/ex_faust.cpp
-%%DATADIR%%/daisy/faust_daisy_mem.py
+%%DATADIR%%/daisy/faust_daisy_parser.py
+%%DATADIR%%/daisy/generate_config.py
+%%DATADIR%%/daisy/patch.json
+%%DATADIR%%/daisy/pod.json
+%%DATADIR%%/debug.lib
 %%DATADIR%%/delays.lib
 %%DATADIR%%/demos.lib
 %%DATADIR%%/doc.lib
@@ -516,6 +525,8 @@ lib/libfaust.so.2.83.1
 %%DATADIR%%/hothouse/Makefile
 %%DATADIR%%/hothouse/README.md
 %%DATADIR%%/hothouse/ex_faust.cpp
+%%DATADIR%%/hothouse/faust_sdram_converter.py
+%%DATADIR%%/hysteresis.lib
 %%DATADIR%%/iOS/Default-568h@2x.png
 %%DATADIR%%/iOS/Default-Landscape@2x~ipad.png
 %%DATADIR%%/iOS/Default-Landscape~ipad.png


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69df419c.46678.54fb9138>