libtheora_1.1.1.bb 754 B

123456789101112131415161718192021
  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-3-Clause"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132"
  8. DEPENDS = "libogg"
  9. SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
  10. file://no-docs.patch"
  11. SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e"
  12. SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
  13. UPSTREAM_CHECK_REGEX = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)"
  14. inherit autotools pkgconfig
  15. EXTRA_OECONF = "--disable-examples"