blob: 61a4aedb8551169e63ac2c6fa6ffe6f0e66bce2c [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009LIC_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 \
Brad Bishope42b3e32020-01-15 22:08:42 -050014 file://gettext.patch \
Patrick Williams92b42cb2022-09-03 06:53:57 -050015 file://0001-ogginfo-Include-utf8.h-for-missing-utf8_decode.patch \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016 "
17
Patrick Williams0ca19cc2021-08-16 14:03:13 -050018SRC_URI[md5sum] = "998fca293bd4e4bdc2b96fb70f952f4e"
19SRC_URI[sha256sum] = "db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020
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"