Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 19:36:29 +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: r493061 - in head/audio: . zrythm
Message-ID:  <201902161936.x1GJaTNP069991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 16 19:36:29 2019
New Revision: 493061
URL: https://svnweb.freebsd.org/changeset/ports/493061

Log:
  New port: audio/zrythm: Modern music production system, also known as DAW

Added:
  head/audio/zrythm/
  head/audio/zrythm/Makefile   (contents, props changed)
  head/audio/zrythm/distinfo   (contents, props changed)
  head/audio/zrythm/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Feb 16 19:15:37 2019	(r493060)
+++ head/audio/Makefile	Sat Feb 16 19:36:29 2019	(r493061)
@@ -906,6 +906,7 @@
     SUBDIR += zinf
     SUBDIR += zita-convolver
     SUBDIR += zita-resampler
+    SUBDIR += zrythm
     SUBDIR += zynaddsubfx
 
 .include <bsd.port.subdir.mk>

Added: head/audio/zrythm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/zrythm/Makefile	Sat Feb 16 19:36:29 2019	(r493061)
@@ -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>

Added: head/audio/zrythm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/zrythm/distinfo	Sat Feb 16 19:36:29 2019	(r493061)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550345216
+SHA256 (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 0769d2d6a007fc91878983173cada9cb305dbf0072ca9ca89b26c6f373e4dcf8
+SIZE (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 602150

Added: head/audio/zrythm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/zrythm/pkg-descr	Sat Feb 16 19:36:29 2019	(r493061)
@@ -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/



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