From owner-svn-ports-head@freebsd.org Sat Feb 16 19:36:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECCF414F2713; Sat, 16 Feb 2019 19:36:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 614D597A29; Sat, 16 Feb 2019 19:36:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E1ECB1AC; Sat, 16 Feb 2019 19:36:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1GJaUJ9069994; Sat, 16 Feb 2019 19:36:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1GJaTNP069991; Sat, 16 Feb 2019 19:36:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902161936.x1GJaTNP069991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 Feb 2019 19:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493061 - in head/audio: . zrythm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . zrythm X-SVN-Commit-Revision: 493061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 614D597A29 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 19:36:31 -0000 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 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 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/