diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-10-18 10:51:56 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-18 11:27:31 +0100 |
commit | 644e54fef907172487f860b09ad1faf4b6db9e11 (patch) | |
tree | 2a2fb53d2c3c8bb786d76db75c80764f1a9bff30 /meta/recipes-multimedia/libtheora | |
parent | f8c6335e95587a797b0be8cf82315798278069e4 (diff) | |
download | poky-644e54fef907172487f860b09ad1faf4b6db9e11.tar.gz |
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 <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libtheora')
-rw-r--r-- | meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch | 13 | ||||
-rw-r--r-- | meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 14 |
2 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch b/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch new file mode 100644 index 0000000000..5734bce465 --- /dev/null +++ b/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: libtheora-1.1.1/Makefile.am | ||
2 | =================================================================== | ||
3 | --- libtheora-1.1.1.orig/Makefile.am 2009-11-25 22:01:53.593775926 +0100 | ||
4 | +++ libtheora-1.1.1/Makefile.am 2009-11-25 22:02:00.777524017 +0100 | ||
5 | @@ -8,7 +8,7 @@ | ||
6 | EXAMPLES_DIR = | ||
7 | endif | ||
8 | |||
9 | -SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR) | ||
10 | +SUBDIRS = lib include tests m4 $(EXAMPLES_DIR) | ||
11 | |||
12 | |||
13 | # we include the whole debian/ dir in EXTRA_DIST because there's a problem | ||
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 @@ | |||
1 | DESCRIPTION = "The libtheora reference implementation provides the standard encoder and decoder under a BSD license." | ||
2 | HOMEPAGE = "http://xiph.org/" | ||
3 | BUGTRACKER = "https://trac.xiph.org/newticket" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "BSD" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ | ||
10 | file://no-docs.patch" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | EXTRA_OECONF = "--disable-examples" | ||