Port details on branch 2024Q1 |
- faust Functional programming language for realtime audio signal processing
- 2.69.3 audio =0 2.69.3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-01-20 05:39:12
- Last Update: 2024-01-20 05:37:19
- Commit Hash: 9aa0475
- Also Listed In: devel
- License: GPLv2
- WWW:
- https://faust.grame.fr/
- Description:
- FAUST (Functional Audio Stream) is a functional programming language
specifically designed for real-time signal processing and synthesis.
FAUST targets high-performance signal processing applications and audio
plug-ins for a variety of platforms and standards.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/faust/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/faust
- pkg install faust
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: faust
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700066380
SHA256 (grame-cncm-faust-2.69.3_GH0.tar.gz) = df182ebf63d7fd9d783a523713174ac93a78cdfa26b5c0631d5432d86f5eacd1
SIZE (grame-cncm-faust-2.69.3_GH0.tar.gz) = 70533333
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- python3.9 : lang/python39
- Library dependencies:
-
- libLLVM-15.so : devel/llvm15
- libmicrohttpd.so : www/libmicrohttpd
- libLLVM-15.so : devel/llvm15
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for faust-2.69.3:
EXAMPLES=on: Build and/or install examples
HIGHLIGHT=on: Syntax highlighting in Kate, gedit, Highlight, vim
HTTPD_LIB=on: Build httpd support library
===> Use 'make config' to modify these settings
- Options name:
- audio_faust
- USES:
- compiler:c++14-lang cmake llvm:min=15,lib ncurses python pkgconfig shebangfix
- pkg-message:
- For install:
- You installed Faust: the programming language for realtime audio
signal processing.
In order to try it, you can put the dsp program from
https://faustdoc.grame.fr/tutorials/basic-osc/ into the source file
example-freeverb_demo.dsp, and run the faust compiler that will create
Qt UI with Jack audio backend:
$ sudo pkg install -A qt6-base
$ cp files/example-freeverb_demo.dsp .
$ faust2jaqt example-freeverb_demo.dsp
$ ./example-freeverb_demo # this assumes that Jack audio server is up and running
It will create the window with sliders and a button that you would
need to press.
In order to compile programs for some audio backend (like Jack,
PortAudio) and UI frontend (like Qt), you need to first install them.
- Master Sites:
|