fluidsynth_1.1.6.bb 994 B

1234567891011121314151617181920212223
  1. SUMMARY = "Fluidsynth is a software synthesizer"
  2. HOMEPAGE = "http://www.fluidsynth.org/"
  3. SECTION = "libs/multimedia"
  4. LICENSE = "LGPL-2.0+"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=e198e9aac94943d0ec29a7dae8c29416"
  6. DEPENDS = "alsa-lib ncurses glib-2.0"
  7. SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}/${BP}.tar.gz"
  8. SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263"
  9. SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c"
  10. inherit autotools-brokensep pkgconfig lib_package
  11. PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}"
  12. PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1"
  13. PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
  14. PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
  15. PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio-v19"
  16. do_configure_prepend () {
  17. rm -f ${S}/m4/*
  18. }