diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-10-17 14:27:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-18 18:18:35 +0100 |
commit | 5a3f9b54114dddb894e93b76a939d0eba28d3464 (patch) | |
tree | bc28e0b03daa3d4b640643a31034e3cba6b95a10 /meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb | |
parent | 3c517bfe6c6d7781658f65bda4e0fdb499ca2b62 (diff) | |
download | poky-5a3f9b54114dddb894e93b76a939d0eba28d3464.tar.gz |
gst-plugins-base: update to 0.10.35
(From OE-Core rev: 8ae69e5d027b1db0ab5d35a8cab747985b960b66)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb new file mode 100644 index 0000000000..e49a00cda1 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | ||
8 | |||
9 | DEPENDS += "virtual/libx11 alsa-lib freetype liboil libogg libvorbis libxv libtheora avahi util-linux tremor" | ||
10 | |||
11 | SRC_URI += " file://gst-plugins-base-tremor.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "1d300983525f4f09030eb3ba47cb04b0" | ||
14 | SRC_URI[sha256sum] = "cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103" | ||
15 | |||
16 | PR = "r0" | ||
17 | |||
18 | inherit gettext | ||
19 | |||
20 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-gnome_vfs" | ||
21 | |||
22 | do_configure_prepend() { | ||
23 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
24 | rm -f ${S}/m4/lib-link.m4 | ||
25 | } | ||