diff options
| author | Michael Lippautz <michael.lippautz@gmail.com> | 2011-07-05 20:49:54 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-09 11:35:36 +0200 |
| commit | 6aa6fddea9927382d483c43db844e8619e1f949d (patch) | |
| tree | 4d9b960fcd198838f2a1771e02c473a3822f4d60 /meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | |
| parent | 129a0cb2ce723017396ee4b326080e3d519db10b (diff) | |
| download | meta-openembedded-6aa6fddea9927382d483c43db844e8619e1f949d.tar.gz | |
audiofile: Update 0.2.6 to 0.2.7
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):
https://github.com/mpruett/audiofile/commit/e8cf0095b3f319739f9aa1ab5a1aa52b76be8cdd
* 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>
Diffstat (limited to 'meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb new file mode 100644 index 0000000000..a21bec6b15 --- /dev/null +++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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=3bf50002aefd002f49e7bb854063f7e7 \ | ||
| 9 | file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz" | ||
| 13 | SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862" | ||
| 14 | SRC_URI[sha256sum] = "a61c4036c2600a645843f16bec4be166093a9df5f15b02c85291213aa9cf15a2" | ||
| 15 | |||
| 16 | inherit autotools lib_package binconfig | ||
