Search Criteria
Package Details: bespokesynth-git 1.1.0.r42.gf93ce26-1
Package Actions
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) |
Dependencies (34)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libFLAC.so (flac-gitAUR, flac, lib32-flac)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libglvnd (libglvnd-gitAUR)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libjsoncpp.so (jsoncpp-cmakeAUR, jsoncpp-gitAUR, jsoncpp)
- libogg.so (libogg-gitAUR, lib32-libogg, libogg)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb-1.0.so (libusb-gitAUR, lib32-libusb, libusb)
- libvorbis.so (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR, lib32-libvorbis, libvorbis)
- libvorbisenc.so (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR, lib32-libvorbis, libvorbis)
- libvorbisfile.so (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR, lib32-libvorbis, libvorbis)
- python (python37AUR, python311AUR, python310AUR)
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- alsa-lib (make)
- cmake (cmake-gitAUR) (make)
- Show 14 more dependencies...
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/3qnxdhLsOtherwise the build would complain with:
benoliver999 commented on 2021-10-10 15:43 (UTC)
I built yochananmarqos' PKGBUILD in a clean chroot and it seems to work fine.
« First ‹ Previous 1 2 3 4 5 Next › Last »