From bd605b70c2bde46c315b80dd2141bdc49298046d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 22 Jun 2023 12:00:06 -0400 Subject: add jellyfin mpv-shim and apiclient-python --- jellyfin-mpv-shim/debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 jellyfin-mpv-shim/debian/control (limited to 'jellyfin-mpv-shim/debian/control') diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control new file mode 100644 index 0000000..7f08c67 --- /dev/null +++ b/jellyfin-mpv-shim/debian/control @@ -0,0 +1,28 @@ +Source: jellyfin-mpv-shim +Section: video +Priority: optional +Maintainer: B. Stack +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all-dev, + python3-webview, + jellyfin-apiclient-python (>= 1.9.2) +Standards-Version: 4.5.1 +Homepage: https://github.com/jellyfin/jellyfin-mpv-shim +Rules-Requires-Root: no +Vcs-Git: https://github.com/jellyfin/jellyfin-mpv-shim +Vcs-Browser: https://github.com/jellyfin/jellyfin-mpv-shim + +Package: jellyfin-mpv-shim +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + python3:any, + jellyfin-apiclient-python (>= 1.9.2) +Recommends: pystray, python3-tk, python3-jinja2, python3-webview | gir1.2-webkit2-4.0 +Description: mpv cast client for Jellyfin + Jellyfin MPV Shim is a cross-platform cast client + for Jellyfin. It has support for all your advanced + media files without transcoding, as well as tons of + features which set it apart from other multimedia + clients. -- cgit