libsamplerate0_0.1.9.bb 1.0 KB

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Audio Sample Rate Conversion library"
  2. HOMEPAGE = "http://www.mega-nerd.com/SRC/"
  3. SECTION = "libs"
  4. LICENSE = "BSD-2-Clause"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=336d6faf40fb600bafb0061f4052f1f4 \
  6. file://src/samplerate.c;beginline=1;endline=7;md5=5b6982a8c2811c7312c13cccbf55f55e"
  7. DEPENDS = "libsndfile1"
  8. PR = "r1"
  9. SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
  10. file://0001-configure.ac-improve-alsa-handling.patch \
  11. "
  12. SRC_URI[md5sum] = "2b78ae9fe63b36b9fbb6267fad93f259"
  13. SRC_URI[sha256sum] = "0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1"
  14. CVE_PRODUCT = "libsamplerate"
  15. UPSTREAM_CHECK_URI = "http://www.mega-nerd.com/SRC/download.html"
  16. S = "${WORKDIR}/libsamplerate-${PV}"
  17. inherit autotools pkgconfig
  18. # FFTW and ALSA are only used in tests and examples, so they don't affect
  19. # normal builds. It should be safe to ignore these, but explicitly disabling
  20. # them adds some extra certainty that builds are deterministic.
  21. EXTRA_OECONF = "--disable-fftw --disable-alsa"