blob: ed51a5693e6b91f36302ff0d7c3b11657d14eec7 [file] [log] [blame]
Brad Bishopf6355e42020-12-08 14:30:50 -05001SUMMARY = "A library on top of GStreamer for building an RTSP server"
2HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
3SECTION = "multimedia"
4LICENSE = "LGPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d"
6
7DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
8
9PNREAL = "gst-rtsp-server"
10
11SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
12 file://0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch \
13 "
14
15SRC_URI[md5sum] = "f0d8263c9d61f6f05b59ae0f676a6406"
16SRC_URI[sha256sum] = "67886b872826d513c58f88d559d4dc4aa63382d03fb64ceac91a09537fe6fea0"
17
18S = "${WORKDIR}/${PNREAL}-${PV}"
19
20inherit meson pkgconfig upstream-version-is-even gobject-introspection
21
22EXTRA_OEMESON += " \
23 -Dexamples=disabled \
24 -Dtests=disabled \
25"
26
27GIR_MESON_ENABLE_FLAG = "enabled"
28GIR_MESON_DISABLE_FLAG = "disabled"
29
30# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
31require gstreamer1.0-plugins-packaging.inc
32
33CVE_PRODUCT += "gst-rtsp-server"