blob: 664d8480a22c0a3442cc20c0d11600a0f8e1caa4 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Theora Video Codec"
2DESCRIPTION = "The libtheora reference implementation provides the standard encoder and decoder under a BSD license."
3HOMEPAGE = "http://xiph.org/"
4BUGTRACKER = "https://trac.xiph.org/newticket"
5SECTION = "libs"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
8DEPENDS = "libogg"
9
10PR = "r1"
11
12SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
13 file://no-docs.patch"
14
15SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e"
16SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
17
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050018UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
19
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020inherit autotools pkgconfig
21
22EXTRA_OECONF = "--disable-examples"