From adcb8abea15bc788585aec11f0f625e62461bb15 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Sep 2012 18:09:35 +0200 Subject: [PATCH] fluidsynth: update to 1.1.6. --- srcpkgs/fluidsynth/fluidsynth-devel.template | 8 +++----- srcpkgs/fluidsynth/libfluidsynth.rshlibs | 1 - srcpkgs/fluidsynth/template | 11 +++++------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/srcpkgs/fluidsynth/fluidsynth-devel.template b/srcpkgs/fluidsynth/fluidsynth-devel.template index 7c5575a3fd..b55547494c 100644 --- a/srcpkgs/fluidsynth/fluidsynth-devel.template +++ b/srcpkgs/fluidsynth/fluidsynth-devel.template @@ -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 } diff --git a/srcpkgs/fluidsynth/libfluidsynth.rshlibs b/srcpkgs/fluidsynth/libfluidsynth.rshlibs index c43b5d462b..f44eb441e7 100644 --- a/srcpkgs/fluidsynth/libfluidsynth.rshlibs +++ b/srcpkgs/fluidsynth/libfluidsynth.rshlibs @@ -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 diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index 68ec83aa6f..e7023e8ad0 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -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 " 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" -