@xrayfur Done, thanks!
Search Criteria
Package Details: zrythm-git 3:1.0.0.r0.g8b3de7881-1
Package Actions
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-12-01 21:41 (UTC) |
Dependencies (52)
- alsa-lib
- boost (boost-gitAUR)
- breeze-icons (breeze-icons-gitAUR)
- carla-gitAUR
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fftw
- 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
- libcyamlAUR (libcyaml-gitAUR)
- libpanel (libpanel-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libx11 (libx11-gitAUR)
- lilv (lilv-gitAUR)
- lsp-dsp-libAUR
- Show 32 more dependencies...
Required by (0)
Sources (1)
lovetocode999 commented on 2021-01-10 01:47 (UTC)
xrayfur commented on 2021-01-10 01:36 (UTC)
Could you please move ruby-sass
to make depends? That is only required to build docs.
lovetocode999 commented on 2021-01-06 22:03 (UTC)
@xrayfur Thanks, added!
xrayfur commented on 2021-01-06 19:37 (UTC) (edited on 2021-01-06 19:37 (UTC) by xrayfur)
Missing ruby-sass
dependency:
Program sass found: NO
meson.build:344:0: ERROR: Program 'sass' not found
lesiserfg commented on 2020-09-27 07:46 (UTC)
I disabled the doc generation (it's introducing a lot of dependencies) and did the sed changes and the latest version is working fine
diff --git a/PKGBUILD b/PKGBUILD
index 169d832..47d438e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.6.422
+pkgver=1.0.0.ralpha.2.0.1.42.g5f38e1d60
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -23,12 +23,12 @@ md5sums=('SKIP')
pkgver () {
cd "$srcdir/$_pkgname"
#printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
- printf "%s" "$(git describe --tags | sed 's/-/\.r/' | sed 's/v//g' | sed 's/-/\./')"
+ printf "%s" "$(git describe --tags | sed 's/-/\.r/' | sed 's/v//g' | sed 's/-/\./g')"
}
build() {
cd "$srcdir/$_pkgname"
- meson build --prefix=/usr -Denable_tests=true -Duser_manual=true -Dmanpage=true
+ meson build --prefix=/usr -Denable_tests=true -Duser_manual=false -Dmanpage=false
ninja -C build
}
ruestique commented on 2020-09-22 21:39 (UTC)
meh
meson.build:694:2: ERROR: Dependency "gtksourceview-3.0" not found, tried pkgconfig and cmake
ruestique commented on 2020-09-22 21:36 (UTC)
@lesiserfg thanks!
ruestique commented on 2020-09-22 21:34 (UTC)
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1.0.0.ralpha.0.1.1.37-g1f38598c
lesiserfg commented on 2020-09-22 09:22 (UTC)
Version 1.0 alpha is out, to make it work just append g
to the sed 's/-/\./'
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