GeBo: It probably would have been quicker if this release was announced on the zrythm-announce mailing list (still wasn't announced yet :O)
Search Criteria
Package Details: zrythm 1.0.0.rc.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zrythm.git (read-only, click to copy) |
---|---|
Package Base: | zrythm |
Description: | Highly automated and intuitive digital audio workstation |
Upstream URL: | https://www.zrythm.org |
Keywords: | daw |
Licenses: | AGPL3 |
Submitter: | alexteee |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 39 |
Popularity: | 1.36 |
First Submitted: | 2019-01-01 17:00 (UTC) |
Last Updated: | 2024-04-19 00:12 (UTC) |
Dependencies (45)
- appstream
- boost (boost-gitAUR)
- breeze-icons (breeze-icons-gitAUR)
- carla-gitAUR
- chromaprint (chromaprint-gitAUR, chromaprint-fftwAUR)
- dconf
- fftw (fftw-amdAUR)
- fluidsynth (fluidsynth-gitAUR)
- graphene (graphene-gitAUR)
- graphviz
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- guile (guile-gitAUR)
- json-glib (json-glib-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libaudecAUR
- libbacktrace (libbacktrace-gitAUR)
- libcyamlAUR (libcyaml-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libpanel (libpanel-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- lilv (lilv-gitAUR)
- lsp-dsp-libAUR
- pcre
- portaudio
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- reprocAUR (reproc-gitAUR)
- rtaudio (rtaudio-gitAUR)
- rtmidi
- rubberband
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- serd (serd-gitAUR)
- sratom (sratom-gitAUR)
- vamp-plugin-sdk
- xxhash (xxhash-gitAUR)
- yyjson (yyjson-gitAUR)
- zix (zix-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- meson (meson-gitAUR) (make)
- ruby-sass (make)
- sassc (sassc-gitAUR) (make)
- realtime-privileges (optional) – allow memory locking
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
Scrumplex commented on 2022-01-20 15:44 (UTC)
GeBo commented on 2022-01-19 22:08 (UTC)
Wow! You are quick with updating. Thanks!
alexteee commented on 2022-01-14 11:36 (UTC)
@Scrumplex thanks!
Scrumplex commented on 2022-01-14 11:32 (UTC)
alextee: Here you go! I should add that some AUR helpers don't install the debug symbols by default. So some users might need to install them manually. But at least they will be present on build, so it shouldn't be too complicated.
alexteee commented on 2022-01-14 10:43 (UTC) (edited on 2022-01-14 10:44 (UTC) by alexteee)
@Scrumplex can you please include debug symbols? -Doptimization=3 -Ddebug=true
instead of --buildtype=release
probably also need to add options=(!strip)
so pacman doesn't strip them
Scrumplex commented on 2022-01-13 08:30 (UTC)
Rain_Shinotsu: Similar to some other AUR packages you need to fetch the packager's GPG key, as that is used to verify the downloaded source code.
In this case you can run
gpg --keyserver keyserver.ubuntu.com --recv-keys 022EAE42313D70F3
as your user.
Rain_Shinotsu commented on 2022-01-13 05:52 (UTC) (edited on 2022-01-13 06:01 (UTC) by Rain_Shinotsu)
I can't seem to verify the PGP key:
==> Verifying source file signatures with gpg...
zrythm-1.0.0-alpha.27.0.3.tar.xz ... FAILED (unknown public key 022EAE42313D70F3)
==> ERROR: One or more PGP signatures could not be verified!
This is in EndeavourOS, so maybe it works for Arch users?
TheJackiMonster commented on 2022-01-11 13:57 (UTC)
I get following message during build:
ERROR: Program 'sassc' not found or not executable
So I assume sassc
is either a required build dependency or even a runtime dependency. Please add that to the PKGBUILD.
bruno.unna commented on 2021-11-04 21:25 (UTC)
Sorry for the chain of messages. Removing -Denable_tests=true
didn't help.
bruno.unna commented on 2021-11-04 21:19 (UTC)
For information: removing the option -Denable_tests=true
from the PKGBUILD
file lets the build process to continue. Then it fails this way:
[293/528] Generating doc/user/html-manual-ar with a custom command
FAILED: doc/user/html-manual-ar
doc/user/run_sphinx_build.sh /usr/bin/sphinx-build '-E -W -T' ar html /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html doc/user/html-manual-ar
+ sphinx_bin=/usr/bin/sphinx-build
+ sphinx_opts='-E -W -T'
+ lang=ar
+ format=html
+ meson_cur_src_dir=/home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user
+ out_dir=/home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html
+ out_file=doc/user/html-manual-ar
+ /usr/bin/sphinx-build -D language=ar -b html /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html
Running Sphinx v4.2.0
loading translations [ar]... done
Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
[298/528] Compiling C object src/plugins/lv2/liblv2-lib.a.p/suil_suil_host.c.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
Will follow @yigits suggestion to remove the option -Duser_manual=true
too.
Pinned Comments