audio/zrythm: Update 0.4.151 -> 0.5.074
This commit is contained in:
parent
30837270bf
commit
7914e2e4ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504224
3 changed files with 11 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue