Skip to content

Commit

Permalink
audio/zrythm: Update 1.0.0-alpha.13.1.1 -> 1.0.0-alpha.16.0.12
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 4, 2021
1 parent 2a283dc commit 3d05445
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
12 changes: 9 additions & 3 deletions audio/zrythm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zrythm
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-alpha.13.1.1
DISTVERSION= 1.0.0-alpha.16.0.12
CATEGORIES= audio

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= bash:shells/bash \
help2man:misc/help2man \
${LOCALBASE}/lib/libbacktrace.a:devel/libbacktrace \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
LIB_DEPENDS= libaudec.so:audio/libaudec \
libavcodec.so:multimedia/ffmpeg \
Expand All @@ -23,7 +24,9 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \
libjack.so:audio/jack \
liblilv-0.so:audio/lilv \
libpcre.so:devel/pcre \
libpcre2-8.so:devel/pcre2 \
libportaudio.so:audio/portaudio \
libpulse.so:audio/pulseaudio \
libreproc.so:devel/reproc \
librubberband.so:audio/rubberband \
libsamplerate.so:audio/libsamplerate \
Expand All @@ -39,13 +42,16 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons

USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime gnome libtool \
USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime gnome libtool localbase:ldflags \
meson pkgconfig python:3.5+,build shared-mime-info shebangfix xorg
USE_GITHUB= yes
SHEBANG_FILES= scripts/collect_translatables.sh
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango
USE_XORG= x11

SHEBANG_FILES= scripts/collect_translatables.sh

GLIB_SCHEMAS= org.zrythm.Zrythm.gschema.xml

INSTALLS_ICONS= yes

LDFLAGS+= ${LOCALBASE}/lib/libfftw3_threads.so ${LOCALBASE}/lib/libfftw3f_threads.so # these libs are required but aren't returned by pkg-config for fftw3
Expand Down
6 changes: 3 additions & 3 deletions audio/zrythm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1615141608
SHA256 (zrythm-zrythm-v1.0.0-alpha.13.1.1_GH0.tar.gz) = 495f91990a963dfa9772d661adfcb6b7f073d7d305f92970c1ab2cd40605e639
SIZE (zrythm-zrythm-v1.0.0-alpha.13.1.1_GH0.tar.gz) = 15643453
TIMESTAMP = 1620059475
SHA256 (zrythm-zrythm-v1.0.0-alpha.16.0.12_GH0.tar.gz) = 01e65b8b5e45ab9b507f73d5d5c14c009f5d6d5bcd71b1a8195b09b6367a66a4
SIZE (zrythm-zrythm-v1.0.0-alpha.16.0.12_GH0.tar.gz) = 10288983
13 changes: 13 additions & 0 deletions audio/zrythm/files/patch-meson.build
@@ -0,0 +1,13 @@
- 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')
6 changes: 5 additions & 1 deletion audio/zrythm/pkg-plist
@@ -1,7 +1,7 @@
bin/zrythm
bin/zrythm_gdb
bin/zrythm_valgrind
bin/zrythm_launch
bin/zrythm_valgrind
etc/bash_completion.d/zrythm
share/applications/zrythm.desktop
share/fonts/zrythm/DSEG14-Classic-MINI/DSEG-LICENSE.txt
Expand Down Expand Up @@ -46,6 +46,7 @@ share/locale/pt/LC_MESSAGES/zrythm.mo
share/locale/pt_BR/LC_MESSAGES/zrythm.mo
share/locale/ru/LC_MESSAGES/zrythm.mo
share/locale/sv/LC_MESSAGES/zrythm.mo
share/locale/uk/LC_MESSAGES/zrythm.mo
share/locale/zh_CN/LC_MESSAGES/zrythm.mo
share/locale/zh_TW/LC_MESSAGES/zrythm.mo
share/man/man1/zrythm.1.gz
Expand Down Expand Up @@ -147,6 +148,9 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/text-bubble.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/track-inspector.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unfavorite.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unlisten.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unmute.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unsolo.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/view-media-visualization.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/view-visible.svg
%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/waveform.svg
Expand Down

0 comments on commit 3d05445

Please sign in to comment.