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

atler atler at pld-linux.org
Sat Aug 10 16:19:36 CEST 2024


commit 82b8b1ee5bf257f33485d2d1eb42a5c2a8df1290
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Aug 10 16:19:21 2024 +0200

    up to 21.5.2

 gcc14.patch                          | 23 -----------------------
 kodi-addon-inputstream-adaptive.spec |  6 ++----
 2 files changed, 2 insertions(+), 27 deletions(-)
---
diff --git a/kodi-addon-inputstream-adaptive.spec b/kodi-addon-inputstream-adaptive.spec
index acec294..e962ff4 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -10,16 +10,15 @@
 
 Summary:	Kodi InputStream addon for several manifest types
 Name:		kodi-addon-inputstream-adaptive
-Version:	21.5.1
+Version:	21.5.2
 Release:	1
 License:	GPL v2+
 Group:		Applications/Multimedia
 Source0:	https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
-# Source0-md5:	338a154b96c195eb48476f18526c43c8
+# Source0-md5:	1e5196a02ca3079abb2fd9ceb665e50e
 Source1:	https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
 # Source1-md5:	7cefb139db93ab2417635f003cd7a7b5
 Patch0:		bento4-hash.patch
-Patch1:		gcc14.patch
 URL:		https://github.com/xbmc/inputstream.adaptive
 BuildRequires:	cmake >= 3.10
 BuildRequires:	expat-devel
@@ -39,7 +38,6 @@ 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
deleted file mode 100644
index 05d510f..0000000
--- a/gcc14.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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/82b8b1ee5bf257f33485d2d1eb42a5c2a8df1290



More information about the pld-cvs-commit mailing list