34 lines
999 B
BlitzBasic
34 lines
999 B
BlitzBasic
|
|
SUMMARY = "A library on top of GStreamer for building an RTSP server"
|
||
|
|
HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
|
||
|
|
SECTION = "multimedia"
|
||
|
|
LICENSE = "LGPL-2.1-or-later"
|
||
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770"
|
||
|
|
|
||
|
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
|
||
|
|
|
||
|
|
PNREAL = "gst-rtsp-server"
|
||
|
|
|
||
|
|
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
|
||
|
|
file://CVE-2024-44331.patch \
|
||
|
|
"
|
||
|
|
|
||
|
|
SRC_URI[sha256sum] = "bf6c7871e7cf3528e4ec87ddc2f2949691cd269f98e536482ae744c1405cf451"
|
||
|
|
|
||
|
|
S = "${WORKDIR}/${PNREAL}-${PV}"
|
||
|
|
|
||
|
|
inherit meson pkgconfig upstream-version-is-even gobject-introspection
|
||
|
|
|
||
|
|
EXTRA_OEMESON += " \
|
||
|
|
-Ddoc=disabled \
|
||
|
|
-Dexamples=disabled \
|
||
|
|
-Dtests=disabled \
|
||
|
|
"
|
||
|
|
|
||
|
|
GIR_MESON_ENABLE_FLAG = "enabled"
|
||
|
|
GIR_MESON_DISABLE_FLAG = "disabled"
|
||
|
|
|
||
|
|
# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
|
||
|
|
require gstreamer1.0-plugins-packaging.inc
|
||
|
|
|
||
|
|
CVE_PRODUCT += "gst-rtsp-server"
|