blob: b78bcaf5ac99bffe1543a1bbbff2f2a7f24f7ba4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "GStreamer RTSP server"
2LICENSE = "LGPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
4
5SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
6 file://0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch"
7SRC_URI[md5sum] = "b511af07000595f63c3a705946221643"
8SRC_URI[sha256sum] = "9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617"
9
10DEPENDS = "gst-plugins-base gstreamer"
11
12EXTRA_OECONF = "--disable-introspection"
13
14# Configure always checks for Python so inherit pythonnative. Better solution
15# would be to disable the checks entirely.
16inherit autotools pythonnative gettext
17
18FILES_${PN}-dev += "${datadir}/vala/vapi/"