2011-10-22 11:13:04 +02:00
|
|
|
# Template file for 'fluidsynth'
|
|
|
|
pkgname=fluidsynth
|
2012-09-20 18:09:35 +02:00
|
|
|
version=1.1.6
|
2015-09-13 20:41:00 +02:00
|
|
|
revision=6
|
2011-10-24 15:08:19 +02:00
|
|
|
build_style=cmake
|
|
|
|
configure_args="-DLIB_SUFFIX="
|
2013-04-03 16:35:46 +02:00
|
|
|
hostmakedepends="pkg-config cmake"
|
2015-09-13 20:41:00 +02:00
|
|
|
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel libsndfile-devel"
|
2011-10-22 11:13:04 +02:00
|
|
|
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-10-22 11:13:04 +02:00
|
|
|
license="LGPL-2.1"
|
2012-09-20 18:09:35 +02:00
|
|
|
homepage="http://www.fluidsynth.org/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c
|
2013-04-12 11:16:02 +02:00
|
|
|
|
|
|
|
libfluidsynth_package() {
|
2014-02-19 14:51:05 +01:00
|
|
|
short_desc+=" - runtime library"
|
2013-04-12 11:16:02 +02:00
|
|
|
pkg_install() {
|
2014-02-19 14:51:05 +01:00
|
|
|
vmove "usr/lib/*.so.*"
|
2013-04-12 11:16:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fluidsynth-devel_package() {
|
|
|
|
depends="libfluidsynth>=${version}"
|
2014-02-19 14:51:05 +01:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 11:16:02 +02:00
|
|
|
pkg_install() {
|
2015-09-13 21:06:03 +02:00
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-19 14:51:05 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 11:16:02 +02:00
|
|
|
}
|
|
|
|
}
|