Port details |
- sfizz SFZ parser and synth C++ library & LV2/VST3 plugins
- 1.2.3 audio =2 1.2.1_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-04-20 02:13:12
- Last Update: 2024-11-17 18:13:20
- Commit Hash: 9699756
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://sfz.tools/sfizz/
- Description:
- sfizz is a sample-based musical synthesizer.
It features the well-established SFZ instrument format (https://sfzformat.com/)
at its core, which permits to use existing instrument libraries, or create
personal instruments with ease.
Not only is sfizz ready-to-use as an instrument plugin of its own, the library
allows developers to create instruments of their own, taking advantage of the
abilities of SFZ.
- ¦ ¦ ¦ ¦
- 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/sfizz/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/sfizz
- pkg install sfizz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sfizz
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730801871
SHA256 (sfztools-sfizz-1.2.3_GH0.tar.gz) = fc1d7864516546e237e7c6115dc76d187924af32ec8eafb97b03a7efec9aa49d
SIZE (sfztools-sfizz-1.2.3_GH0.tar.gz) = 14107198
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- zenity : x11/zenity
- Library dependencies:
-
- libabsl_hash.so : devel/abseil
- libjack.so : audio/jack
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Libraries
-
- audio/prelude-lv2
- audio/toccata-lv2
Configuration Options:
- ===> The following configuration options are available for sfizz-1.2.3:
JACK=on: JACK audio server support
===> Use 'make config' to modify these settings
- Options name:
- audio_sfizz
- USES:
- cmake compiler:c++17-lang localbase:ldflags pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.3 17 Nov 2024 18:13:20 |
Dimitry Andric (dim) |
audio/sfizz: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:394:31:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
394 | return Base::template do_pop_any(states_[index],
elements_[index]);
| ^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:400:24:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
400 | Base::template do_push_any(std::forward<U>(element),
states_[index], elements_[index]);
| ^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:522:31:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
522 | return Base::template do_pop_any(states_[index],
elements_[index]);
| ^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:528:24:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw] (Only the first 15 lines of the commit message are shown above ) |
1.2.3 09 Nov 2024 17:19:35 |
Yuri Victorovich (yuri) |
audio/sfizz: Broken on 15 with clang-19
Reported by: fallout |
1.2.3 08 Nov 2024 06:37:38 |
Yuri Victorovich (yuri) |
audio/sfizz: update 1.2.1 → 1.2.3 |
1.2.1_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.2.1_2 12 Aug 2023 01:37:47 |
Piotr Kubaj (pkubaj) |
audio/sfizz: allow to build with clang on libomp-less systems |
1.2.1_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.2.1 16 Apr 2023 20:04:58 |
Yuri Victorovich (yuri) |
audio/sfizz: Update 1.2.0 → 1.2.1
Reported by: portscout |
1.2.0 14 Mar 2023 19:04:06 |
Piotr Kubaj (pkubaj) |
audio/sfizz: fix build on powerpc
CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
cmake/SfizzDeps.cmake:7 (find_package)
CMakeLists.txt:52 (include)
Also disable VST on powerpc*, since it's disabled in plugins/CMakeLists.txt. |
1.2.0 07 Feb 2023 02:46:12 |
Piotr Kubaj (pkubaj) |
audio/sfizz: fix build on powerpc* and probably also riscv64
1. Apply
https://github.com/max0x7ba/atomic_queue/commit/ee3d91cf131e56aa3302a43aeebf7b57a3c97b06
2. Use abseil patch from other ports.
3. Run the strip command meant obviously only for amd64 only on amd64. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 05 Aug 2022 08:23:14 |
Yuri Victorovich (yuri) |
audio/sfizz: Correct BROKEN line |
1.2.0 05 Aug 2022 08:21:51 |
Yuri Victorovich (yuri) |
audio/sfizz: Broken on arm64
Reported by: fallout |
1.2.0 02 Aug 2022 19:50:33 |
Yuri Victorovich (yuri) |
audio/sfizz: Correct OSVERSION at which build was fixed
It was broken on 13.1-RELEASE as well. |
1.2.0 02 Aug 2022 18:35:29 |
Yuri Victorovich (yuri) |
audio/sfizz: Broken on armv6, armv7
Reported by: fallout |
1.2.0 02 Aug 2022 18:20:23 |
Yuri Victorovich (yuri) |
audio/sfizz: Not generally broken
Broken only on 13.0 and earlier.
Pointy hat to: amdmi3@ |
1.2.0 02 Aug 2022 16:34:41 |
Dmitry Marakasov (amdmi3) |
audio/sfizz: mark BROKEN
Approved by: portmgr blanket |
1.2.0 28 Jul 2022 22:08:05 |
Yuri Victorovich (yuri) |
audio/sfizz: Broken on i386
Reported by: fallout |
1.2.0 27 Jul 2022 08:31:15 |
Yuri Victorovich (yuri) |
audio/sfizz: Update 0.4.0 -> 1.2.0 |
0.4.0_2 14 Sep 2021 17:56:04 |
Mikael Urankar (mikael) |
audio/sfizz: Fix build on aarch64
Approved by: portmgr (build fix blanket) |
0.4.0_2 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
0.4.0_1 17 Jun 2021 00:07:38 |
Piotr Kubaj (pkubaj) |
audio/sfizz: fix build on powerpc*
ori 0,0,0 is nop instruction on powerpc*
Additional headers are necessary:
In file included from
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:27:
/usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int'
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:91:10:
error: unknown type name 'once_flag'
static once_flag init_timebase_frequency_once;
^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:93:18:
error: no member named 'LowLevelCallOnce' in namespace
'absl::lts_2020_02_25::base_internal'
base_internal::LowLevelCallOnce(&init_timebase_frequency_once, [&]() { |
0.4.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.0_1 19 Jan 2021 01:17:28 |
linimon |
Mark as BROKEN on riscv64:
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/src/external/atomic_queue/defs.h:45:2:
error: "Unknown CPU architecture."
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
0.4.0 28 Jul 2020 05:03:28 |
yuri |
audio/sfizz: 0.3.2 -> 0.4.0
Reported by: portscout |
0.3.2 20 Apr 2020 02:13:04 |
yuri |
New port: audio/sfizz: SFZ parser and synth C++ library & LV2/VST3 plugins |