libxine: update to version 1.1.19
[openembedded.git] / recipes / gstreamer / gst-plugins-base_0.10.29.bb
blob7931ba172ae45493b5c613cb2af230b67c55b25f
1 require gst-plugins.inc
3 SRC_URI += " \
4 file://ivorbis-thumb.patch \
5 file://make382.patch \
8 SRC_URI[archive.md5sum] = "d07e251152cccbaa81807c14cf0fd8c0"
9 SRC_URI[archive.sha256sum] = "ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c"
11 PR = "${INC_PR}.1"
13 PROVIDES += "gst-plugins"
15 # gst-plugins-base only builds the alsa plugin
16 # if alsa has been built and is present. You will
17 # not get an error if this is not present, just
18 # a missing alsa plugin
19 DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
21 # Needs a udev that enabled gudev, which isn't the default
22 EXTRA_OECONF_append = " --with-gudev"
24 do_configure_prepend() {
25 sed -i -e s:QtGui:NoQtGui:g ${S}/configure.ac