The topic is related to this bug
https://bugs.gentoo.org/899754
I've faced the same problem and would like to propose a workaround.
The patches are to be placed at
Code: Select all
/etc/portage/patches/media-plugins/kodi-inputstream-adaptive-19.0.0
Iaes_decrypter-stdint.patch
Code: Select all
--- inputstream.adaptive-19.0.0-Matrix/src/Iaes_decrypter.h 2021-09-14 14:28:17.000000000 -0000
+++ inputstream.adaptive-19.0.0-Matrix/src/Iaes_decrypter.h 2023-06-28 11:40:25.838180679 -0000
@@ -3,6 +3,7 @@
#include "Ap4Types.h"
#include <string>
+#include "stdint.h"
class IAESDecrypter
{
@@ -21,4 +22,4 @@
private:
std::string m_licenseKey;
-};
\ No newline at end of file
+};
helpers-main.patch
Code: Select all
--- inputstream.adaptive-19.0.0-Matrix/src/helpers.cpp 2023-06-28 11:13:31.076158345 -0000
+++ inputstream.adaptive-19.0.0-Matrix/src/helpers.cpp 2023-06-28 11:14:42.808100770 -0000
@@ -21,6 +21,7 @@
#include "oscompat.h"
#include <stdlib.h>
#include <sstream>
+#include "main.h"
#ifndef BYTE
typedef unsigned char BYTE;
Code: Select all
[I] media-plugins/kodi-inputstream-adaptive
Available versions: (~)19.0.0^t **9999*l^t {test}
Installed versions: 19.0.0^t(11:42:40 06/28/23)(-test)
Homepage: https://github.com/peak3d/inputstream.adaptive.git
Description: Kodi's Adaptive inputstream addon
And anyone with gentoo bugzilla's account please feel free to post the patches there.
Regards
gr3m1in
