aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/audiofile/audiofile_0.2.6.bb
blob: 6840506df87851494bc4261b6ac9f77052022c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
SECTION = "libs"
LICENSE = "LGPL GPL"
RPROVIDES_${PN} += "audiofile"
PR = "r8"

SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz \
	   file://audiofile-m4_quote_fix.diff;striplevel=0 \
	   file://audiofile-oldstyle.patch;striplevel=0 \
	   file://audiofile-0.2.6.patch;striplevel=0 \
	   file://CVE-2008-5824.patch \
"

inherit autotools lib_package binconfig

SRC_URI[md5sum] = "9c1049876cd51c0f1b12c2886cce4d42"
SRC_URI[sha256sum] = "4b6167b56e21556fb07c9ef06962fe32817064c62181ba47afd3322e0d0f22a9"