summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-base_0.10.22.bb
blob: 9ff7fa48ba6ebee933ae8301165add6abbb77230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require gst-plugins.inc

inherit gettext

DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv"
RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \
             gnome-vfs-plugin-sftp"
PROVIDES_${PN} += "gst-plugins"

EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora"

do_configure_prepend() {
	# This m4 file contains nastiness which conflicts with libtool 2.2.2
	rm -f ${S}/m4/lib-link.m4
}