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

git version control git at git.openembedded.org
Thu Feb 3 22:36:26 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: bb388fd05bd81b3cfa6932f92e4948442df70483
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb388fd05bd81b3cfa6932f92e4948442df70483

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 26 18:24:58 2011 +0100

gst-plugins-base: add 0.10.32

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.32.bb b/recipes/gstreamer/gst-plugins-base_0.10.32.bb
new file mode 100644
index 0000000..f30c4f9
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base_0.10.32.bb
@@ -0,0 +1,26 @@
+require gst-plugins.inc
+
+SRC_URI += " \
+            file://ivorbis-thumb.patch \
+"
+
+SRC_URI[archive.md5sum] = "2920af2b3162f3d9fbaa7fabc8ed4d38"
+SRC_URI[archive.sha256sum] = "e9aabfac83f6480896da0686e9c911989f896fbad634821b7771ed84a446172b"
+
+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 libxrandr gtk+"
+
+# Needs a udev that enabled gudev, which isn't the default
+EXTRA_OECONF += " --with-gudev --disable-gnome_vfs"
+
+do_configure_prepend() {
+	sed -i -e s:QtGui:NoQtGui:g ${S}/configure.ac
+}
+





More information about the Openembedded-commits mailing list