summaryrefslogtreecommitdiff
path: root/jellyfin-mpv-shim/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-22 12:00:06 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-22 12:00:06 -0400
commitbd605b70c2bde46c315b80dd2141bdc49298046d (patch)
treefcd6b189cf99a75612516439185109d45522c135 /jellyfin-mpv-shim/debian/control
parentjellyfin-media-player 1.9.1 attempt 1 (diff)
downloadstackrpms-bd605b70c2bde46c315b80dd2141bdc49298046d.tar.gz
stackrpms-bd605b70c2bde46c315b80dd2141bdc49298046d.tar.bz2
stackrpms-bd605b70c2bde46c315b80dd2141bdc49298046d.zip
add jellyfin mpv-shim and apiclient-python
Diffstat (limited to 'jellyfin-mpv-shim/debian/control')
-rw-r--r--jellyfin-mpv-shim/debian/control28
1 files changed, 28 insertions, 0 deletions
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 <bgstack15@gmail.com>
+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.
bgstack15