aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-02 02:19:29 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-10 19:05:52 +0100
commit443fcb6bdcd6cbd38a37fed675652c8b99c4c032 (patch)
tree24716757101fc2d64584dfca923a4bd7175fbade /meta-multimedia
parenta88d613e358b37ca527d3f8d78f01e5b4424171b (diff)
downloadmeta-openembedded-443fcb6bdcd6cbd38a37fed675652c8b99c4c032.tar.gz
fluidsynth: import from OE-Classic
* needed for epiano * added LIC_FILES_CHSKUm * fixed LICENSE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb
new file mode 100644
index 0000000000..f5d6e53f16
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb
@@ -0,0 +1,19 @@
+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
+}