New package: fluidsynth-1.1.5.

This commit is contained in:
Juan RP 2011-10-22 11:13:04 +02:00
parent 47fcb1cf02
commit 93f2627292
7 changed files with 69 additions and 0 deletions

1
srcpkgs/fluidsynth-devel Symbolic link
View file

@ -0,0 +1 @@
fluidsynth

View file

@ -0,0 +1,2 @@
abi_depends=">=1.1.5"
api_depends="${abi_depends}"

View file

@ -0,0 +1,14 @@
# Template file for 'fluidsynth-devel'.
#
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libfluidsynth
do_install()
{
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -0,0 +1,19 @@
# Template file for 'libfluidsynth'.
#
short_desc="${short_desc} - Runtime library"
long_desc="${long_desc}
This package contains the fluidsynth runtime lib(s)."
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libjack
Add_dependency run alsa-lib
Add_dependency run libpulseaudio
Add_dependency run libsndfile
Add_dependency run dbus-libs
do_install()
{
vmove "usr/lib/*.so*" usr/lib
}

View file

@ -0,0 +1,31 @@
# 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

1
srcpkgs/libfluidsynth Symbolic link
View file

@ -0,0 +1 @@
fluidsynth

View file

@ -907,3 +907,4 @@ libfftw3l_threads.so.3 libfftw fftw-devel
libfftw3l.so.3 libfftw fftw-devel
libfftw3f_threads.so.3 libfftw fftw-devel
libfftw3f.so.3 libfftw fftw-devel
libfluidsynth.so.1 libfluidsynth fluidsynth-devel