diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-05 04:26:11 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-05 04:26:11 +0800 |
commit | b2b3b6c3eb27d789afd75c21f775a141f8ad47f3 (patch) | |
tree | fdc76bd4861a38c75ce3a43ccf66e9e630c2442e /audio | |
parent | 0a762547c146e704ee9696e13d78fae60c5f6472 (diff) | |
download | freebsd-ports-gnome-b2b3b6c3eb27d789afd75c21f775a141f8ad47f3.tar.gz freebsd-ports-gnome-b2b3b6c3eb27d789afd75c21f775a141f8ad47f3.tar.zst freebsd-ports-gnome-b2b3b6c3eb27d789afd75c21f775a141f8ad47f3.zip |
New port: audio/espressivo-lv2: LV2 plugin bundle to handle expressive events
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/espressivo-lv2/Makefile | 28 | ||||
-rw-r--r-- | audio/espressivo-lv2/distinfo | 3 | ||||
-rw-r--r-- | audio/espressivo-lv2/pkg-descr | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 97542fffdc8f..b4d029c7a718 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -135,6 +135,7 @@ SUBDIR += eq10q-lv2 SUBDIR += esound SUBDIR += espeak + SUBDIR += espressivo-lv2 SUBDIR += etcd SUBDIR += eteroj-lv2 SUBDIR += etktab diff --git a/audio/espressivo-lv2/Makefile b/audio/espressivo-lv2/Makefile new file mode 100644 index 000000000000..f425de3ae806 --- /dev/null +++ b/audio/espressivo-lv2/Makefile @@ -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> diff --git a/audio/espressivo-lv2/distinfo b/audio/espressivo-lv2/distinfo new file mode 100644 index 000000000000..bd0cfbe6fe2b --- /dev/null +++ b/audio/espressivo-lv2/distinfo @@ -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 diff --git a/audio/espressivo-lv2/pkg-descr b/audio/espressivo-lv2/pkg-descr new file mode 100644 index 000000000000..f3c90b22c8e7 --- /dev/null +++ b/audio/espressivo-lv2/pkg-descr @@ -0,0 +1,3 @@ +LV2 plugin bundle to handle expressive events. + +WWW: https://github.com/OpenMusicKontrollers/espressivo.lv2 |