Date: Sat, 30 Nov 2019 21:37:41 +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: r518730 - in head/audio: . bshapr-lv2 Message-ID: <201911302137.xAULbfRp003173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 30 21:37:41 2019 New Revision: 518730 URL: https://svnweb.freebsd.org/changeset/ports/518730 Log: New port: audio/bshapr-lv2: Beat/envelope shaper LV2 plugin Added: head/audio/bshapr-lv2/ head/audio/bshapr-lv2/Makefile (contents, props changed) head/audio/bshapr-lv2/distinfo (contents, props changed) head/audio/bshapr-lv2/pkg-descr (contents, props changed) head/audio/bshapr-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Nov 30 21:32:31 2019 (r518729) +++ head/audio/Makefile Sat Nov 30 21:37:41 2019 (r518730) @@ -62,6 +62,7 @@ SUBDIR += bristol SUBDIR += bs2b-lv2 SUBDIR += bsequencer-lv2 + SUBDIR += bshapr-lv2 SUBDIR += cadence SUBDIR += calf-lv2 SUBDIR += cam Added: head/audio/bshapr-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bshapr-lv2/Makefile Sat Nov 30 21:37:41 2019 (r518730) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= bshapr +DISTVERSIONPREFIX= v +DISTVERSION= 0.6 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Beat/envelope shaper LV2 plugin + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake gnome pkgconfig xorg +USE_GITHUB= yes +GH_ACCOUNT= sjaehn +GH_PROJECT= BShapr +USE_GCC= any # clang fails to compile BShapr: https://github.com/sjaehn/BShapr/issues/9 +USE_GNOME= cairo +USE_XORG= x11 + +MAKEFILE= makefile + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BShapr.lv2/*.so + +.include <bsd.port.mk> Added: head/audio/bshapr-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bshapr-lv2/distinfo Sat Nov 30 21:37:41 2019 (r518730) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575144090 +SHA256 (sjaehn-BShapr-v0.6_GH0.tar.gz) = e21b4b4ac704a211d9743378c72dd6d66efc19ee31d1ed8a074cba0a17c8dbea +SIZE (sjaehn-BShapr-v0.6_GH0.tar.gz) = 563796 Added: head/audio/bshapr-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bshapr-lv2/pkg-descr Sat Nov 30 21:37:41 2019 (r518730) @@ -0,0 +1,7 @@ +B.Shapr is an envelope plugin for time or beat position-dependent effects. The +user can define up to four different envelope shapes by drawing Bezier curves. +Each of these envelope shapes can be connected to different target effects, +such as amplification, balance, stereo width, filters, pitch shift, delay, and +distortion effecs and can be combined together. + +WWW: https://github.com/sjaehn/BShapr Added: head/audio/bshapr-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bshapr-lv2/pkg-plist Sat Nov 30 21:37:41 2019 (r518730) @@ -0,0 +1,24 @@ +lib/lv2/BShapr.lv2/BShapr.so +lib/lv2/BShapr.lv2/BShapr.ttl +lib/lv2/BShapr.lv2/BShaprGUI.so +lib/lv2/BShapr.lv2/LICENSE +lib/lv2/BShapr.lv2/inc/Amplify.png +lib/lv2/BShapr.lv2/inc/Balance.png +lib/lv2/BShapr.lv2/inc/Bitcrush.png +lib/lv2/BShapr.lv2/inc/Decimate.png +lib/lv2/BShapr.lv2/inc/Delay.png +lib/lv2/BShapr.lv2/inc/Distortion.png +lib/lv2/BShapr.lv2/inc/Doppler_delay.png +lib/lv2/BShapr.lv2/inc/High_pass.png +lib/lv2/BShapr.lv2/inc/High_pass_log.png +lib/lv2/BShapr.lv2/inc/Level.png +lib/lv2/BShapr.lv2/inc/Low_pass.png +lib/lv2/BShapr.lv2/inc/Low_pass_log.png +lib/lv2/BShapr.lv2/inc/Pitch_shift.png +lib/lv2/BShapr.lv2/inc/Shape1.png +lib/lv2/BShapr.lv2/inc/Shape2.png +lib/lv2/BShapr.lv2/inc/Shape3.png +lib/lv2/BShapr.lv2/inc/Shape4.png +lib/lv2/BShapr.lv2/inc/Width.png +lib/lv2/BShapr.lv2/inc/surface.png +lib/lv2/BShapr.lv2/manifest.ttl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911302137.xAULbfRp003173>