summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
blob: 6e73a790f22d999e62a5779e20eee8d6b4bec6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"

PR = "r0"

SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
           file://no-docs.patch"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-examples"