meta-agl-bsp: backport: gstreamer1.0 v1.4.5 recipes
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-multimedia / gstreamer / gstreamer1.0-rtsp-server.inc
1 SUMMARY = "A library on top of GStreamer for building an RTSP server"
2 SECTION = "multimedia"
3 LICENSE = "LGPLv2"
4 HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
5 DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
6
7 PNREAL = "gst-rtsp-server"
8
9 SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
10            file://0001-Don-t-hardcode-libtool-name-when-using-introspection.patch \
11            file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch"
12
13 S = "${WORKDIR}/${PNREAL}-${PV}"
14
15 inherit autotools pkgconfig gobject-introspection
16
17 delete_pkg_m4_file() {
18         # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection
19         rm "${S}/common/m4/pkg.m4" || true
20 }
21
22 do_configure[prefuncs] += " delete_pkg_m4_file"
23