task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / gstreamer / gst-plugins-base_0.10.31.bb
blobb68fffb644a4809bef0ffd2a4aebe9145231145c
1 require gst-plugins.inc
3 SRC_URI += " \
4 file://ivorbis-thumb.patch \
7 SRC_URI[archive.md5sum] = "9baa0d87e81c88b2477a3554ab629c46"
8 SRC_URI[archive.sha256sum] = "abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd"
10 PR = "${INC_PR}.1"
12 PROVIDES += "gst-plugins"
14 # gst-plugins-base only builds the alsa plugin
15 # if alsa has been built and is present. You will
16 # not get an error if this is not present, just
17 # a missing alsa plugin
18 DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype libxv libxrandr gtk+"
20 # Needs a udev that enabled gudev, which isn't the default
21 EXTRA_OECONF_append = " --with-gudev"
23 do_configure_prepend() {
24 sed -i -e s:QtGui:NoQtGui:g ${S}/configure.ac