summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-base_0.10.29.bb
blob: f93393bb36c8f11594e5cbbb7bc1a466ab6bdf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

PR = "r0"

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
}