[packages/kodi-addon-inputstream-adaptive] up to 21.5.1

atler atler at pld-linux.org
Thu Aug 8 10:13:22 CEST 2024


commit bdde174a4816acfb888e33539496fd3f3576c21e
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Aug 8 10:13:09 2024 +0200

    up to 21.5.1

 gcc14.patch                          | 23 +++++++++++++++++++++++
 kodi-addon-inputstream-adaptive.spec | 12 +++++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)
---
diff --git a/kodi-addon-inputstream-adaptive.spec b/kodi-addon-inputstream-adaptive.spec
index a35bdc1..acec294 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -6,19 +6,20 @@
 %define		codename	Omega
 %define		addon		inputstream.adaptive
 
-%define		bento4_ver	1.6.0-641-2-Omega
+%define		bento4_ver	1.6.0-641-3-Omega
 
 Summary:	Kodi InputStream addon for several manifest types
 Name:		kodi-addon-inputstream-adaptive
-Version:	21.5.0
-Release:	2
+Version:	21.5.1
+Release:	1
 License:	GPL v2+
 Group:		Applications/Multimedia
 Source0:	https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
-# Source0-md5:	f04909e347a8da5dbc508acd94d7cc37
+# Source0-md5:	338a154b96c195eb48476f18526c43c8
 Source1:	https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
-# Source1-md5:	2d943edb173b66474b1beb49d78b0a46
+# Source1-md5:	7cefb139db93ab2417635f003cd7a7b5
 Patch0:		bento4-hash.patch
+Patch1:		gcc14.patch
 URL:		https://github.com/xbmc/inputstream.adaptive
 BuildRequires:	cmake >= 3.10
 BuildRequires:	expat-devel
@@ -38,6 +39,7 @@ Kodi InputStream addon for several manifest types
 %prep
 %setup -q -n %{addon}-%{version}-%{codename}
 %patch0 -p1
+%patch1 -p1
 
 install -d build/download
 cp -p %{SOURCE1} build/download/%{bento4_ver}.tar.gz
diff --git a/gcc14.patch b/gcc14.patch
new file mode 100644
index 0000000..05d510f
--- /dev/null
+++ b/gcc14.patch
@@ -0,0 +1,23 @@
+From 9f95d9074a27e475d960792f29eb94c89ed0832b Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd at kuhls.net>
+Date: Sat, 3 Aug 2024 12:01:47 +0200
+Subject: [PATCH] Fix build error with gcc 14
+
+src/decrypters/Helpers.h:55:13: error: 'uint8_t' was not declared in this scope
+   55 | std::vector<uint8_t> ConvertKidStrToBytes(std::string_view kidStr);
+---
+ src/decrypters/Helpers.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/decrypters/Helpers.h b/src/decrypters/Helpers.h
+index f66e15f3e..55dca4407 100644
+--- a/src/decrypters/Helpers.h
++++ b/src/decrypters/Helpers.h
+@@ -8,6 +8,7 @@
+ 
+ #pragma once
+ 
++#include <cstdint>
+ #include <string>
+ #include <string_view>
+ #include <vector>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi-addon-inputstream-adaptive.git/commitdiff/bdde174a4816acfb888e33539496fd3f3576c21e



More information about the pld-cvs-commit mailing list