From owner-svn-ports-all@freebsd.org Sat Nov 30 21:37:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2DD791B986C; Sat, 30 Nov 2019 21:37:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QPqW0V9Wz4YjZ; Sat, 30 Nov 2019 21:37:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E859C498B; Sat, 30 Nov 2019 21:37:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAULbgiq003179; Sat, 30 Nov 2019 21:37:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAULbfRp003173; Sat, 30 Nov 2019 21:37:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201911302137.xAULbfRp003173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 30 Nov 2019 21:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518730 - in head/audio: . bshapr-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . bshapr-lv2 X-SVN-Commit-Revision: 518730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2019 21:37:43 -0000 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 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