New port: audio/foo-yc20: Faust implementation of a 1969-designed Yamaha combo organ, the YC-20

PR:		221598
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12894
This commit is contained in:
Yuri Victorovich 2017-11-01 22:59:24 +00:00
parent 6ff36ddc18
commit 9d3cb15a89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453324
6 changed files with 86 additions and 0 deletions

View file

@ -176,6 +176,7 @@
SUBDIR += fluidsynth
SUBDIR += fluidsynth-dssi
SUBDIR += fmit
SUBDIR += foo-yc20
SUBDIR += forked-daapd
SUBDIR += fpc-a52
SUBDIR += fpc-mad

31
audio/foo-yc20/Makefile Normal file
View file

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= foo-yc20
DISTVERSION= 1.3.0
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Faust implementation of a 1969-designed Yamaha combo organ, the YC-20
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libjack.so:audio/jack \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
USES= gmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= sampov2
USE_GNOME= gtk20 gdkpixbuf2 cairo
post-patch:
@${REINPLACE_CMD} -e 's|install -Dm|install -m|' ${WRKSRC}/Makefile
post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/* \
${STAGEDIR}${PREFIX}/lib/lv2/foo-yc20.lv2/*.so
.include <bsd.port.mk>

3
audio/foo-yc20/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1503026073
SHA256 (sampov2-foo-yc20-1.3.0_GH0.tar.gz) = 6eddf5d60ebe3f6c33476a27be4f1ebd8f262a5787f3ac35068087a24e3a48f7
SIZE (sampov2-foo-yc20-1.3.0_GH0.tar.gz) = 363123

11
audio/foo-yc20/pkg-descr Normal file
View file

@ -0,0 +1,11 @@
This is a Faust implementation of a 1969-designed Yamaha combo organ, the
YC-20. In addition to the Faust code, it has a Gtkmm UI with Jack audio
and midi support.
Original YC-20 organs have a touch vibrato control, which is vibrato induced by
horizontal movement of the keys. As there very few (almost none) midi keyboards
which produce such information, this feature has been left out of the emulation.
Instead of the touch vibrato control, the control panel hosts a "realism"
switch.
WWW: https://github.com/sampov2/foo-yc20

View file

@ -0,0 +1,16 @@
======================================================================
You installed foo-yc20: an implementation of 1969 designed Yamaha
combo organ, the YC-20.
It works through the Jack sound server, and works as a soft-MIDI device.
In order to use it, please:
* Have Jack server running.
* Have jack-keyboard (audio/jack-keyboard) running.
* Have QjackCtl (audio/qjackctl) running.
* Run the UI command foo-yc20.
* In QjackCtl, connect:
* the MIDI input of foo-yc20 to the output of jack-keyboard.
* the foo-yc20 audio output to speakers through the Jack's 'system'.
* Play the jack-keyboard.
======================================================================

24
audio/foo-yc20/pkg-plist Normal file
View file

@ -0,0 +1,24 @@
bin/foo-yc20
bin/foo-yc20-cli
lib/lv2/foo-yc20.lv2/foo-yc20-lv2ui.so
lib/lv2/foo-yc20.lv2/foo-yc20.so
lib/lv2/foo-yc20.lv2/foo-yc20.ttl
lib/lv2/foo-yc20.lv2/manifest.ttl
share/applications/foo-yc20.desktop
%%DATADIR%%/graphics/background.png
%%DATADIR%%/graphics/black_0.png
%%DATADIR%%/graphics/black_1.png
%%DATADIR%%/graphics/black_2.png
%%DATADIR%%/graphics/black_3.png
%%DATADIR%%/graphics/green_0.png
%%DATADIR%%/graphics/green_1.png
%%DATADIR%%/graphics/green_2.png
%%DATADIR%%/graphics/green_3.png
%%DATADIR%%/graphics/icon.png
%%DATADIR%%/graphics/potentiometer.png
%%DATADIR%%/graphics/screenshot-800.png
%%DATADIR%%/graphics/screenshot.png
%%DATADIR%%/graphics/white_0.png
%%DATADIR%%/graphics/white_1.png
%%DATADIR%%/graphics/white_2.png
%%DATADIR%%/graphics/white_3.png