aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:02:55 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:54:24 +0100
commit64e891e02f58ace1fac85b7f5edd61303c938a35 (patch)
treed17e31c475c6529a0b124879b4b8acbf155337f0 /meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
parent49c232118052aeef2336aafff464603cf6771eb9 (diff)
downloadmeta-openembedded-64e891e02f58ace1fac85b7f5edd61303c938a35.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb13
1 files changed, 13 insertions, 0 deletions
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 0000000000..a989e76a78
--- /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