diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-17 20:46:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-17 21:33:26 +0100 |
commit | e04b826e9b24dbe3b9332da8da9b9310f5125dc4 (patch) | |
tree | 71a0d96568fc9317a1abcf7340678cb9cfba8f35 /recipes/gstreamer/gst-plugins-base_0.10.28.bb | |
parent | d695f337bdaa0e297ad89c6fdd99edf97bc270db (diff) |
gstreamer: updates
* switch to new-style staging
* add support for new-style checksums
* move plugins to newer versions, so plugins moved (e.g. ivorbis)
* fixup gstconfig header parsing
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base_0.10.28.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.28.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.28.bb b/recipes/gstreamer/gst-plugins-base_0.10.28.bb new file mode 100644 index 0000000000..621a8918fe --- /dev/null +++ b/recipes/gstreamer/gst-plugins-base_0.10.28.bb @@ -0,0 +1,26 @@ +require gst-plugins.inc + +SRC_URI += " \ + file://gst-plugins-base_rowstride.patch;patch=1 \ +" + +SRC_URI[archive.md5sum] = "0107cf985ac90544bae70288220f5bab" +SRC_URI[archive.sha256sum] = "132b6fd7749fcbfa9ad88c854aada44b6870c4175bda21cdb01a52b59a98e14f" + +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 +} + |