New port: audio/screcord-lv2: LV2 capture plugin

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13396
This commit is contained in:
Yuri Victorovich 2017-12-07 18:20:46 +00:00
parent 2d9bfab980
commit dcd27ff250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455748
4 changed files with 38 additions and 0 deletions

View file

@ -725,6 +725,7 @@
SUBDIR += sbagen
SUBDIR += sc3-plugins
SUBDIR += schismtracker
SUBDIR += screcord-lv2
SUBDIR += scrobbler
SUBDIR += sdl2_mixer
SUBDIR += sdl_mixer

View file

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= screcord
DISTVERSION= g20171206
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@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>

View file

@ -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

View file

@ -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