blob: 290162127fcff2676fca20c8393096b5e1bbfa2a [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 Williamsb48b7b42016-08-17 15:04:38 -050015 "
16
Patrick Williams0ca19cc2021-08-16 14:03:13 -050017SRC_URI[md5sum] = "998fca293bd4e4bdc2b96fb70f952f4e"
18SRC_URI[sha256sum] = "db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019
20inherit autotools pkgconfig gettext
21
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022PACKAGECONFIG ??= "flac ogg123"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
24PACKAGECONFIG[speex] = ",--without-speex,speex,speex"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025PACKAGECONFIG[ogg123] = "--enable-ogg123,--disable-ogg123,libao curl"