package/gst1-rtsp-server: bump version to 1.20.0
- removed 0001-gst-rtsp-server-meson.build-add-gst_dep.patch (upstream accepted [1]) - update COPYING/COPYING.LIB hash (license text update from LGPL-2.0+ to LGPL-2.1+, see [2]) and adjust GST1_RTSP_SERVER_LICENSE accordingly [1]e637aae629
.patch [2]cc5cdab016
.patch Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4ca3cee910
commit
f68a5faf20
@ -1,41 +0,0 @@
|
||||
From b6bc8fbb72d6d3914c616dc64d15b961493cb9c2 Mon Sep 17 00:00:00 2001
|
||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Date: Mon, 20 Dec 2021 10:09:36 +0100
|
||||
Subject: [PATCH] gst/rtsp-server/meson.build: add gst_dep
|
||||
|
||||
Add gst_dep to gst_rtsp_server_deps, in the context of buildroot, this
|
||||
will avoid the following build failure, because the correct girdir
|
||||
location will be retrieved from gstreamer-1.0.pc:
|
||||
|
||||
/home/giuliobenetti/autobuild/run/instance-3/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/g-ir-compiler gst/rtsp-server/GstRtspServer-1.0.gir --output gst/rtsp-server/GstRtspServer-1.0.typelib --includedir=/usr/share/gir-1.0
|
||||
Could not find GIR file 'Gst-1.0.gir'; check XDG_DATA_DIRS or use --includedir
|
||||
error parsing file gst/rtsp-server/GstRtspServer-1.0.gir: Failed to parse included gir Gst-1.0
|
||||
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the .mk file should help.
|
||||
Typically like this: PKG_MAKE_ENV += GIR_EXTRA_LIBS_PATH="$(@D)/.libs"
|
||||
|
||||
Fixes:
|
||||
- http://autobuild.buildroot.org/results/04af6b22cfa0cffb6a3109a3b32b27137ad2e0b0
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
[Upstream status:
|
||||
https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/217]
|
||||
---
|
||||
gst/rtsp-server/meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gst/rtsp-server/meson.build b/gst/rtsp-server/meson.build
|
||||
index 24d7c39..874da14 100644
|
||||
--- a/gst/rtsp-server/meson.build
|
||||
+++ b/gst/rtsp-server/meson.build
|
||||
@@ -55,7 +55,7 @@ rtsp_server_headers = [
|
||||
|
||||
install_headers(rtsp_server_headers, subdir : 'gstreamer-1.0/gst/rtsp-server')
|
||||
|
||||
-gst_rtsp_server_deps = [gstrtsp_dep, gstrtp_dep, gstsdp_dep, gstnet_dep, gstapp_dep]
|
||||
+gst_rtsp_server_deps = [gstrtsp_dep, gstrtp_dep, gstsdp_dep, gstnet_dep, gstapp_dep, gst_dep]
|
||||
gst_rtsp_server = library('gstrtspserver-@0@'.format(api_version),
|
||||
rtsp_server_sources,
|
||||
include_directories : rtspserver_incs,
|
||||
--
|
||||
2.33.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.18.6.tar.xz.sha256sum
|
||||
sha256 826f32afbcf94b823541efcac4a0dacdb62f6145ef58f363095749f440262be9 gst-rtsp-server-1.18.6.tar.xz
|
||||
sha256 f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a COPYING
|
||||
sha256 f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a COPYING.LIB
|
||||
# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.20.0.tar.xz.sha256sum
|
||||
sha256 c209f5ed906da713fdd44a8844e909aa6c8af3dfb630259b092cfb77a7755843 gst-rtsp-server-1.20.0.tar.xz
|
||||
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
|
||||
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING.LIB
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_RTSP_SERVER_VERSION = 1.18.6
|
||||
GST1_RTSP_SERVER_VERSION = 1.20.0
|
||||
GST1_RTSP_SERVER_SOURCE = gst-rtsp-server-$(GST1_RTSP_SERVER_VERSION).tar.xz
|
||||
GST1_RTSP_SERVER_SITE = http://gstreamer.freedesktop.org/src/gst-rtsp-server
|
||||
GST1_RTSP_SERVER_LICENSE = LGPL-2.0+
|
||||
GST1_RTSP_SERVER_LICENSE = LGPL-2.1+
|
||||
GST1_RTSP_SERVER_LICENSE_FILES = COPYING COPYING.LIB
|
||||
GST1_RTSP_SERVER_CPE_ID_VENDOR = gstreamer_project
|
||||
GST1_RTSP_SERVER_CPE_ID_PRODUCT = gst-rtsp-server
|
||||
|
Loading…
Reference in New Issue
Block a user