svn commit: r455748 - in head/audio: . screcord-lv2

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 7 18:20:48 UTC 2017


Author: yuri
Date: Thu Dec  7 18:20:46 2017
New Revision: 455748
URL: https://svnweb.freebsd.org/changeset/ports/455748

Log:
  New port: audio/screcord-lv2: LV2 capture plugin
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13396

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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Dec  7 18:11:08 2017	(r455747)
+++ head/audio/Makefile	Thu Dec  7 18:20:46 2017	(r455748)
@@ -725,6 +725,7 @@
     SUBDIR += sbagen
     SUBDIR += sc3-plugins
     SUBDIR += schismtracker
+    SUBDIR += screcord-lv2
     SUBDIR += scrobbler
     SUBDIR += sdl2_mixer
     SUBDIR += sdl_mixer

Added: head/audio/screcord-lv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/screcord-lv2/Makefile	Thu Dec  7 18:20:46 2017	(r455748)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	screcord
+DISTVERSION=	g20171206
+CATEGORIES=	audio
+PKGNAMESUFFIX=	-lv2
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	LV2 capture plugin
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	lv2>0:audio/lv2
+LIB_DEPENDS=	libsndfile.so:audio/libsndfile
+
+USES=		gmake pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	brummer10
+GH_PROJECT=	${PORTNAME}.lv2
+GH_TAGNAME=	36fbff9
+
+PLIST_FILES=	lib/lv2/sc_record.lv2/manifest.ttl \
+		lib/lv2/sc_record.lv2/sc_record.so \
+		lib/lv2/sc_record.lv2/sc_record.ttl
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/sc_record.lv2/sc_record.so
+
+.include <bsd.port.mk>

Added: head/audio/screcord-lv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/screcord-lv2/distinfo	Thu Dec  7 18:20:46 2017	(r455748)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1512578049
+SHA256 (brummer10-screcord.lv2-g20171206-36fbff9_GH0.tar.gz) = 8eaec5934bcf43b4557d9260c7b0c2c6d625a877185497493b87850c000d0379
+SIZE (brummer10-screcord.lv2-g20171206-36fbff9_GH0.tar.gz) = 12991

Added: head/audio/screcord-lv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/screcord-lv2/pkg-descr	Thu Dec  7 18:20:46 2017	(r455748)
@@ -0,0 +1,4 @@
+A simple LV2 capture plugin that is able to capture mono and a stereo streams,
+saving them to files of any audio format supported by libsndfile.
+
+WWW: https://github.com/brummer10/screcord.lv2


More information about the svn-ports-head mailing list