Date: Sun, 19 Apr 2020 07:35:15 +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: r532081 - in head/audio: . bchoppr-lv2 Message-ID: <202004190735.03J7ZFVj044989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Apr 19 07:35:15 2020 New Revision: 532081 URL: https://svnweb.freebsd.org/changeset/ports/532081 Log: New port: audio/bchoppr-lv2: Audio stream chopping LV2 plugin Added: head/audio/bchoppr-lv2/ head/audio/bchoppr-lv2/Makefile (contents, props changed) head/audio/bchoppr-lv2/distinfo (contents, props changed) head/audio/bchoppr-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Apr 19 07:27:13 2020 (r532080) +++ head/audio/Makefile Sun Apr 19 07:35:15 2020 (r532081) @@ -53,6 +53,7 @@ SUBDIR += baresip SUBDIR += baudline SUBDIR += bcg729 + SUBDIR += bchoppr-lv2 SUBDIR += beatslash-lv2 SUBDIR += beep SUBDIR += beets Added: head/audio/bchoppr-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bchoppr-lv2/Makefile Sun Apr 19 07:35:15 2020 (r532081) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= bchoppr +DISTVERSION= 1.6.0 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Audio stream chopping LV2 plugin + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gmake gnome pkgconfig xorg +USE_GITHUB= yes +GH_ACCOUNT= sjaehn +GH_PROJECT= BChoppr +USE_GNOME= cairo +USE_XORG= x11 + +MAKEFILE= makefile + +PLIST_FILES= lib/lv2/BChoppr.lv2/BChoppr.so \ + lib/lv2/BChoppr.lv2/BChoppr.ttl \ + lib/lv2/BChoppr.lv2/BChoppr_GUI.so \ + lib/lv2/BChoppr.lv2/manifest.ttl \ + lib/lv2/BChoppr.lv2/surface.png + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BChoppr.lv2/LICENSE + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BChoppr.lv2/BChoppr*.so + +.include <bsd.port.mk> Added: head/audio/bchoppr-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bchoppr-lv2/distinfo Sun Apr 19 07:35:15 2020 (r532081) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587281352 +SHA256 (sjaehn-BChoppr-1.6.0_GH0.tar.gz) = 06fbc6f0e25150ceb0532a95f4076678661841baec821722de6cc174761f001a +SIZE (sjaehn-BChoppr-1.6.0_GH0.tar.gz) = 717264 Added: head/audio/bchoppr-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bchoppr-lv2/pkg-descr Sun Apr 19 07:35:15 2020 (r532081) @@ -0,0 +1,8 @@ +The plugin slices a stereo input stream, amplifies or silences the individual +slices and send the whole sequence to the output. Although this affects only the +audio signal, it needs a playback running (Jack transport). + +In addition to the global controllers, the interface is divided into three +parts: step controls, monitor and step shape. + +WWW: https://github.com/sjaehn/BChoppr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190735.03J7ZFVj044989>