blob: 8e9914b4984f09a103cce6a525151794e2c036d9 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Vorbis Tools"
2DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
3that is free of intellectual property restrictions. vorbis-tools \
4include some command line applications to use the libraries."
5HOMEPAGE = "http://www.vorbis.com/"
6BUGTRACKER = "https://trac.xiph.org"
7SECTION = "multimedia"
8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011DEPENDS = "libogg libvorbis"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
13SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \
14 file://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015 file://0004-Fix-format-error-blocking-compilation-with-hardening.patch \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016 "
17
18SRC_URI[md5sum] = "567e0fb8d321b2cd7124f8208b8b90e6"
19SRC_URI[sha256sum] = "a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
20
21inherit autotools pkgconfig gettext
22
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023PACKAGECONFIG ??= "flac ogg123"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
25PACKAGECONFIG[speex] = ",--without-speex,speex,speex"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026PACKAGECONFIG[ogg123] = "--enable-ogg123,--disable-ogg123,libao curl"