diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 14:51:07 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:14:34 +0100 |
commit | 2c2b1e5d3a0dfb2df52009c27e607ac738f63204 (patch) | |
tree | f810d79b2da32db3609b716b76a9e1d28a88d513 /meta/packages/gstreamer/gstreamer_0.10.22.bb | |
parent | 52f5ad8ec703452094c0166a5a159877cc4bb9ba (diff) | |
download | poky-2c2b1e5d3a0dfb2df52009c27e607ac738f63204.tar.gz |
gstreamer: Upgraded to version 0.10.29
Rebase check_fix.patch
Remove po-makefile-fix.patch since it is not being used
Remove do_configure_prepend since ${S}/common/m4/lib-link.m4 is not exist in the latest version
Change the local file directory name to ${PN}-${PV}
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gstreamer/gstreamer_0.10.22.bb')
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.22.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/packages/gstreamer/gstreamer_0.10.22.bb b/meta/packages/gstreamer/gstreamer_0.10.22.bb deleted file mode 100644 index 9c05f2ea8e..0000000000 --- a/meta/packages/gstreamer/gstreamer_0.10.22.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \ | ||
2 | It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime." | ||
3 | SECTION = "multimedia" | ||
4 | PRIORITY = "optional" | ||
5 | LICENSE = "LGPL" | ||
6 | HOMEPAGE = "http://www.gstreamer.net/" | ||
7 | DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" | ||
8 | PR = "r1" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ | ||
13 | file://check_fix.patch;patch=1 \ | ||
14 | file://gst-inspect-check-error.patch;patch=1" | ||
15 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" | ||
16 | |||
17 | do_configure_prepend() { | ||
18 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
19 | rm -f ${S}/common/m4/lib-link.m4 || true | ||
20 | } | ||
21 | |||
22 | #do_compile_prepend () { | ||
23 | # mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ | ||
24 | #} | ||
25 | |||
26 | PARALLEL_MAKE = "" | ||
27 | |||
28 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" | ||
29 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | ||
30 | FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/" | ||