mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 15:15:00 +02:00
0.2.7 fixes various bugs of 0.2.6 and adds further support for WAVE and AIFF-C
formats.
Drop patches:
* CVE-2008-5824 is already fixed in 0.2.7 (patch has just been a workaround):
e8cf0095b3
* oldstyle patch is not needed , since current toolchain compiles C files
with old style function declarations
* audiofile-0.2.6 patch is already applied in 0.2.7
* audiofile-m4_quote_fix is already applied in 0.2.7
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
17 lines
771 B
BlitzBasic
17 lines
771 B
BlitzBasic
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."
|
|
HOMEPAGE = "http://www.68k.org/~michael/audiofile/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2 && GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|
file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862"
|
|
SRC_URI[sha256sum] = "a61c4036c2600a645843f16bec4be166093a9df5f15b02c85291213aa9cf15a2"
|
|
|
|
inherit autotools lib_package binconfig
|