From patchwork Tue Dec 4 01:58:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/58] fluidsynth: import from OE-Classic Date: Tue, 04 Dec 2012 01:58:37 -0000 From: Martin Jansa X-Patchwork-Id: 40119 Message-Id: To: openembedded-devel@lists.openembedded.org * needed for epiano * added LIC_FILES_CHSKUm * fixed LICENSE Signed-off-by: Martin Jansa --- .../recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb 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 0000000..f5d6e53 --- /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 +}