Package Details: bespokesynth-git 1.1.0.r42.gf93ce26-1

Git Clone URL: https://aur.archlinux.org/bespokesynth-git.git (read-only, click to copy)
Package Base: bespokesynth-git
Description: A software modular synth
Upstream URL: https://www.bespokesynth.com/
Licenses: GPL3
Conflicts: bespokesynth
Provides: bespokesynth
Submitter: milkii
Maintainer: dvzrv
Last Packager: dvzrv
Votes: 8
Popularity: 0.000000
First Submitted: 2020-08-28 18:22 (UTC)
Last Updated: 2021-12-21 14:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Vvyibaba commented on 2021-11-23 12:30 (UTC) (edited on 2021-11-23 12:34 (UTC) by Vvyibaba)

I'm unable to even start compiling :(

Submodule 'libs/tuning-library' (https://github.com/surge-synthesizer/tuning-library) registered for path 'libs/tuning-library'

Cleared directory 'libs/JUCE'

error: could not lock config file .git/modules/libs/JUCE/config: No such file or directory

warning: Could not unset core.worktree setting in submodule 'libs/JUCE'

Submodule 'libs/JUCE' (https://github.com/juce-framework/JUCE) unregistered for path 'libs/JUCE'

Cleared directory 'libs/pybind11'

error: could not lock config file .git/modules/libs/pybind11/config: No such file or directory

warning: Could not unset core.worktree setting in submodule 'libs/pybind11'

Submodule 'libs/pybind11' (https://github.com/pybind/pybind11) unregistered for path 'libs/pybind11'

Cleared directory 'libs/tuning-library'

error: could not lock config file .git/modules/libs/tuning-library/config: No such file or directory

warning: Could not unset core.worktree setting in submodule 'libs/tuning-library'

Submodule 'libs/tuning-library' (https://github.com/surge-synthesizer/tuning-library) unregistered for path 'libs/tuning-library'

Cleared directory 'libs/json/jsoncpp'

error: could not lock config file .git/modules/libs/json/jsoncpp/config: No such file or directory

warning: Could not unset core.worktree setting in submodule 'libs/json/jsoncpp'

Submodule 'libs/json/jsoncpp' (https://github.com/open-source-parsers/jsoncpp.git) unregistered for path 'libs/json/jsoncpp'

patching file CMakeLists.txt

Hunk #1 succeeded at 66 (offset 5 lines).

patching file Source/CMakeLists.txt

Hunk #1 FAILED at 420.

Hunk #2 succeeded at 459 (offset 31 lines).

Hunk #3 succeeded at 470 (offset 31 lines).

1 out of 3 hunks FAILED -- saving rejects to file Source/CMakeLists.txt.rej patching file libs/CMakeLists.txt

Hunk #1 FAILED at 1.

Hunk #2 FAILED at 9.

2 out of 2 hunks FAILED -- saving rejects to file libs/CMakeLists.txt.rej

dvzrv commented on 2021-11-20 12:00 (UTC)

@nhoma: Yes, see CMakeLists.txt.

dvzrv commented on 2021-11-20 11:59 (UTC)

@lbatalha this package is not "out-of-date" (https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date)

nhoma commented on 2021-11-17 14:41 (UTC)

is it possible to edit the pkgbuild in a way that i can tell it the path to my VST2SDK and it will enable VST2 support?

dvzrv commented on 2021-11-05 08:46 (UTC)

@plainoldcheese: Thanks, will look into that. There is a lot of movement upstream, so best stick to the pinned version here for now until patches are figured out.

@NiceOne: Will do!

plainoldcheese commented on 2021-11-04 07:57 (UTC)

This fails in the prepare() and also seems to have some issue relating to configs not being found in .git/modules/ I also have issues running the binary from bespokes github due to python3.8 not being available and I see they added a CMAKE flag relating to python version that might help with that.

NiceOne commented on 2021-10-31 15:29 (UTC)

@dvzrv please add zenity to the depends() without it the load/save dialogs won't load

yochananmarqos commented on 2021-10-25 01:26 (UTC)

@anoa: I've updated my PKGBUILD accordingly.

anoa commented on 2021-10-24 20:19 (UTC)

I had to make a slight tweak to yochananmarqos' PKGBUILD to get it to work. Looks like src/BespokeSynth/libs/json/jsoncpp is a new submodule which needed to be initialised: https://pastebin.com/3qnxdhLs

Otherwise the build would complain with:

CMake Error at libs/json/CMakeLists.txt:3 (add_library):
  Cannot find source file:

    jsoncpp/src/lib_json/json_reader.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at libs/json/CMakeLists.txt:3 (add_library):
  No SOURCES given to target: json

benoliver999 commented on 2021-10-10 15:43 (UTC)

I built yochananmarqos' PKGBUILD in a clean chroot and it seems to work fine.