jack_0.121.0.bb 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. DESCRIPTION = "JACK is a low-latency audio server. It can \
  2. connect a number of different applications to an audio \
  3. device, as well as allowing them to share audio between \
  4. themselves."
  5. SECTION = "libs/multimedia"
  6. LICENSE = "GPLv2 & LGPLv2.1"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
  8. file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
  9. file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \
  10. "
  11. DEPENDS = "alsa-lib libsamplerate0 readline"
  12. SRCREV = "91a688c602b7ce1711d8ad10fb07ebcf2e530a64"
  13. SRC_URI = "git://github.com/jackaudio/jack1.git \
  14. file://remove-wrong-host-test.patch \
  15. file://jack_fix_TWL4030_alsa_capture.patch \
  16. "
  17. S = "${WORKDIR}/git"
  18. inherit autotools pkgconfig
  19. EXTRA_OECONF = "--enable-timestamps \
  20. --disable-capabilities \
  21. --disable-oldtrans \
  22. --disable-portaudio \
  23. --disable-coreaudio \
  24. --disable-oss \
  25. --enable-alsa"
  26. EXTRA_OEMAKE = 'transform="s,^,,"'
  27. PACKAGES =+ "libjack jack-server jack-utils"
  28. FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so"
  29. FILES_jack-server = "${bindir}/jackd"
  30. FILES_jack-utils = "${bindir}/*"
  31. FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* "