fluidsynth: update to 1.1.6.
This commit is contained in:
parent
25014e64e8
commit
adcb8abea1
|
@ -1,15 +1,13 @@
|
|||
# Template file for 'fluidsynth-devel'.
|
||||
#
|
||||
depends="libfluidsynth"
|
||||
noarch=yes
|
||||
depends="libfluidsynth>=${version}"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ libasound.so.2
|
|||
libpulse-simple.so.0
|
||||
libsndfile.so.1
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libreadline.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'fluidsynth'
|
||||
pkgname=fluidsynth
|
||||
version=1.1.5
|
||||
revision=3
|
||||
homepage="http://www.fluidsynth.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
version=1.1.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX="
|
||||
makedepends="cmake glib-devel jack-devel pulseaudio-devel dbus-devel readline-devel"
|
||||
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=b8160ba8c48211644e94496e51f24494192c711dbb779bbd167940f3ec50aa1f
|
||||
homepage="http://www.fluidsynth.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c
|
||||
long_desc="
|
||||
Features
|
||||
Cross platform support (Linux, Mac OSX and Windows to name a few)
|
||||
|
@ -21,4 +21,3 @@ long_desc="
|
|||
Playback of MIDI files"
|
||||
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue