This email list is read-only. Emails sent to this list will be discarded
----------------------------------
meta/packages/gstreamer/gstreamer/check_fix.patch | 19 +++++++++++++++++++
meta/packages/gstreamer/gstreamer_0.10.20.bb | 2 ++
2 files changed, 21 insertions(+), 0 deletions(-)
New commits:
commit b618bcfeb94af391a5a9559efe75974c9661855e
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Mon Nov 10 13:26:26 2008 +0000
gstreamer: Fix a problem with configure if check has already been built
Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/gstreamer/gstreamer/check_fix.patch
b/meta/packages/gstreamer/gstreamer/check_fix.patch
new file mode 100644
index 0000000..5cdf6a0
--- /dev/null
+++ b/meta/packages/gstreamer/gstreamer/check_fix.patch
@@ -0,0 +1,19 @@
+Index: gstreamer-0.10.20/configure.ac
+===================================================================
+--- gstreamer-0.10.20.orig/configure.ac 2008-11-10 13:20:41.000000000
+0000
++++ gstreamer-0.10.20/configure.ac 2008-11-10 13:21:01.000000000 +0000
+@@ -501,13 +501,7 @@
+ AC_SUBST(GST_DISABLE_XML_DEFINE)
+
+ dnl check for "check", unit testing library/header
+-AM_PATH_CHECK(0.9.2,
+- [
+- HAVE_CHECK=yes
+- AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS)
+- AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS)
+- ],
+- HAVE_CHECK=no)
++HAVE_CHECK=no
+ AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
+
+ dnl pkg-config check that for libcheck that works for cross-compiling
diff --git a/meta/packages/gstreamer/gstreamer_0.10.20.bb
b/meta/packages/gstreamer/gstreamer_0.10.20.bb
index 7b9d1ab..32f6523 100644
--- a/meta/packages/gstreamer/gstreamer_0.10.20.bb
+++ b/meta/packages/gstreamer/gstreamer_0.10.20.bb
@@ -5,11 +5,13 @@ PRIORITY = "optional"
LICENSE = "LGPL"
HOMEPAGE = "http://www.gstreamer.net/"
DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native"
+PR = "r1"
inherit autotools pkgconfig
SRC_URI =
"http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
file://gst-inspect-check-error.patch;patch=1 \
+ file://check_fix.patch;patch=1 \
file://po-makefile-fix.patch;patch=1"
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking
--with-check=no --disable-examples --disable-tests --disable-valgrind
--disable-debug"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits