diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-05 04:19:35 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-05 04:19:35 +0800 |
commit | adf7f2c6501707933ae35eae2e9962e90a48ad80 (patch) | |
tree | 39fc6f17ba04cceaac886cb10ee23369693ddacc /audio | |
parent | 76601d58c3f0209c53a7613be736fff07635c86a (diff) | |
download | freebsd-ports-gnome-adf7f2c6501707933ae35eae2e9962e90a48ad80.tar.gz freebsd-ports-gnome-adf7f2c6501707933ae35eae2e9962e90a48ad80.tar.zst freebsd-ports-gnome-adf7f2c6501707933ae35eae2e9962e90a48ad80.zip |
New port: audio/timely-lv2: Utility header for time-based LV2 plugins
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/timely-lv2/Makefile | 28 | ||||
-rw-r--r-- | audio/timely-lv2/distinfo | 3 | ||||
-rw-r--r-- | audio/timely-lv2/pkg-descr | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 406347f0b40c..97542fffdc8f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -811,6 +811,7 @@ SUBDIR += teamspeak3-server SUBDIR += tempest_for_eliza SUBDIR += thunar-media-tags-plugin + SUBDIR += timely-lv2 SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ diff --git a/audio/timely-lv2/Makefile b/audio/timely-lv2/Makefile new file mode 100644 index 000000000000..66086d2d54d6 --- /dev/null +++ b/audio/timely-lv2/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= timely +DISTVERSION= g20190412 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Utility header for time-based LV2 plugins + +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= timely.lv2 +GH_TAGNAME= 3846b5a + +PLIST_FILES= lib/lv2/timely.lv2/manifest.ttl \ + lib/lv2/timely.lv2/timely.so \ + lib/lv2/timely.lv2/timely.ttl + +.include <bsd.port.mk> diff --git a/audio/timely-lv2/distinfo b/audio/timely-lv2/distinfo new file mode 100644 index 000000000000..ae2b3f91be77 --- /dev/null +++ b/audio/timely-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1557000735 +SHA256 (OpenMusicKontrollers-timely.lv2-g20190412-3846b5a_GH0.tar.gz) = e981d5fceebf3135196eebe82b9175461884a4068a430e0204a84b87e4c3e00c +SIZE (OpenMusicKontrollers-timely.lv2-g20190412-3846b5a_GH0.tar.gz) = 9746 diff --git a/audio/timely-lv2/pkg-descr b/audio/timely-lv2/pkg-descr new file mode 100644 index 000000000000..20b381bd972b --- /dev/null +++ b/audio/timely-lv2/pkg-descr @@ -0,0 +1,3 @@ +A utility LV2 plugin to be used with other, time-based plugins. + +WWW: https://github.com/OpenMusicKontrollers/timely.lv2 |