Not "nonsense". Every tag starts with v1.0.0-beta.
. Every tag follows it with "x.y.z". That makes v1.0.0-beta.
a prefix. Whether you want to drop it is up to you.
Search Criteria
Package Details: zrythm 1.0.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/zrythm.git (read-only, click to copy) |
---|---|
Package Base: | zrythm |
Description: | A feature-rich digital audio workstation with support for various plugin formats and advanced audio processing capabilities |
Upstream URL: | https://www.zrythm.org/ |
Keywords: | daw |
Licenses: | LicenseRef-ZrythmLicense |
Submitter: | alexteee |
Maintainer: | nikost74 |
Last Packager: | nikost74 |
Votes: | 41 |
Popularity: | 0.21 |
First Submitted: | 2019-01-01 17:00 (UTC) |
Last Updated: | 2025-03-10 19:52 (UTC) |
Dependencies (57)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- carla-gitAUR
- curl (curl-gitAUR, curl-c-aresAUR)
- dconf
- fftw
- file (file-gitAUR)
- fluidsynth (fluidsynth-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- graphene (graphene-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libbacktrace (libbacktrace-gitAUR)
- libcyamlAUR (libcyaml-gitAUR)
- Show 37 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »
xiota commented on 2023-11-29 00:35 (UTC) (edited on 2023-11-29 00:38 (UTC) by xiota)
eclairevoyant commented on 2023-11-28 23:56 (UTC)
@xiota Nonsense, see https://gitlab.zrythm.org/zrythm/zrythm/-/tags.
Though this was a good reminder that there's a new version out.
xiota commented on 2023-11-28 23:44 (UTC)
Even though it looks like a version string, the 1.0.0.beta.
appears to be a prefix that should be dropped. From upstream tagging behavior, the real version is the 4.12.34
that follows.
alki commented on 2023-11-09 16:34 (UTC)
The latest commit (56bfa53deffc) that replaced gtk4 with gtk4-git doesn't explain why the change was made.
@éclairevoyant, can you explain why the commit was made and on what condition it can be reverted back? Thanks!
dermalikmann commented on 2023-09-24 13:13 (UTC) (edited on 2023-09-25 08:46 (UTC) by dermalikmann)
Could you change the dependency on "gtk4-git" to just "gtk4" as those two packages conflict with each other, and the non-aur "gtk4" is even newer than the aur "gtk4-git" package? As gtk4-git provides "gtk4" and "libgtk4.so", this should not create issues with other packages.
Edit: I just saw the last commit did the exact opposite. Maybe it would be an idea to postpone updates on this package, until the official gtk4 package has been updated to a version zrythm is compatible with? The problem with gtk4-git is, that at times it may be downgraded (as it might be the case right now?)
xul31 commented on 2023-08-28 21:27 (UTC) (edited on 2023-08-28 21:30 (UTC) by xul31)
Failed a few times to installed from AUR using yay. What fixed it for me was (all packages from AUR):
-
install manually
reproc
, withreproc-git
-
remove already installed
zix
and letzrythm
package install it -
install
zrythm
Seems otherwise, all dependencies listed in the project's git install docs, were already installed on my machine (had planned to otherwise installed them all manually; sweet to see this project is using "what seems to be standard used by others").
Works now, thanks!
nyanbinary commented on 2023-08-03 00:46 (UTC)
Does this provide clap-plugin and lv2-plugin? So it works with Arch package groups without having to install reaper.
eclairevoyant commented on 2023-05-17 04:55 (UTC)
@Minihawk you'll have to follow up with the maintainer of reproc, no error with this package
@petercxy gcc13 fix added
petercxy commented on 2023-05-17 00:48 (UTC)
Bundled plugins don't build with GCC13. They can be disabled manually with -Dbundled_plugins=false
.
Also, the issue with reproc (first reproted by Minihawk) can be temporarily fixed by setting CXXFLAGS=-Wno-changes-meaning.
Minihawk commented on 2023-05-08 11:18 (UTC) (edited on 2023-05-08 11:20 (UTC) by Minihawk)
Due to a change in compiler to GCC13, there is an error.
Fehler: Deklaration von »reproc::options::<unnamed struct> reproc::options::redirect« ändert die Bedeutung von »redirect« [-Wchanges-meaning] 107 | } redirect = {};
Translation: Error: Declaration of »reproc::options::<unnamed struct> reproc::options::redirect« changes the meaning of »redirect« [-Wchanges-meaning] 107 | } redirect = {};
Was in file "reproc/src/reproc-14.2.4/reproc++/include/reproc++/reproc.hpp" in cache of yay.
Pinned Comments