New port: audio/timely-lv2: Utility header for time-based LV2 plugins

This commit is contained in:
Yuri Victorovich
2019-05-04 20:19:35 +00:00
parent 76601d58c3
commit adf7f2c650
4 changed files with 35 additions and 0 deletions

View File

@@ -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++

28
audio/timely-lv2/Makefile Normal file
View File

@@ -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>

View File

@@ -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

View File

@@ -0,0 +1,3 @@
A utility LV2 plugin to be used with other, time-based plugins.
WWW: https://github.com/OpenMusicKontrollers/timely.lv2