New port: audio/so-synth-lv2: Unofficial LV2 ports of 50m30n3's synthesizers
This commit is contained in:
parent
e18ed0423f
commit
1650d41840
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491980
@ -765,6 +765,7 @@
|
||||
SUBDIR += snack
|
||||
SUBDIR += snd
|
||||
SUBDIR += sndio
|
||||
SUBDIR += so-synth-lv2
|
||||
SUBDIR += solfege
|
||||
SUBDIR += sonata
|
||||
SUBDIR += sonic-visualiser
|
||||
|
33
audio/so-synth-lv2/Makefile
Normal file
33
audio/so-synth-lv2/Makefile
Normal file
@ -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>
|
3
audio/so-synth-lv2/distinfo
Normal file
3
audio/so-synth-lv2/distinfo
Normal file
@ -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
|
14
audio/so-synth-lv2/pkg-descr
Normal file
14
audio/so-synth-lv2/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user