Unverified Commit deeb2477 authored by Dominik Schrempf's avatar Dominik Schrempf
Browse files

kodiPackages.orftvthek: 0.12.12 -> 1.0.2+matrix.1

parent 7e7c39ea
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
{ 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;
  };