aboutsummaryrefslogtreecommitdiff
path: root/audio/timely-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-04 20:19:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-04 20:19:35 +0000
commitadf7f2c6501707933ae35eae2e9962e90a48ad80 (patch)
tree39fc6f17ba04cceaac886cb10ee23369693ddacc /audio/timely-lv2
parent76601d58c3f0209c53a7613be736fff07635c86a (diff)
downloadports-adf7f2c6501707933ae35eae2e9962e90a48ad80.tar.gz
ports-adf7f2c6501707933ae35eae2e9962e90a48ad80.zip
New port: audio/timely-lv2: Utility header for time-based LV2 plugins
Notes
Notes: svn path=/head/; revision=500826
Diffstat (limited to 'audio/timely-lv2')
-rw-r--r--audio/timely-lv2/Makefile28
-rw-r--r--audio/timely-lv2/distinfo3
-rw-r--r--audio/timely-lv2/pkg-descr3
3 files changed, 34 insertions, 0 deletions
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