Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 20:33:16 +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: r491980 - in head/audio: . so-synth-lv2
Message-ID:  <201902022033.x12KXGbK037104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902022033.x12KXGbK037104>