Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 00:59:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532170 - in head/audio: . lv2proc
Message-ID:  <202004200059.03K0xIng003501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004200059.03K0xIng003501>