mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 18:49:51 +00:00
ca65114e5e
We have long since obsoleted md5sum in favour of sha256sum. Drop the remaining 56 entries (which were showing many recipes hadn't been touched in a long time). They all do have the corresponding sha256sum entries as is clear from the diff. (From OE-Core rev: 7e4bfcc9706fa8a09f6a0004174a2c3b21c90df3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
738 B
BlitzBasic
22 lines
738 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://autoreconf.patch \
|
|
file://no-docs.patch"
|
|
|
|
SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
|
|
|
|
UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-examples"
|