31 lines
1 KiB
Text
31 lines
1 KiB
Text
# Template file for 'fluidsynth'
|
|
pkgname=fluidsynth
|
|
version=1.1.5
|
|
homepage="http://www.fluidsynth.org/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
build_style=configure
|
|
configure_script=cmake
|
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -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 run glibc
|
|
Add_dependency run libfluidsynth
|
|
|
|
Add_dependency build cmake
|
|
Add_dependency build glib-devel
|
|
Add_dependency build jack-devel
|
|
Add_dependency build pulseaudio-devel
|
|
Add_dependency build dbus-devel
|