Merge pull request #116806 from aanderse/kodi-team

maintainers/teams: add kodi team

Changed files
+52 -24
maintainers
pkgs
applications
video
kodi
kodi-packages
certifi
chardet
controllers
idna
inputstream-adaptive
inputstreamhelper
joystick
myconnpy
netflix
pdfreader
pvr-hdhomerun
pvr-hts
pvr-iptvsimple
requests
signals
steam-controller
steam-launcher
svtplay
urllib3
vfs-libarchive
vfs-sftp
+12
maintainers/team-list.nix
···
scope = "Maintain Jitsi.";
};
+
kodi = {
+
members = [
+
aanderse
+
cpages
+
edwtjo
+
minijackson
+
peterhoeg
+
sephalon
+
];
+
scope = "Maintain Kodi and related packages.";
+
};
+
matrix = {
members = [
ma27
+1
pkgs/applications/video/kodi-packages/certifi/default.nix
···
homepage = "https://certifi.io";
description = "Python package for providing Mozilla's CA Bundle";
license = licenses.mpl20;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/chardet/default.nix
···
homepage = "https://github.com/Freso/script.module.chardet";
description = "Universal encoding detector";
license = licenses.lgpl2Only;
+
maintainers = teams.kodi.members;
};
}
+2 -1
pkgs/applications/video/kodi-packages/controllers/default.nix
···
meta = with lib; {
description = "Add support for different gaming controllers.";
platforms = platforms.all;
-
maintainers = with maintainers; [ edwtjo ];
+
license = licenses.odbl;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/idna/default.nix
···
homepage = "https://github.com/Freso/script.module.idna";
description = "Internationalized Domain Names for Python";
license = licenses.bsd3;
+
maintainers = teams.kodi.members;
};
}
+2 -1
pkgs/applications/video/kodi-packages/inputstream-adaptive/default.nix
···
homepage = "https://github.com/peak3d/inputstream.adaptive";
description = "Kodi inputstream addon for several manifest types";
platforms = platforms.all;
-
maintainers = with maintainers; [ sephalon ];
+
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/inputstreamhelper/default.nix
···
homepage = "https://github.com/emilsvennesson/script.module.inputstreamhelper";
description = "A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback";
license = licenses.mit;
+
maintainers = teams.kodi.members;
};
}
+4 -3
pkgs/applications/video/kodi-packages/joystick/default.nix
···
sha256 = "1dhj4afr9kj938xx70fq5r409mz6lbw4n581ljvdjj9lq7akc914";
};
+
extraBuildInputs = [ tinyxml udev ];
+
meta = with lib; {
description = "Binary addon for raw joystick input.";
platforms = platforms.all;
-
maintainers = with maintainers; [ edwtjo ];
+
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
-
-
extraBuildInputs = [ tinyxml udev ];
}
+1
pkgs/applications/video/kodi-packages/myconnpy/default.nix
···
homepage = "http://dev.mysql.com/doc/connector-python/en/index.html";
description = "MySQL Connector/Python";
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/netflix/default.nix
···
homepage = "https://github.com/CastagnaIT/plugin.video.netflix";
description = "Netflix VOD Services Add-on";
license = licenses.mit;
+
maintainers = teams.kodi.members;
};
}
+2 -1
pkgs/applications/video/kodi-packages/pdfreader/default.nix
···
meta = with lib; {
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
description = "A comic book reader";
-
maintainers = with maintainers; [ edwtjo ];
+
license = licenses.gpl2Plus;
+
maintainers = teams.kodi.members;
};
}
+4 -3
pkgs/applications/video/kodi-packages/pvr-hdhomerun/default.nix
···
sha256 = "0gbwjssnd319csq2kwlyjj1rskg19m1dxac5dl2dymvx5hn3zrgm";
};
+
extraBuildInputs = [ jsoncpp libhdhomerun ];
+
meta = with lib; {
homepage = "https://github.com/kodi-pvr/pvr.hdhomerun";
description = "Kodi's HDHomeRun PVR client addon";
platforms = platforms.all;
-
maintainers = with maintainers; [ titanous ];
+
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
-
-
extraBuildInputs = [ jsoncpp libhdhomerun ];
}
+2 -2
pkgs/applications/video/kodi-packages/pvr-hts/default.nix
···
homepage = "https://github.com/kodi-pvr/pvr.hts";
description = "Kodi's Tvheadend HTSP client addon";
platforms = platforms.all;
-
maintainers = with maintainers; [ cpages ];
+
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
-
}
+3 -2
pkgs/applications/video/kodi-packages/pvr-iptvsimple/default.nix
···
sha256 = "062i922qi0izkvn7v47yhyy2cf3fa7xc3k95b1gm9abfdwkk8ywr";
};
+
extraBuildInputs = [ zlib pugixml ];
+
meta = with lib; {
homepage = "https://github.com/kodi-pvr/pvr.iptvsimple";
description = "Kodi's IPTV Simple client addon";
platforms = platforms.all;
license = licenses.gpl2Plus;
+
maintainers = teams.kodi.members;
};
-
-
extraBuildInputs = [ zlib pugixml ];
}
+1
pkgs/applications/video/kodi-packages/requests/default.nix
···
homepage = "http://python-requests.org";
description = "Python HTTP for Humans";
license = licenses.asl20;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/signals/default.nix
···
homepage = "https://github.com/ruuk/script.module.addon.signals";
description = "Provides signal/slot mechanism for inter-addon communication";
license = licenses.lgpl21Only;
+
maintainers = teams.kodi.members;
};
}
+1 -2
pkgs/applications/video/kodi-packages/steam-controller/default.nix
···
meta = with lib; {
description = "Binary addon for steam controller.";
platforms = platforms.all;
-
maintainers = with maintainers; [ edwtjo ];
+
maintainers = teams.kodi.members;
};
-
}
+2 -1
pkgs/applications/video/kodi-packages/steam-launcher/default.nix
···
restart/maximise. Running pre/post Steam scripts can be
configured via the addon.
'';
-
maintainers = with maintainers; [ edwtjo ];
+
license = licenses.gpl2Only;
+
maintainers = teams.kodi.members;
};
}
+2 -1
pkgs/applications/video/kodi-packages/svtplay/default.nix
···
is the preferred video format by the plugin.
'';
platforms = platforms.all;
-
maintainers = with maintainers; [ edwtjo ];
+
license = licenses.gpl3Plus;
+
maintainers = teams.kodi.members;
};
}
+1
pkgs/applications/video/kodi-packages/urllib3/default.nix
···
homepage = "https://urllib3.readthedocs.io/en/latest/";
description = "HTTP library with thread-safe connection pooling, file post, and more";
license = licenses.mit;
+
maintainers = teams.kodi.members;
};
}
+3 -3
pkgs/applications/video/kodi-packages/vfs-libarchive/default.nix
···
sha256 = "1q62p1i6rvqk2zv6f1cpffkh95lgclys2xl4dwyhj3acmqdxd9i5";
};
+
extraBuildInputs = [ libarchive lzma bzip2 zlib lz4 lzo openssl ];
+
meta = with lib; {
description = "LibArchive Virtual Filesystem add-on for Kodi";
license = licenses.gpl2Plus;
platforms = platforms.all;
-
maintainers = with maintainers; [ minijackson ];
+
maintainers = teams.kodi.members;
};
-
-
extraBuildInputs = [ libarchive lzma bzip2 zlib lz4 lzo openssl ];
}
+3 -3
pkgs/applications/video/kodi-packages/vfs-sftp/default.nix
···
sha256 = "06w74sh8yagrrp7a7rjaz3xrh1j3wdqald9c4b72c33gpk5997dk";
};
+
extraBuildInputs = [ openssl libssh zlib ];
+
meta = with lib; {
description = "SFTP Virtual Filesystem add-on for Kodi";
license = licenses.gpl2Plus;
platforms = platforms.all;
-
maintainers = with maintainers; [ minijackson ];
+
maintainers = teams.kodi.members;
};
-
-
extraBuildInputs = [ openssl libssh zlib ];
}
+1 -1
pkgs/applications/video/kodi/unwrapped.nix
···
homepage = "https://kodi.tv/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ titanous edwtjo peterhoeg sephalon ];
+
maintainers = teams.kodi.members;
};
}