Package Details: sfizz-lv2-git 1.2.3.r12.g5e0be2e-1

Git Clone URL: https://aur.archlinux.org/sfizz-git.git (read-only, click to copy)
Package Base: sfizz-git
Description: SFZ based sampler (git version) - LV2 plugin
Upstream URL: https://sfz.tools/sfizz
Licenses: BSD
Groups: lv2-plugins, pro-audio
Conflicts: sfizz-lv2
Provides: sfizz-lv2
Submitter: redtide
Maintainer: SpotlightKid (redtide)
Last Packager: SpotlightKid
Votes: 4
Popularity: 0.006311
First Submitted: 2019-06-02 23:51 (UTC)
Last Updated: 2026-05-17 21:56 (UTC)

Required by (1)

Sources (13)

Latest Comments

missingSleepDeps commented on 2026-05-16 21:00 (UTC)

So adding #include <algorithm> in reader.cpp fixed the "find-if" issue, but now it looks like there's some sort of git issue failing to put invoke.hpp/invoke.hpp in the /src/sfizz-ui-library/src/sfizz

missingSleepDeps commented on 2026-05-16 20:42 (UTC) (edited on 2026-05-16 20:43 (UTC) by missingSleepDeps)

/home/cachyos/.cache/yay/sfizz-git/src/sfizz-ui/plugins/editor/tools/layout-maker/sources/reader.cpp:64:24: error: ‘find_if’ is not a member of ‘std’; did you mean ‘find’?
   64 |         auto it = std::find_if(text.begin(), text.end(), [this](char c) -> bool { return is_delim(c); });
      |                        ^~~~~~~
      |     

redtide commented on 2023-08-13 13:56 (UTC) (edited on 2023-08-13 13:57 (UTC) by redtide)

@KokPok thank you for the report, it should be fixed now

KokPok commented on 2023-08-13 08:56 (UTC)

Build fails on external library missing

CMake Error at library/external/st_audiofile/CMakeLists.txt:25 (add_subdirectory):
  The source directory

    /var/tmp/pamac-build-konstanting/sfizz-git/src/sfizz-ui/library/external/st_audiofile/thirdparty/wavpack

  does not contain a CMakeLists.txt file.

jpcima commented on 2021-08-23 07:31 (UTC)

silverhikari, this is fixed.

silverhikari commented on 2021-08-23 01:30 (UTC)

build fails as their is no LICENSE.md to install

SpotlightKid commented on 2021-04-15 14:08 (UTC)

Could you please "lib${_pkgname}.so" to provides? So that packages, which depend on libsfizz.so work with either the sfizz or this package?

jpcima commented on 2020-07-06 11:34 (UTC)

Also, the license location seems wrong, this should go in /usr/share/licenses/sfizz-git

jpcima commented on 2020-07-06 11:32 (UTC)

@redtide, the VST build is missing, can you add it? the PKGBUILD from openbuildservice has the commands to build it