From 739fd513b23740d402007ef42a9c6f7e9f3498fb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 22 Sep 2010 19:53:39 +0200 Subject: gst-plugins-base: add 0.10.30 --- recipes/gstreamer/gst-plugins-base_0.10.30.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/gstreamer/gst-plugins-base_0.10.30.bb 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 0000000000..e4fb2260db --- /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 +} + -- cgit v1.2.3