diff options
Diffstat (limited to 'jellyfin-mpv-shim/debian/control')
-rw-r--r-- | jellyfin-mpv-shim/debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control new file mode 100644 index 0000000..fad01ce --- /dev/null +++ b/jellyfin-mpv-shim/debian/control @@ -0,0 +1,30 @@ +Source: jellyfin-mpv-shim +Section: video +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all-dev, + python3-webview, + python3-setuptools, + 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}, + jellyfin-apiclient-python (>= 1.9.2), + python3:any, + python3-mpv +Recommends: python3-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. |