diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:05:03 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:05:03 +0100 |
commit | 26b814e959d2f2e515ee9a9910108f1d266ab042 (patch) | |
tree | b1afb7306f25a5a147a602f83dca9bce8c2dee1b /meta/packages/gstreamer/gstreamer_0.10.20.bb | |
parent | 92da20346955371a060d1405700fbc320aac01a3 (diff) | |
download | poky-26b814e959d2f2e515ee9a9910108f1d266ab042.tar.gz |
gstreamer, gst-plugins-base: Upgrade to 0.10.22
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gstreamer/gstreamer_0.10.20.bb')
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.20.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/packages/gstreamer/gstreamer_0.10.20.bb b/meta/packages/gstreamer/gstreamer_0.10.20.bb deleted file mode 100644 index 512df0b4bd..0000000000 --- a/meta/packages/gstreamer/gstreamer_0.10.20.bb +++ /dev/null | |||
@@ -1,31 +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-native libxml2 bison-native flex-native" | ||
8 | PR = "r1" | ||
9 | |||
10 | inherit autotools_stage pkgconfig | ||
11 | |||
12 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ | ||
13 | file://gst-inspect-check-error.patch;patch=1 \ | ||
14 | file://check_fix.patch;patch=1 \ | ||
15 | file://po-makefile-fix.patch;patch=1" | ||
16 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" | ||
17 | |||
18 | do_configure_prepend() { | ||
19 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
20 | rm -f ${S}/common/m4/lib-link.m4 || true | ||
21 | } | ||
22 | |||
23 | #do_compile_prepend () { | ||
24 | # mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ | ||
25 | #} | ||
26 | |||
27 | PARALLEL_MAKE = "" | ||
28 | |||
29 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" | ||
30 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | ||
31 | FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/" | ||