Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 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" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | LICENSE = "LGPL-2.0-only & GPL-2.0-only" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ |
| 9 | file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | |
| 11 | SRC_URI = " \ |
| 12 | ${GNOME_MIRROR}/audiofile/0.3/${BP}.tar.xz \ |
| 13 | file://0001-fix-negative-shift-constants.patch \ |
| 14 | file://0002-fix-build-on-gcc6.patch \ |
| 15 | file://0003-fix-CVE-2015-7747.patch \ |
| 16 | " |
| 17 | SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008" |
| 18 | SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782" |
| 19 | |
| 20 | inherit autotools lib_package pkgconfig |
| 21 | |
| 22 | DEPENDS = " \ |
| 23 | asciidoc-native \ |
| 24 | alsa-lib \ |
| 25 | libogg \ |
| 26 | flac \ |
| 27 | " |