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

git version control git at git.openembedded.org
Wed Sep 22 18:29:30 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Sep 22 19:53:39 2010 +0200

gst-plugins-base: add 0.10.30

---

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

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.30.bb b/recipes/gstreamer/gst-plugins-base_0.10.30.bb
new file mode 100644
index 0000000..e4fb226
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base_0.10.30.bb
@@ -0,0 +1,27 @@
+require gst-plugins.inc
+
+SRC_URI += " \
+            file://ivorbis-thumb.patch \
+            file://make382.patch \
+"
+
+SRC_URI[archive.md5sum] = "3ad90152b58563e1314af26c263f3c4c"
+SRC_URI[archive.sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7"
+
+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