Merge pull request #2518 from ayghor/fluidsynth_libsndfile

fluidsynth: add support for libsndfile.
This commit is contained in:
Juan RP 2015-09-14 07:02:05 +02:00
commit 18673ba642

View file

@ -1,11 +1,11 @@
# Template file for 'fluidsynth' # Template file for 'fluidsynth'
pkgname=fluidsynth pkgname=fluidsynth
version=1.1.6 version=1.1.6
revision=5 revision=6
build_style=cmake build_style=cmake
configure_args="-DLIB_SUFFIX=" configure_args="-DLIB_SUFFIX="
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config cmake"
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel" makedepends="glib-devel jack-devel pulseaudio-devel readline-devel libsndfile-devel"
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications" short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1" license="LGPL-2.1"
@ -24,8 +24,8 @@ fluidsynth-devel_package() {
depends="libfluidsynth>=${version}" depends="libfluidsynth>=${version}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }