Merge pull request #325934 from dschrempf/tvthek-1

kodiPackages.orftvthek: 0.12.12 -> 1.0.2+matrix.1
This commit is contained in:
Aaron Andersen
2024-07-15 15:51:48 -04:00
committed by GitHub
@@ -1,27 +1,27 @@
{ lib, buildKodiAddon, fetchFromGitHub, future, kodi-six, simplejson, inputstreamhelper }:
{ lib, buildKodiAddon, fetchFromGitHub, inputstream-adaptive, inputstreamhelper, routing }:
buildKodiAddon rec {
pname = "orftvthek";
namespace = "plugin.video.orftvthek";
version = "0.12.12";
version = "1.0.2+matrix.1";
src = fetchFromGitHub {
owner = "s0faking";
repo = namespace;
rev = version;
sha256 = "sha256-4VLr4DFxioCrlq5JtiPyd7E4a+++cWgxCnRb3KPppWE=";
sha256 = "sha256-bCVsR7lH0REJmG3OKU8mRRvw/PhSrLfhufmVBmw05+k=";
};
propagatedBuildInputs = [
future
kodi-six
simplejson
# Needed for content decryption with Widevine.
inputstream-adaptive
inputstreamhelper
routing
];
meta = with lib; {
homepage = "https://github.com/s0faking/plugin.video.orftvthek";
description = "Addon that gives you access to the ORF TVthek Video Platform";
description = "Addon for accessing the Austrian ORF ON streaming service";
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};