mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
New port: audio/zrythm: Modern music production system, also known as DAW
This commit is contained in:
parent
597a3ec1e3
commit
428abb97c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493061
@ -906,6 +906,7 @@
|
||||
SUBDIR += zinf
|
||||
SUBDIR += zita-convolver
|
||||
SUBDIR += zita-resampler
|
||||
SUBDIR += zrythm
|
||||
SUBDIR += zynaddsubfx
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
52
audio/zrythm/Makefile
Normal file
52
audio/zrythm/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zrythm
|
||||
DISTVERSION= g20190216
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Modern music production system, also known as DAW
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
|
||||
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libcyaml.so:textproc/libcyaml \
|
||||
libdazzle-1.0.so:x11-toolkits/libdazzle \
|
||||
libjack.so:audio/jack \
|
||||
liblilv-0.so:audio/lilv \
|
||||
libportaudio.so:audio/portaudio \
|
||||
libsamplerate.so:audio/libsamplerate \
|
||||
libserd-0.so:devel/serd \
|
||||
libsmf.so:audio/libsmf \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libsord-0.so:devel/sord \
|
||||
libasound.so:audio/alsa-lib \
|
||||
libsratom-0.so:audio/sratom \
|
||||
libsuil-0.so:audio/suil \
|
||||
libyaml.so:textproc/libyaml
|
||||
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
|
||||
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
|
||||
|
||||
USES= autoreconf gettext-runtime gmake python:3.5+,build gettext-runtime gnome pkgconfig
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://git.zrythm.org
|
||||
GL_COMMIT= fd92153c1c2552b54ac9ea2b5981bbb880da04f8
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
|
||||
GLIB_SCHEMAS= org.zrythm.gschema.xml
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
|
||||
PLIST_FILES= bin/zrythm \
|
||||
share/applications/zrythm.desktop \
|
||||
share/fonts/zrythm/Segment7Standard/OFL.txt \
|
||||
share/icons/hicolor/scalable/apps/z.svg
|
||||
|
||||
post-install: # https://git.zrythm.org/zrythm/zrythm/issues/61
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zrythm
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/zrythm/distinfo
Normal file
3
audio/zrythm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1550345216
|
||||
SHA256 (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 0769d2d6a007fc91878983173cada9cb305dbf0072ca9ca89b26c6f373e4dcf8
|
||||
SIZE (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 602150
|
6
audio/zrythm/pkg-descr
Normal file
6
audio/zrythm/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Zrythm is built using C and the GTK+3 toolkit and borrows ideas, concepts and
|
||||
code from other projects such as Ardour and Jalv. It is built with the intention
|
||||
to provide GNU/Linux and BSD users a full-featured alternative to proprietary
|
||||
DAWs and offers a unique approach to workflow that other GNU/Linux DAWs lack.
|
||||
|
||||
WWW: https://www.zrythm.org/
|
Loading…
Reference in New Issue
Block a user