Thanks! :)
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: | 41 |
Popularity: | 1.77 |
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-fftwAUR)
- dconf
- fftw
- 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-gitAUR, libadwaita-without-adwaita-gitAUR)
- libaudecAUR
- libbacktrace (libbacktrace-gitAUR)
- libcyamlAUR (libcyaml-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libpanel (libpanel-gitAUR)
- Show 25 more dependencies...
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
romsom commented on 2020-07-16 17:18 (UTC)
quenyen commented on 2020-07-16 01:41 (UTC)
Added breeze-icons and bumped the version per ronsom's request
romsom commented on 2020-07-11 08:07 (UTC) (edited on 2020-07-11 08:08 (UTC) by romsom)
Could you please update this, @quenyen? Bumping the version number and adding breeze-icons to the list of dependencies, as @linos suggested, seems to work for me at least.
Thanks! :)
linos commented on 2020-06-16 07:59 (UTC)
breeze-icons are a dependency now, otherwise zrythm crashes on startup: https://redmine.zrythm.org/issues/1582
@quenyen I would offer co-maintership.
apoorv569 commented on 2020-05-31 15:27 (UTC) (edited on 2020-05-31 15:27 (UTC) by apoorv569)
@Popolon i posted a issue on Zrythm Forums (https://forum.zrythm.org/t/unable-to-build-compile-zrythm-aur/49) and i got a reply saying this is a old build issue newer versions build fine.
Popolon commented on 2020-05-23 10:13 (UTC)
Compilation fail in version 0.8.378:
[3/196] Compiling C object 'src/25a6634@@zrythm-lib@sta/actions_actions.c.o' FAILED: src/25a6634@@zrythm-lib@sta/actions_actions.c.o cc -Isrc/25a6634@@zrythm-lib@sta -Isrc -I../src -I. -I.. -I../inc -Iext -I../ext -Iext/midilib -I../ext/midilib -Iext/zix -I../ext/zix -I../inc/plugins/lv2 -I../subprojects/libcyaml/include -Isubprojects/libaudec -I../subprojects/libaudec -Isubprojects/libaudec/inc -I../subprojects/libaudec/inc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/libgtop-2.0 -I/usr/include/graphviz -I/usr/include/guile/2.2 -I/usr/include/lilv-0 -I/usr/include/serd-0 -I/usr/include/sord-0 -I/usr/include/sratom-0 -I/usr/include/gtksourceview-4 -I/usr/include/libxml2 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O3 -Wno-bad-function-cast -Wno-old-style-declaration -Werror=absolute-value -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -Wno-sequence-point -Wignored-qualifiers -Wno-cast-function-type -fno-common -ffast-math -fdata-sections -ffunction-sections -mtune=generic -msse -msse2 -mfpmath=sse -Wformat -Werror=format-security '-DGETTEXT_PACKAGE="zrythm"' -march=x86-64 -mtune=generic -O2 -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -pthread -Wformat=2 -Wno-missing-field-initializers -Wno-unused-parameter -Wno-sequence-point -Wignored-qualifiers -Wno-cast-function-type -fno-common '-D__(x)=x' -ffast-math -DPIC -fdata-sections -ffunction-sections -mtune=generic -msse -msse2 -mfpmath=sse -Wformat -Werror=format-security -MD -MQ 'src/25a6634@@zrythm-lib@sta/actions_actions.c.o' -MF 'src/25a6634@@zrythm-lib@sta/actions_actions.c.o.d' -o 'src/25a6634@@zrythm-lib@sta/actions_actions.c.o' -c ../src/actions/actions.c ../src/actions/actions.c: In function 'activate_manual': ../src/actions/actions.c:174:7: error: 'S_PREFERENCES' undeclared (first use in this function); did you mean 'MW_PREFERENCES'? 174 | S_PREFERENCES, | ^~~~~~~~~~~~~ | MW_PREFERENCES ../src/actions/actions.c:174:7: note: each undeclared identifier is reported only once for each function it appears in ../src/actions/actions.c:177:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 177 | localization_get_string_code (lang); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
0.8.459 works just fine with the same PKGBUILD (changing sha256sum and release version.
Teteros commented on 2020-04-16 19:30 (UTC) (edited on 2020-04-16 19:30 (UTC) by Teteros)
0.8.252 compiles with gtksourceview3 added in the PKGBUILD as dependency for anyone who wants to update this locally.
Popolon commented on 2019-12-24 16:19 (UTC) (edited on 2019-12-24 16:21 (UTC) by Popolon)
Need to import the GPG author keys first, or don't test it, else it fails :
==> Validating source files with sha256sums... zrythm-0.7.270.tar.xz ... FAILED zrythm-0.7.270.tar.xz.asc ... Skipped ==> ERROR: One or more files did not pass the validity check! :: Preparing zrythm... ==> Making package: zrythm 0.7.270-1 (Tue Dec 24 17:18:10 2019) ==> WARNING: Skipping dependency checks. ==> Retrieving sources... -> Found zrythm-0.7.270.tar.xz -> Found zrythm-0.7.270.tar.xz.asc ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting zrythm-0.7.270.tar.xz with bsdtar ==> Sources are ready. :: failed to verify integrity or prepare zrythm packageand the sha256sum need to be updated : 139fab34168b2945a3a42a93e04a53649dcad2895ec47fd5e280a815d2d699fd
quenyen commented on 2019-12-24 15:06 (UTC)
I will update to the newest release and pay attention from now on
alexteee commented on 2019-12-24 11:53 (UTC)
Popolon: i can't, the maintainer is now quenyen please ping them
Pinned Comments