mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
We've been removing PR values from recipes at upgrade time for a while. In general anyone maintaining a binary distro would end up having to curate these themselves so the values in OE-Core aren't really that useful anymore. In many ways it makes sense to clear out the remaining ones (which are mostly for 'config' recipes that are unlikely to increase in PV) and leave a clean slate for anyone implementing a binary distro config. References are left in meta-selftest since the tests there do involve them and their removal upon upgrade. (From OE-Core rev: d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
754 B
BlitzBasic
22 lines
754 B
BlitzBasic
SUMMARY = "Theora Video Codec"
|
|
DESCRIPTION = "The libtheora reference implementation provides the standard encoder and decoder under a BSD license."
|
|
HOMEPAGE = "http://xiph.org/"
|
|
BUGTRACKER = "https://trac.xiph.org/newticket"
|
|
SECTION = "libs"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
|
|
DEPENDS = "libogg"
|
|
|
|
|
|
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
|
|
file://no-docs.patch"
|
|
|
|
SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e"
|
|
SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
|
|
|
|
UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-examples"
|