aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-base_0.10.25.bb
blob: b933d7429068467d7e088efec18f3f424abd5626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require gst-plugins.inc

SRC_URI += "file://fix-playbin2.patch;patch=1 \
            file://gst-plugins-base_rowstride.patch;patch=1 \
"

PR = "${INC_PR}.3"

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 += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"