Package Details: zrythm-git 3:1.0.0.rc.2.r0.g6ce35f2de-2

Git Clone URL: https://aur.archlinux.org/zrythm-git.git (read-only, click to copy)
Package Base: zrythm-git
Description: a highly automated and intuitive digital audio workstation
Upstream URL: https://www.zrythm.org
Keywords: audio daw
Licenses: custom:Zrythm License
Conflicts: zrythm
Provides: zrythm
Submitter: alexteee
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 6
Popularity: 0.000000
First Submitted: 2018-11-18 02:16 (UTC)
Last Updated: 2024-10-29 20:51 (UTC)

Pinned Comments

lovetocode999 commented on 2021-05-07 02:50 (UTC)

Notice: The user manual has been removed from this package due to a build error, however it can still be accessed here: https://manual.zrythm.org/en/index.html

Latest Comments

1 2 3 4 5 6 Next › Last »

hypnagogic commented on 2024-10-27 16:45 (UTC)

@Minihawk The current master branch is being refactored and doesn't include a meson.build. Though it looks like silverhikari has updated it to point to the v1 branch, so it should compile now. I did have to manually install glib2-devel, but after that it worked.

Minihawk commented on 2024-10-14 11:10 (UTC)

The file meson.build is missing. I tried to install the prog from scratch befor using this AUR, same result. Further versions contained a meson.build-file to be able to do a meson setup build or meson configure build.

muzzle commented on 2023-02-20 03:22 (UTC) (edited on 2023-02-20 03:24 (UTC) by muzzle)

Run-time dependency zix-0 found: NO (tried pkgconfig and cmake)
Not looking for a fallback subproject for the dependency zix-0 because:
Use of fallback dependencies is disabled.

meson.build:1238:0: ERROR: Dependency 'zix-0' is required but not found.

Technetium1 commented on 2022-12-12 03:18 (UTC)

Missing sassc in makedepends to build in clean chroot.

tujir commented on 2022-12-06 17:02 (UTC)

Do I really need gtksourceview3 AND gtksourceview5?

blue commented on 2022-01-02 09:42 (UTC) (edited on 2022-01-03 01:04 (UTC) by blue)

@silverhikari Heads up: libadwaita 1.0.0 and gtk4 4.6.0 were just released on New Year's Eve. Thanks for maintaining this package.

silverhikari commented on 2021-12-13 07:56 (UTC)

@alexteee i have tried your suggestion by adding mv to the end of the package step though it seems to cause the package to fails as it acts if those files do not exist

alexteee commented on 2021-12-10 19:15 (UTC) (edited on 2021-12-10 19:38 (UTC) by alexteee)

@silverhikari also note that the current PKGBUILD will attempt to install any subprojects in /usr/lib so if you have libadwaita or gtk4 installed it will likely conflict with your system libs. in our own packages I will move those libs to /usr/lib/zrythm/. maybe a simple mv ${pkgdir}/usr/lib/*.so ${pkgdir}/usr/lib/zrythm/ will do (because /usr/bin/zrythm_launch prepends it to LD_LIBRARY_PATH) but I haven't tried this yet. this is just a temporary solution until gtk releases v4.6 and libadwaita makes a new release

silverhikari commented on 2021-12-10 18:58 (UTC)

@alexteee thanks for the heads up, added the fallback and remove and replaced gtk3 with gtk4