From 64e891e02f58ace1fac85b7f5edd61303c938a35 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 11 Dec 2012 01:02:55 +0100 Subject: fluidsynth: upgrade to 1.1.1 * and drop special do_configure, now with libtool working with sysroot argument, we need this otherwise libfluidsynth.la references /usr/lib/libasound.la directly instead of =/usr/lib/libasound.la and e.g. vlc build fails Signed-off-by: Martin Jansa --- .../recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb | 19 ------------------- .../recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb create mode 100644 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb deleted file mode 100644 index f5d6e53f1..000000000 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Fluidsynth is a software synthesizer" -HOMEPAGE = "http://www.fluidsynth.org/" -SECTION = "libs/multimedia" -LICENSE = "LGPLv-2.0+" -LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272" - -DEPENDS = "alsa-lib ncurses" - -SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" -SRC_URI[md5sum] = "e2abfd2e69fd8b28d965df968d7d44ee" -SRC_URI[sha256sum] = "45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320" - -inherit autotools pkgconfig lib_package - -#Has broken libtool usage -do_configure() { - gnu-configize - oe_runconf -} diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb new file mode 100644 index 000000000..a989e76a7 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Fluidsynth is a software synthesizer" +HOMEPAGE = "http://www.fluidsynth.org/" +SECTION = "libs/multimedia" +LICENSE = "LGPLv-2.0+" +LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272" + +DEPENDS = "alsa-lib ncurses" + +SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" +SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44" +SRC_URI[sha256sum] = "55638cb04f39f4df76c081e22ca7feeea58ddd20ebf779a7db2d38b1ff374cd6" + +inherit autotools pkgconfig lib_package -- cgit v1.2.3-54-g00ecf