diff options
4 files changed, 32 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 30adf7a5cf..4d6db6da58 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Gstreamer package groups" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" | 3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" |
4 | 4 | ||
5 | PR = "r7" | 5 | PR = "r8" |
6 | 6 | ||
7 | PACKAGES = "\ | 7 | PACKAGES = "\ |
8 | gst-meta-base \ | 8 | gst-meta-base \ |
@@ -48,6 +48,7 @@ RDEPENDS_gst-meta-video = "\ | |||
48 | gst-meta-base \ | 48 | gst-meta-base \ |
49 | gst-plugins-good-avi \ | 49 | gst-plugins-good-avi \ |
50 | gst-plugins-good-matroska \ | 50 | gst-plugins-good-matroska \ |
51 | gst-plugins-base-theora \ | ||
51 | ${COMMERCIAL_VIDEO_PLUGINS}" | 52 | ${COMMERCIAL_VIDEO_PLUGINS}" |
52 | 53 | ||
53 | RRECOMMENDS_gst-meta-video = "\ | 54 | RRECOMMENDS_gst-meta-video = "\ |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb index bfbe28108d..c1d2f1e9dd 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb | |||
@@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" |
8 | 8 | ||
9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv" | 9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora" |
10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | 10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ |
11 | gnome-vfs-plugin-sftp" | 11 | gnome-vfs-plugin-sftp" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | inherit gettext | 15 | inherit gettext |
16 | 16 | ||
17 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" | 17 | EXTRA_OECONF += "--disable-freetypetest --disable-pango" |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure_prepend() { |
20 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 20 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
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" | ||