diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-20 00:59:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-20 00:59:17 +0000 |
commit | d67b5a7e213d3b0cbb690762194510b1cc4a2588 (patch) | |
tree | 5fc03eb4b048dcddbc9a1a4e91fdb61c359e34fc | |
parent | a6125ada1894f9adb3f562fdc17e48aefcf53ae4 (diff) | |
download | ports-d67b5a7e213d3b0cbb690762194510b1cc4a2588.tar.gz ports-d67b5a7e213d3b0cbb690762194510b1cc4a2588.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/lv2proc/Makefile | 26 | ||||
-rw-r--r-- | audio/lv2proc/distinfo | 3 | ||||
-rw-r--r-- | audio/lv2proc/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ab3f5e98f878..1b9c8acbb9a1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -473,6 +473,7 @@ SUBDIR += lv2 SUBDIR += lv2file SUBDIR += lv2lint + SUBDIR += lv2proc SUBDIR += lvtk SUBDIR += lxmusic SUBDIR += mac diff --git a/audio/lv2proc/Makefile b/audio/lv2proc/Makefile new file mode 100644 index 000000000000..333d4c858a9d --- /dev/null +++ b/audio/lv2proc/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= lv2proc +DISTVERSION= 0.5.1 +CATEGORIES= audio +MASTER_SITES= SF/naspro/naspro/${DISTVERSION}/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple command line effect processor using LV2 plugins + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libserd-0.so:devel/serd \ + libsndfile.so:audio/libsndfile \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom + +USES= gmake pkgconfig tar:bz2 +GNU_CONFIGURE= yes + +PLIST_FILES= bin/lv2proc \ + man/man1/lv2proc.1.gz + +.include <bsd.port.mk> diff --git a/audio/lv2proc/distinfo b/audio/lv2proc/distinfo new file mode 100644 index 000000000000..93379011ee5a --- /dev/null +++ b/audio/lv2proc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1587343337 +SHA256 (lv2proc-0.5.1.tar.bz2) = 8c21a2a54a4c36f023e217ffa5debf34b88daa90cbe43549b05aa8e30c8d684c +SIZE (lv2proc-0.5.1.tar.bz2) = 96602 diff --git a/audio/lv2proc/pkg-descr b/audio/lv2proc/pkg-descr new file mode 100644 index 000000000000..d385b3051a0a --- /dev/null +++ b/audio/lv2proc/pkg-descr @@ -0,0 +1,3 @@ +Simple command line effect processor using LV2 plugins. + +WWW: https://sourceforge.net/projects/naspro/ |