summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gstreamer_0.10.22.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 14:51:07 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:14:34 +0100
commit2c2b1e5d3a0dfb2df52009c27e607ac738f63204 (patch)
treef810d79b2da32db3609b716b76a9e1d28a88d513 /meta/packages/gstreamer/gstreamer_0.10.22.bb
parent52f5ad8ec703452094c0166a5a159877cc4bb9ba (diff)
downloadpoky-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.bb30
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 @@
1DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
2It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
3SECTION = "multimedia"
4PRIORITY = "optional"
5LICENSE = "LGPL"
6HOMEPAGE = "http://www.gstreamer.net/"
7DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native"
8PR = "r1"
9
10inherit autotools pkgconfig
11
12SRC_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"
15EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug"
16
17do_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
26PARALLEL_MAKE = ""
27
28FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
29FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
30FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/"