blob: c5c10348c646d357b2a66a320b055ce4e4ec3595 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Ogg Vorbis Audio Codec"
2DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
3that is free of intellectual property restrictions. libvorbis \
4is the main vorbis codec library."
5HOMEPAGE = "http://www.vorbis.com/"
6BUGTRACKER = "https://trac.xiph.org"
7SECTION = "libs"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04008LICENSE = "BSD-3-Clause"
Andrew Geisslerb7d28612020-07-24 16:15:54 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=73d9c8942c60b846c3bad13cc6c2e520 \
10 file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=c95a4ac2b4125f00a9acf61449ebb843"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011DEPENDS = "libogg"
12
13SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.xz \
14 file://0001-configure-Check-for-clang.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015 "
Andrew Geisslerb7d28612020-07-24 16:15:54 -050016SRC_URI[md5sum] = "50902641d358135f06a8392e61c9ac77"
17SRC_URI[sha256sum] = "b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018
19inherit autotools pkgconfig