Date: Sat, 4 May 2019 20:26:11 +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: r500828 - in head/audio: . espressivo-lv2 Message-ID: <201905042026.x44KQBAq026022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 4 20:26:11 2019 New Revision: 500828 URL: https://svnweb.freebsd.org/changeset/ports/500828 Log: New port: audio/espressivo-lv2: LV2 plugin bundle to handle expressive events Added: head/audio/espressivo-lv2/ head/audio/espressivo-lv2/Makefile (contents, props changed) head/audio/espressivo-lv2/distinfo (contents, props changed) head/audio/espressivo-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat May 4 20:25:57 2019 (r500827) +++ head/audio/Makefile Sat May 4 20:26:11 2019 (r500828) @@ -135,6 +135,7 @@ SUBDIR += eq10q-lv2 SUBDIR += esound SUBDIR += espeak + SUBDIR += espressivo-lv2 SUBDIR += etcd SUBDIR += eteroj-lv2 SUBDIR += etktab Added: head/audio/espressivo-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/espressivo-lv2/Makefile Sat May 4 20:26:11 2019 (r500828) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= espressivo +DISTVERSION= g20190421 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LV2 plugin bundle to handle expressive events + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + lv2lint:audio/lv2lint \ + sord_validate:devel/sord + +USES= compiler:c11 meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= OpenMusicKontrollers +GH_PROJECT= ${PORTNAME}.lv2 +GH_TAGNAME= de1d07c + +PLIST_FILES= lib/lv2/espressivo.lv2/espressivo.so \ + lib/lv2/espressivo.lv2/espressivo.ttl \ + lib/lv2/espressivo.lv2/manifest.ttl + +.include <bsd.port.mk> Added: head/audio/espressivo-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/espressivo-lv2/distinfo Sat May 4 20:26:11 2019 (r500828) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557001275 +SHA256 (OpenMusicKontrollers-espressivo.lv2-g20190421-de1d07c_GH0.tar.gz) = 2c814ec032bc22baed211a0dd24ef36d77fd80f356be7c490b4840335af22ff3 +SIZE (OpenMusicKontrollers-espressivo.lv2-g20190421-de1d07c_GH0.tar.gz) = 94124 Added: head/audio/espressivo-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/espressivo-lv2/pkg-descr Sat May 4 20:26:11 2019 (r500828) @@ -0,0 +1,3 @@ +LV2 plugin bundle to handle expressive events. + +WWW: https://github.com/OpenMusicKontrollers/espressivo.lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905042026.x44KQBAq026022>