diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-02 20:33:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-02 20:33:15 +0000 |
commit | 1650d4184091a05efeadc045c2fdf170d318604f (patch) | |
tree | b59b4afcb2c15f798ffaffc1d5c48b068f1be253 /audio/so-synth-lv2 | |
parent | e18ed0423f39b3efa2c5c1537a8902fdb705b01c (diff) |
Notes
Diffstat (limited to 'audio/so-synth-lv2')
-rw-r--r-- | audio/so-synth-lv2/Makefile | 33 | ||||
-rw-r--r-- | audio/so-synth-lv2/distinfo | 3 | ||||
-rw-r--r-- | audio/so-synth-lv2/pkg-descr | 14 |
3 files changed, 50 insertions, 0 deletions
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 <bsd.port.mk> 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 |