From 644e54fef907172487f860b09ad1faf4b6db9e11 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 18 Oct 2010 10:51:56 +0800 Subject: gstreamer: add support for theora plugins Add theora codec and its corresponding lib recipe (import from OE). This fixes [BUGID #476]. Signed-off-by: Dongxiao Xu --- meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (limited to 'meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb') 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 @@ +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" -- cgit v1.2.3-54-g00ecf