From 1650d4184091a05efeadc045c2fdf170d318604f Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 2 Feb 2019 20:33:15 +0000 Subject: [PATCH] New port: audio/so-synth-lv2: Unofficial LV2 ports of 50m30n3's synthesizers --- audio/Makefile | 1 + audio/so-synth-lv2/Makefile | 33 +++++++++++++++++++++++++++++++++ audio/so-synth-lv2/distinfo | 3 +++ audio/so-synth-lv2/pkg-descr | 14 ++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 audio/so-synth-lv2/Makefile create mode 100644 audio/so-synth-lv2/distinfo create mode 100644 audio/so-synth-lv2/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index 7e6db736cdd4..64b4210b29d7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -765,6 +765,7 @@ SUBDIR += snack SUBDIR += snd SUBDIR += sndio + SUBDIR += so-synth-lv2 SUBDIR += solfege SUBDIR += sonata SUBDIR += sonic-visualiser diff --git a/audio/so-synth-lv2/Makefile b/audio/so-synth-lv2/Makefile new file mode 100644 index 000000000000..ba18440a03db --- /dev/null +++ b/audio/so-synth-lv2/Makefile @@ -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 diff --git a/audio/so-synth-lv2/distinfo b/audio/so-synth-lv2/distinfo new file mode 100644 index 000000000000..ae542f877c62 --- /dev/null +++ b/audio/so-synth-lv2/distinfo @@ -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 diff --git a/audio/so-synth-lv2/pkg-descr b/audio/so-synth-lv2/pkg-descr new file mode 100644 index 000000000000..e93f77099bc9 --- /dev/null +++ b/audio/so-synth-lv2/pkg-descr @@ -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