[oe-commits] Koen Kooi : gst-plugins-base: add 0.10.29

git version control git at git.openembedded.org
Tue Jun 1 10:10:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 198cbb495a0f707e9f2b2375f44a61157e5c697b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=198cbb495a0f707e9f2b2375f44a61157e5c697b

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  1 10:31:11 2010 +0200

gst-plugins-base: add 0.10.29

---

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

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.29.bb b/recipes/gstreamer/gst-plugins-base_0.10.29.bb
new file mode 100644
index 0000000..8162197
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base_0.10.29.bb
@@ -0,0 +1,26 @@
+require gst-plugins.inc
+
+SRC_URI += " \
+            file://ivorbis-thumb.patch \
+"
+
+SRC_URI[archive.md5sum] = "d07e251152cccbaa81807c14cf0fd8c0"
+SRC_URI[archive.sha256sum] = "ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c"
+
+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"
+
+# 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