Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2019 03:33:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504224 - head/audio/zrythm
Message-ID:  <201906150333.x5F3XkjI004496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jun 15 03:33:46 2019
New Revision: 504224
URL: https://svnweb.freebsd.org/changeset/ports/504224

Log:
  audio/zrythm: Update 0.4.151 -> 0.5.074

Modified:
  head/audio/zrythm/Makefile
  head/audio/zrythm/distinfo
  head/audio/zrythm/pkg-plist

Modified: head/audio/zrythm/Makefile
==============================================================================
--- head/audio/zrythm/Makefile	Sat Jun 15 03:01:10 2019	(r504223)
+++ head/audio/zrythm/Makefile	Sat Jun 15 03:33:46 2019	(r504224)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zrythm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.151
+DISTVERSION=	0.5.074
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -29,16 +29,17 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
 		kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
 
-USES=		autoreconf gettext-tools gmake python:3.5+,build gettext-runtime gnome libtool pkgconfig
+USES=		gettext-tools meson python:3.5+,build gettext-runtime gnome libtool pkgconfig shebangfix
 USE_GITLAB=	yes
 GL_SITE=	https://git.zrythm.org
-GL_COMMIT=	c587a4c1b7da0273e3003940ce2a4ea00079f6b0
-GNU_CONFIGURE=	yes
+GL_COMMIT=	5a57bff53facbf914bfbc90ac0113d2eedd0d0f3
+SHEBANG_FILES=	resources/gen-gtk-gresources-xml.py scripts/collect_translatables.sh scripts/meson_post_install.py
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
 USE_XORG=	x11
 GLIB_SCHEMAS=	org.zrythm.gschema.xml
 INSTALLS_ICONS=	yes
 
-BINARY_ALIAS=	python3=${PYTHON_CMD} make=${GMAKE}
+post-patch: # https://git.zrythm.org/zrythm/zrythm/issues/299
+	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/ext/midilib/src/*.c
 
 .include <bsd.port.mk>

Modified: head/audio/zrythm/distinfo
==============================================================================
--- head/audio/zrythm/distinfo	Sat Jun 15 03:01:10 2019	(r504223)
+++ head/audio/zrythm/distinfo	Sat Jun 15 03:33:46 2019	(r504224)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557688190
-SHA256 (zrythm-zrythm-c587a4c1b7da0273e3003940ce2a4ea00079f6b0_GL0.tar.gz) = f96a7a1d5ccf22a43461c8778d99591929b5e117c68248406b3111add2738f06
-SIZE (zrythm-zrythm-c587a4c1b7da0273e3003940ce2a4ea00079f6b0_GL0.tar.gz) = 34219602
+TIMESTAMP = 1560563655
+SHA256 (zrythm-zrythm-5a57bff53facbf914bfbc90ac0113d2eedd0d0f3_GL0.tar.gz) = f1f699b17cc9cc647b181b3dae36ed5f9c0edac2f562d5a91e6ea1e99f577cb6
+SIZE (zrythm-zrythm-5a57bff53facbf914bfbc90ac0113d2eedd0d0f3_GL0.tar.gz) = 7338777

Modified: head/audio/zrythm/pkg-plist
==============================================================================
--- head/audio/zrythm/pkg-plist	Sat Jun 15 03:01:10 2019	(r504223)
+++ head/audio/zrythm/pkg-plist	Sat Jun 15 03:33:46 2019	(r504224)
@@ -1,7 +1,5 @@
 bin/zrythm
 share/applications/zrythm.desktop
-share/fonts/zrythm/Segment7Standard/OFL.txt
-share/icons/hicolor/48x48/apps/zrythm.svg
 share/icons/hicolor/scalable/apps/zrythm.svg
 share/locale/ar/LC_MESSAGES/zrythm.mo
 share/locale/de/LC_MESSAGES/zrythm.mo
@@ -14,3 +12,5 @@ share/locale/ko/LC_MESSAGES/zrythm.mo
 share/locale/pt/LC_MESSAGES/zrythm.mo
 share/locale/ru/LC_MESSAGES/zrythm.mo
 share/locale/zh/LC_MESSAGES/zrythm.mo
+%%DATADIR%%/Segment7Standard/OFL.txt
+%%DATADIR%%/Segment7Standard/Segment7Standard.otf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906150333.x5F3XkjI004496>