diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-03 23:12:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-04 07:46:57 +0000 |
commit | f10200ebc8075ba4fd984893199e4aaf6838df88 (patch) | |
tree | 18156ed6f4acc1528bd38b3b7da34468ba145ec7 /audio | |
parent | 304c74f3fee1457b783f15790116435de0d0344c (diff) | |
download | ports-f10200ebc8075ba4fd984893199e4aaf6838df88.tar.gz ports-f10200ebc8075ba4fd984893199e4aaf6838df88.zip |
audio/zrythm: Update 1.0.0-alpha.16.1.1 -> 1.0.0-alpha.17.1.3
Reported by: portscout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zrythm/Makefile | 3 | ||||
-rw-r--r-- | audio/zrythm/distinfo | 6 | ||||
-rw-r--r-- | audio/zrythm/files/patch-meson.build | 13 | ||||
-rw-r--r-- | audio/zrythm/pkg-plist | 1 |
4 files changed, 5 insertions, 18 deletions
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 771d7a4dfd82..2e7b991b8252 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,6 +1,6 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.16.1.1 +DISTVERSION= 1.0.0-alpha.17.1.3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -37,6 +37,7 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \ libasound.so:audio/alsa-lib \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil \ + libxxhash.so:devel/xxhash \ libyaml.so:textproc/libyaml \ libzstd.so:archivers/zstd RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index c361f47c49f8..54d0e2752e42 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621133725 -SHA256 (zrythm-zrythm-v1.0.0-alpha.16.1.1_GH0.tar.gz) = 7c732b243358e099c369ef634c12bc4d1984e126afc4aba7c29265a9c44af2c8 -SIZE (zrythm-zrythm-v1.0.0-alpha.16.1.1_GH0.tar.gz) = 10455957 +TIMESTAMP = 1622730908 +SHA256 (zrythm-zrythm-v1.0.0-alpha.17.1.3_GH0.tar.gz) = 10835d5741fc51ed8a0db432addb1ab3b0d111c7424896fe2e4e8bde1d02a553 +SIZE (zrythm-zrythm-v1.0.0-alpha.17.1.3_GH0.tar.gz) = 10500845 diff --git a/audio/zrythm/files/patch-meson.build b/audio/zrythm/files/patch-meson.build deleted file mode 100644 index 0b0826d05326..000000000000 --- a/audio/zrythm/files/patch-meson.build +++ /dev/null @@ -1,13 +0,0 @@ -- 99.1.0 was to trigger auto-download of libcyaml head with some unreleased bugfix - ---- meson.build.orig 2021-04-14 08:19:57 UTC -+++ meson.build -@@ -769,7 +769,7 @@ endif - # force patched version of libcyaml from subproject - # see https://github.com/tlsa/libcyaml/issues/150 - cyaml_dep = dependency( -- 'libcyaml', required: false, version: '>=99.1.0', -+ 'libcyaml', required: false, version: '>=1.1.0', - static: all_static) - if not cyaml_dep.found() - cyaml_proj = subproject('libcyaml') diff --git a/audio/zrythm/pkg-plist b/audio/zrythm/pkg-plist index 677fdec74850..30d950fde652 100644 --- a/audio/zrythm/pkg-plist +++ b/audio/zrythm/pkg-plist @@ -2,7 +2,6 @@ bin/zrythm bin/zrythm_gdb bin/zrythm_launch bin/zrythm_valgrind -etc/bash_completion.d/zrythm share/applications/zrythm.desktop share/fonts/zrythm/DSEG14-Classic-MINI/DSEG-LICENSE.txt share/fonts/zrythm/DSEG14-Classic-MINI/DSEG14ClassicMini-Bold.ttf |