audiofile_0.3.6.bb 971 B

123456789101112131415161718192021222324252627
  1. DESCRIPTION = "The Audio File Library provides a uniform and elegant \
  2. API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
  3. WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
  4. Research, Amiga IFF/8SVX, and NIST SPHERE."
  5. HOMEPAGE = "http://www.68k.org/~michael/audiofile/"
  6. SECTION = "libs"
  7. LICENSE = "LGPLv2 & GPLv2"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
  9. file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  10. SRC_URI = " \
  11. ${GNOME_MIRROR}/audiofile/0.3/${BP}.tar.xz \
  12. file://0001-fix-negative-shift-constants.patch \
  13. file://0002-fix-build-on-gcc6.patch \
  14. file://0003-fix-CVE-2015-7747.patch \
  15. "
  16. SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008"
  17. SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782"
  18. inherit autotools lib_package pkgconfig
  19. DEPENDS = " \
  20. asciidoc-native \
  21. alsa-lib \
  22. libogg \
  23. flac \
  24. "