[oe-commits] Andreas Oberritter : gst-plugins-base: update to 0.10.31

git version control git at git.openembedded.org
Sat Dec 11 08:14:55 UTC 2010


Module: openembedded.git
Branch: master
Commit: 89438537a69f2217285165adf42051365df24ef4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=89438537a69f2217285165adf42051365df24ef4

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Dec 10 01:03:40 2010 +0000

gst-plugins-base: update to 0.10.31

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gstreamer/gst-plugins-base_0.10.31.bb |   26 +++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.31.bb b/recipes/gstreamer/gst-plugins-base_0.10.31.bb
new file mode 100644
index 0000000..d479e13
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base_0.10.31.bb
@@ -0,0 +1,26 @@
+require gst-plugins.inc
+
+SRC_URI += " \
+            file://ivorbis-thumb.patch \
+"
+
+SRC_URI[archive.md5sum] = "9baa0d87e81c88b2477a3554ab629c46"
+SRC_URI[archive.sha256sum] = "abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd"
+
+PR = "${INC_PR}.0"
+
+PROVIDES += "gst-plugins"
+
+# gst-plugins-base only builds the alsa plugin
+# if alsa has been built and is present.  You will
+# not get an error if this is not present, just
+# a missing alsa plugin
+DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv gtk+"
+
+# Needs a udev that enabled gudev, which isn't the default
+EXTRA_OECONF_append = " --with-gudev"
+
+do_configure_prepend() {
+	sed -i -e s:QtGui:NoQtGui:g ${S}/configure.ac
+}
+





More information about the Openembedded-commits mailing list