notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
faustlive Standalone application that embeds Faust
g20171205_4 audio on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20171205_4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-18 00:03:54
Last Update: 2020-08-18 00:02:47
Commit Hash: f38a453
License: GPLv3
WWW:
https://github.com/grame-cncm/faustlive
Description:
A standalone application that embeds Faust (as the libfaust library) and LLVM compiler to provide dynamical compilation for the Faust programming language. FaustLive is in its alpha stage. WWW: https://github.com/grame-cncm/faustlive
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. bin/FaustLive
  2. share/applications/FaustLive.desktop
  3. share/icons/hicolor/32x32/apps/Faustlive.png
  4. share/icons/hicolor/scalable/apps/Faustlive.svg
  5. share/pixmaps/Faustlive.xpm
  6. /usr/local/share/licenses/faustlive-g20171205_4/catalog.mk
  7. /usr/local/share/licenses/faustlive-g20171205_4/LICENSE
  8. /usr/local/share/licenses/faustlive-g20171205_4/GPLv3
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • faustlive>0:audio/faustlive
To install the port:
cd /usr/ports/audio/faustlive/ && make install clean
To add the package, run one of these commands:
  • pkg install audio/faustlive
  • pkg install faustlive
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: faustlive
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1532114000 SHA256 (grame-cncm-faustlive-g20171205-281fcb8_GH0.tar.gz) = 18b832ae42ceb7747992c7e78df71d5470d93eee1f3af6e797625d0d10c8da20 SIZE (grame-cncm-faustlive-g20171205-281fcb8_GH0.tar.gz) = 49027897

Packages (timestamps in pop-ups are UTC):
faustlive
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.5.192.5.19--2.5.19n/an/an/a
FreeBSD:13:quarterly2.5.192.5.19--2.5.19n/an/an/a
FreeBSD:14:latest2.5.192.5.19--2.5.192.5.13_1-2.5.13_1
FreeBSD:14:quarterly2.5.192.5.19--2.5.192.5.162.5.162.5.16
FreeBSD:15:latest2.5.192.5.19n/a-n/an/a2.5.17_12.5.17_1
FreeBSD:15:quarterly2.5.192.5.19n/a-n/an/a--
FreeBSD:16:latest2.5.192.5.19n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libfaust.a : audio/faust
  2. gmake>=4.3 : devel/gmake
  3. xorgproto>=0 : x11/xorgproto
  4. moc : devel/qt5-buildtools
  5. qmake : devel/qt5-qmake
Library dependencies:
  1. libLLVM-6.0.so : devel/llvm60
  2. libasound.so : audio/alsa-lib
  3. libcurl.so : ftp/curl
  4. libjack.so : audio/jack
  5. libmicrohttpd.so : www/libmicrohttpd
  6. libqrencode.so : graphics/libqrencode
  7. libGL.so : graphics/mesa-libs
  8. libQt5Core.so : devel/qt5-core
  9. libQt5Gui.so : x11-toolkits/qt5-gui
  10. libQt5Network.so : net/qt5-network
  11. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for faustlive-g20171205_4: PORTAUDIO=off: PortAudio library support ===> Use 'make config' to modify these settings
Options name:
audio_faustlive
USES:
compiler:c++11-lang gl gmake qt:5 ssl xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/grame-cncm/faustlive/tar.gz/281fcb8?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20171205_4
18 Aug 2020 00:02:48
Revision:545201Original commit files touched by this commit
pkubaj search for other commits by this committer
MFH: r545200

audio/faustlive: fix build on GCC architectures

Don't explicitly add -L/usr/lib, it makes GCC from ports link against base
libstdc++. Clang still links fine to base libraries.

Approved by:	portmgr (fix build blanket)
g20171205_4
18 Aug 2020 00:02:47
commit hash: f38a453ca4a21a0e4d12ef4d74cbae1af4e769f1commit hash: f38a453ca4a21a0e4d12ef4d74cbae1af4e769f1commit hash: f38a453ca4a21a0e4d12ef4d74cbae1af4e769f1commit hash: f38a453ca4a21a0e4d12ef4d74cbae1af4e769f1 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
MFH: r545200

audio/faustlive: fix build on GCC architectures

Don't explicitly add -L/usr/lib, it makes GCC from ports link against base
libstdc++. Clang still links fine to base libraries.

Approved by:	portmgr (fix build blanket)

Number of commits found: 2