30 lines
977 B
Text
30 lines
977 B
Text
# Template file for 'fluidsynth'
|
|
pkgname=fluidsynth
|
|
version=1.1.5
|
|
revision=2
|
|
homepage="http://www.fluidsynth.org/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
build_style=cmake
|
|
configure_args="-DLIB_SUFFIX="
|
|
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=b8160ba8c48211644e94496e51f24494192c711dbb779bbd167940f3ec50aa1f
|
|
long_desc="
|
|
Features
|
|
Cross platform support (Linux, Mac OSX and Windows to name a few)
|
|
SoundFont 2 support
|
|
Realtime effect modulation using SoundFont 2.01 modulators
|
|
Shared library which can be used in other programs
|
|
Built in command line shell
|
|
Playback of MIDI files"
|
|
|
|
subpackages="lib$pkgname $pkgname-devel"
|
|
|
|
|
|
Add_dependency build cmake
|
|
Add_dependency build glib-devel
|
|
Add_dependency build jack-devel
|
|
Add_dependency build pulseaudio-devel
|
|
Add_dependency build dbus-devel
|
|
Add_dependency build readline-devel
|