From owner-svn-ports-all@freebsd.org Sat Feb 2 20:33:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3323614CE8FD; Sat, 2 Feb 2019 20:33:17 +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 C875996F02; Sat, 2 Feb 2019 20:33:16 +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 B8443C183; Sat, 2 Feb 2019 20:33:16 +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 x12KXGuf037107; Sat, 2 Feb 2019 20:33:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x12KXGbK037104; Sat, 2 Feb 2019 20:33:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902022033.x12KXGbK037104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 2 Feb 2019 20:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491980 - in head/audio: . so-synth-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . so-synth-lv2 X-SVN-Commit-Revision: 491980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C875996F02 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0] 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, 02 Feb 2019 20:33:17 -0000 Author: yuri Date: Sat Feb 2 20:33:15 2019 New Revision: 491980 URL: https://svnweb.freebsd.org/changeset/ports/491980 Log: New port: audio/so-synth-lv2: Unofficial LV2 ports of 50m30n3's synthesizers Added: head/audio/so-synth-lv2/ head/audio/so-synth-lv2/Makefile (contents, props changed) head/audio/so-synth-lv2/distinfo (contents, props changed) head/audio/so-synth-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Feb 2 19:44:13 2019 (r491979) +++ head/audio/Makefile Sat Feb 2 20:33:15 2019 (r491980) @@ -765,6 +765,7 @@ SUBDIR += snack SUBDIR += snd SUBDIR += sndio + SUBDIR += so-synth-lv2 SUBDIR += solfege SUBDIR += sonata SUBDIR += sonic-visualiser Added: head/audio/so-synth-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/so-synth-lv2/Makefile Sat Feb 2 20:33:15 2019 (r491980) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= so-synth +DISTVERSIONPREFIX= debian/ +DISTVERSION= 1.4-1 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Unofficial LV2 ports of 50m30n3's synthesizers + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= jeremysalwen +GH_PROJECT= So-synth-LV2 + +ALL_TARGET= libsosynth.so + +MAKE_ARGS= INSTALLDIR=${STAGEDIR}${PREFIX}/lib/lv2/ +BINARY_ALIAS= gcc=${CC} + +PLIST_FILES= lib/lv2/so-synth.lv2/libsosynth.so \ + lib/lv2/so-synth.lv2/manifest.ttl \ + lib/lv2/so-synth.lv2/so-404.ttl \ + lib/lv2/so-synth.lv2/so-666.ttl \ + lib/lv2/so-synth.lv2/so-kl5.ttl + +.include Added: head/audio/so-synth-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/so-synth-lv2/distinfo Sat Feb 2 20:33:15 2019 (r491980) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549138797 +SHA256 (jeremysalwen-So-synth-LV2-debian-1.4-1_GH0.tar.gz) = 36d01c9ec492233f57cdee129f5ac8c5c843d701869a8da8ecc3577a981a95b6 +SIZE (jeremysalwen-So-synth-LV2-debian-1.4-1_GH0.tar.gz) = 21813 Added: head/audio/so-synth-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/so-synth-lv2/pkg-descr Sat Feb 2 20:33:15 2019 (r491980) @@ -0,0 +1,14 @@ +SO-666 is a feedback based drone synthesizer building upon the SO-KL5 synth. +It creates haunting cacophonic howls and drones. +It's a bit hard to play but making good use of the modwheel will help keep the +sound in control. + +SO-KL5 is a string based "piano" synthezizer. The strings are +modeled using the Karplus-Strong String simulation method. + +SO-404 is a simple bass synthesizer using 1 oscillator and 1 filter. +The oscillator is a simple saw wave oscillator and the filter is a simple +resonant lowpass filter. You know, like that other very good and famous synth +with a similar name. Just not as good and famous. + +WWW: https://github.com/jeremysalwen/So-synth-LV2