Files
meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
Martin Jansa 64e891e02f 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>
2012-12-11 01:54:24 +01:00

14 lines
496 B
BlitzBasic

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