Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 02:30:23 +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: r471441 - head/audio/bs2b-lv2
Message-ID:  <201806030230.w532UN5m055162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun  3 02:30:23 2018
New Revision: 471441
URL: https://svnweb.freebsd.org/changeset/ports/471441

Log:
  New port: audio/bs2b-lv2: LV2 plugin for using Bauer stereophonic-to-binaural DSP library

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

Added: head/audio/bs2b-lv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bs2b-lv2/Makefile	Sun Jun  3 02:30:23 2018	(r471441)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME=	bs2b
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.0
+CATEGORIES=	audio
+PKGNAMESUFFIX=	-lv2
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	LV2 plugin for using Bauer stereophonic-to-binaural DSP library
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	lv2>0:audio/lv2 \
+		lvtk>0:audio/lvtk
+LIB_DEPENDS=	libbs2b.so:audio/libbs2b
+
+USES=		pkgconfig waf
+USE_GITHUB=	yes
+GH_ACCOUNT=	nilninull
+GH_PROJECT=	${PORTNAME}-lv2
+
+PLIST_FILES=	lib/lv2/bs2b.lv2/bs2b.so \
+		lib/lv2/bs2b.lv2/bs2b.ttl \
+		lib/lv2/bs2b.lv2/bs2b_presets.ttl \
+		lib/lv2/bs2b.lv2/manifest.ttl
+
+post-patch:
+	@${REINPLACE_CMD} -e "s|'/usr/lib/lv2'|'${PREFIX}/lib/lv2'|" ${WRKSRC}/wscript
+
+.include <bsd.port.mk>

Added: head/audio/bs2b-lv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bs2b-lv2/distinfo	Sun Jun  3 02:30:23 2018	(r471441)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527991899
+SHA256 (nilninull-bs2b-lv2-v1.0.0_GH0.tar.gz) = 951f1332a5f49711f394cfdd17fadfba5410a3d102c97e9dda46f2c6ba08d0eb
+SIZE (nilninull-bs2b-lv2-v1.0.0_GH0.tar.gz) = 109906

Added: head/audio/bs2b-lv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bs2b-lv2/pkg-descr	Sun Jun  3 02:30:23 2018	(r471441)
@@ -0,0 +1,4 @@
+bs2b effect plugin for LV2 that allows to improve the human perception of
+stereo sound.
+
+WWW: https://github.com/nilninull/bs2b-lv2



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