svn commit: r532170 - in head/audio: . lv2proc

Yuri Victorovich yuri at FreeBSD.org
Mon Apr 20 00:59:19 UTC 2020


Author: yuri
Date: Mon Apr 20 00:59:17 2020
New Revision: 532170
URL: https://svnweb.freebsd.org/changeset/ports/532170

Log:
  New port: audio/lv2proc: Simple command line effect processor using LV2 plugins

Added:
  head/audio/lv2proc/
  head/audio/lv2proc/Makefile   (contents, props changed)
  head/audio/lv2proc/distinfo   (contents, props changed)
  head/audio/lv2proc/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon Apr 20 00:47:24 2020	(r532169)
+++ head/audio/Makefile	Mon Apr 20 00:59:17 2020	(r532170)
@@ -473,6 +473,7 @@
     SUBDIR += lv2
     SUBDIR += lv2file
     SUBDIR += lv2lint
+    SUBDIR += lv2proc
     SUBDIR += lvtk
     SUBDIR += lxmusic
     SUBDIR += mac

Added: head/audio/lv2proc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lv2proc/Makefile	Mon Apr 20 00:59:17 2020	(r532170)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	lv2proc
+DISTVERSION=	0.5.1
+CATEGORIES=	audio
+MASTER_SITES=	SF/naspro/naspro/${DISTVERSION}/
+
+MAINTAINER=	yuri at 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>

Added: head/audio/lv2proc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lv2proc/distinfo	Mon Apr 20 00:59:17 2020	(r532170)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587343337
+SHA256 (lv2proc-0.5.1.tar.bz2) = 8c21a2a54a4c36f023e217ffa5debf34b88daa90cbe43549b05aa8e30c8d684c
+SIZE (lv2proc-0.5.1.tar.bz2) = 96602

Added: head/audio/lv2proc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lv2proc/pkg-descr	Mon Apr 20 00:59:17 2020	(r532170)
@@ -0,0 +1,3 @@
+Simple command line effect processor using LV2 plugins.
+
+WWW: https://sourceforge.net/projects/naspro/


More information about the svn-ports-all mailing list