Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Theora Video Codec" |
| 2 | DESCRIPTION = "The libtheora reference implementation provides the standard encoder and decoder under a BSD license." |
| 3 | HOMEPAGE = "http://xiph.org/" |
| 4 | BUGTRACKER = "https://trac.xiph.org/newticket" |
| 5 | SECTION = "libs" |
| 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" |
| 8 | DEPENDS = "libogg" |
| 9 | |
| 10 | PR = "r1" |
| 11 | |
| 12 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ |
| 13 | file://no-docs.patch" |
| 14 | |
| 15 | SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e" |
| 16 | SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" |
| 17 | |
| 18 | inherit autotools pkgconfig |
| 19 | |
| 20 | EXTRA_OECONF = "--disable-examples" |