summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb')
-rw-r--r--meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
new file mode 100644
index 0000000000..6e73a790f2
--- /dev/null
+++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "The libtheora reference implementation provides the standard encoder and decoder under a BSD license."
2HOMEPAGE = "http://xiph.org/"
3BUGTRACKER = "https://trac.xiph.org/newticket"
4SECTION = "libs"
5LICENSE = "BSD"
6
7PR = "r0"
8
9SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
10 file://no-docs.patch"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF = "--disable-examples"