summaryrefslogtreecommitdiff
path: root/jellyfin-mpv-shim/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-08 18:24:37 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-08 18:24:37 -0400
commitec8603b876e7d5e1dcf4f7563ad5bb531a4aba05 (patch)
tree0b8d96e558737d0d5105e1c6eb3ac24f9b0457d6 /jellyfin-mpv-shim/debian/control
parentMerge branch 'veracrypt-bump' (diff)
parentdeps 2 (diff)
downloadstackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.tar.gz
stackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.tar.bz2
stackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.zip
Merge branch 'jellyfin-mpv-shim'
Diffstat (limited to 'jellyfin-mpv-shim/debian/control')
-rw-r--r--jellyfin-mpv-shim/debian/control30
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.
bgstack15