[oe-commits] Tim Orling : fluidsynth: upgrade to 1.1.6

git at git.openembedded.org git at git.openembedded.org
Wed May 7 17:21:52 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 5da8ef7e1020d7172d1fa2cbe3f8a30498e7a1ef
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5da8ef7e1020d7172d1fa2cbe3f8a30498e7a1ef

Author: Tim Orling <TicoTimo at gmail.com>
Date:   Wed May  7 09:00:18 2014 -0700

fluidsynth: upgrade to 1.1.6

  * now hosted at sourceforge
  * drop unrecognized option for readline

  NOTE: autotools is deprecated
  TODO: investigate cmake build

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../fluidsynth/{fluidsynth_1.1.1.bb => fluidsynth_1.1.6.bb}   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
similarity index 60%
rename from meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
rename to meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
index c497d98..f928ed0 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
@@ -2,19 +2,18 @@ SUMMARY = "Fluidsynth is a software synthesizer"
 HOMEPAGE = "http://www.fluidsynth.org/"
 SECTION = "libs/multimedia"
 LICENSE = "LGPL-2.0+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e198e9aac94943d0ec29a7dae8c29416"
 
 DEPENDS = "alsa-lib ncurses glib-2.0"
 
-SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
-SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44"
-SRC_URI[sha256sum] = "55638cb04f39f4df76c081e22ca7feeea58ddd20ebf779a7db2d38b1ff374cd6"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/${PN}-${PV}/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263"
+SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c"
 
-inherit autotools pkgconfig lib_package
+inherit autotools pkgconfig lib_package gettext
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
 PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1"
 PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
 PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio"
-PACKAGECONFIG[readline] = "--with-readline,--without-readline-support,readline"



More information about the Openembedded-commits mailing list