[oe-commits] Koen Kooi : gst-plugin-bc: add git version

git version control git at git.openembedded.org
Mon Mar 8 15:36:57 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4b674c46ac973b4f6216ef6d6e1069dbdbc773c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b674c46ac973b4f6216ef6d6e1069dbdbc773c7

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar  8 12:48:52 2010 +0100

gst-plugin-bc: add git version

---

 recipes/gstreamer/gst-plugin-bc/gst-debug.diff |   20 ++++++++++++++++
 recipes/gstreamer/gst-plugin-bc_git.bb         |   30 ++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/recipes/gstreamer/gst-plugin-bc/gst-debug.diff b/recipes/gstreamer/gst-plugin-bc/gst-debug.diff
new file mode 100644
index 0000000..e4d278d
--- /dev/null
+++ b/recipes/gstreamer/gst-plugin-bc/gst-debug.diff
@@ -0,0 +1,20 @@
+--- /tmp/gstplayer.c	2010-03-08 12:42:37.000000000 +0100
++++ git/bc-app/gstplayer.c	2010-03-08 12:42:45.000000000 +0100
+@@ -237,7 +237,7 @@
+ void
+ gst_player_seek (GstPlayer * self, gint value)
+ {
+-  GST_DEBUG ("seek: %lu", value);
++//  GST_DEBUG ("seek: %lu", value);
+   gst_element_seek (self->pipeline, 1.0,
+       GST_FORMAT_TIME,
+       SEEK_FLAGS,
+@@ -251,7 +251,7 @@
+ void
+ gst_player_seek_absolute (GstPlayer * self, guint64 value)
+ {
+-  GST_DEBUG ("absolute: %lu", value);
++//  GST_DEBUG ("absolute: %lu", value);
+   gst_element_seek (self->pipeline, 1.0,
+       GST_FORMAT_TIME,
+       SEEK_FLAGS,
diff --git a/recipes/gstreamer/gst-plugin-bc_git.bb b/recipes/gstreamer/gst-plugin-bc_git.bb
new file mode 100644
index 0000000..b27c47e
--- /dev/null
+++ b/recipes/gstreamer/gst-plugin-bc_git.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "GStreamer elements for IMG BufferClass API"
+LICENSE = "GPLv3"
+
+PV = "0.10.1.1"
+PR = "r1"
+PR_append = "+gitr${SRCREV}"
+
+inherit autotools
+
+SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \
+           http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \
+           file://gst-debug.diff;patch=1 \
+"
+
+SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = " --enable-gles2-example "
+
+# bitbake git fetcher doesn't handle git submodules currently
+do_configure_prepend () {
+	cp -rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
+	autopoint
+}
+
+ALLOW_EMPTY = "1"
+
+require gst-plugins-package.inc
+





More information about the Openembedded-commits mailing list