Thanks xiota I will fix both of them. Please let me know if anything else needs to be fixed so we do not have to push too many releases.
Search Criteria
Package Details: zrythm 1.0.0-5
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: | AGPL-3.0-or-later |
Submitter: | alexteee |
Maintainer: | nikost74 |
Last Packager: | nikost74 |
Votes: | 42 |
Popularity: | 0.76 |
First Submitted: | 2019-01-01 17:00 (UTC) |
Last Updated: | 2025-05-02 09:26 (UTC) |
Dependencies (57)
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- carla-gitAUR
- curl (curl-gitAUR, curl-c-aresAUR)
- dconf
- fftw (fftw-amdAUR)
- file (file-gitAUR)
- fluidsynth (fluidsynth-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, 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)
- libcyaml (libcyaml-gitAUR)
- Show 37 more dependencies...
Required by (0)
Sources (2)
nikost74 commented on 2025-05-02 09:14 (UTC)
SamWhited commented on 2025-04-29 17:06 (UTC) (edited on 2025-04-29 17:10 (UTC) by SamWhited)
Does this explicitly need carla-git? Is there some feature that means it can't depend on regular carla? Thanks!
RamenFiend commented on 2025-03-10 13:51 (UTC) (edited on 2025-03-10 14:08 (UTC) by RamenFiend)
Run-time dependency Boost found: NO (tried system)
Missing make dependency: boost
anagram3k commented on 2025-02-22 15:43 (UTC)
Missing dependency: glib2-devel
darazaki commented on 2024-12-12 14:51 (UTC)
Here's a working PKGBUILD for 1.0.0, no need for 0001-gcc13-fixes.patch
anymore AFAIK:
# Maintainer: éclairevoyant
# Contributor: Sefa Eyeoglu <contact at scrumplex dot net>
# Contributor: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
_pkgver=1.0.0
pkgver="$_pkgver"
pkgrel=1
pkgdesc='Highly automated and intuitive digital audio workstation'
arch=(x86_64 i686)
url="https://www.zrythm.org"
license=(AGPL3)
depends=(
appstream
boost
breeze-icons
carla-git
chromaprint
dconf
fftw
fluidsynth
glib2-devel
graphene
graphviz
gtk4
gtksourceview5
guile
json-glib
libadwaita
libaudec
libbacktrace
libcyaml
libepoxy
libpanel
lilv
libxinerama
libxrandr
lsp-dsp-lib
pcre
portaudio
qt5-base
reproc
rtaudio
rtmidi
rubberband
sdl2
serd
sratom
vamp-plugin-sdk
xxhash
yyjson
zix
)
makedepends=(git meson cmake ruby-sass help2man sassc)
optdepends=('realtime-privileges: allow memory locking')
options=('debug')
source=("https://www.zrythm.org/releases/$pkgname-$_pkgver.tar.xz"{,.asc}
"git+https://github.com/drobilla/zix.git")
sha256sums=('d143a0a17066b50db8a6db875d2699c9e5b70f1bbe18db00fee034840144fede'
'cb5b56c3c9d7986d2ddcedf7fbe4c3c221fe352ae182cd20a59898daac044943'
'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3') # Alexandros Theodotou <alex@zrythm.org>
prepare() {
cd $pkgname-$_pkgver
# use our local clones
sed -i "s|https://github.com/drobilla/zix|$srcdir/zix|" "subprojects/zix.wrap"
meson subprojects download zix
}
build() {
cd $pkgname-$_pkgver
meson setup build --prefix=/usr \
--wrap-mode nofallback \
--force-fallback-for=zix-0 \
-Ddebug=true \
-Dmanpage=true \
-Dcheck_updates=false \
-Dcarla_binaries_dir=/usr/lib/carla \
-Dportaudio=enabled -Drtmidi=enabled -Drtaudio=enabled -Dsdl=enabled
ninja -C build
}
package() {
cd $pkgname-$_pkgver
install -vDm644 AUTHORS CONTRIBUTING.md \
CHANGELOG.md README.md THANKS TRANSLATORS \
-t "$pkgdir/usr/share/doc/$pkgname/"
meson install -C build --destdir="$pkgdir"
rm -rf "$pkgdir"{/usr/include/zix-0/,/usr/lib/pkgconfig/zix-0.pc}
}
Kunda commented on 2024-11-26 17:37 (UTC)
@eclairevoyant are you still the active maintainer ?
<deleted-account> commented on 2024-11-24 01:18 (UTC)
Version 1.0.0 released
Pinned Comments