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 From a165cf3eb89f7d1e9e512a86ca806f75b7afb607 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 22 Jun 2023 14:19:50 -0400 Subject: jf parts: add python3-setuptools --- jellyfin-mpv-shim/debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'jellyfin-mpv-shim/debian/control') diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control index 7f08c67..4534fa9 100644 --- a/jellyfin-mpv-shim/debian/control +++ b/jellyfin-mpv-shim/debian/control @@ -6,6 +6,7 @@ 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 -- cgit From 7e22fa10a5d7520f6426b11d67dba4d19dbcbcd7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 23 Jun 2023 09:50:38 -0400 Subject: python3-pystray --- jellyfin-mpv-shim/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jellyfin-mpv-shim/debian/control') diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control index 4534fa9..d33adb3 100644 --- a/jellyfin-mpv-shim/debian/control +++ b/jellyfin-mpv-shim/debian/control @@ -20,7 +20,7 @@ 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 +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 -- cgit From f7dd3150d324ff6c7cb54362f8b79ab6249acab0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 23 Jun 2023 09:53:59 -0400 Subject: deps 2 --- jellyfin-mpv-shim/debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jellyfin-mpv-shim/debian/control') diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control index d33adb3..fad01ce 100644 --- a/jellyfin-mpv-shim/debian/control +++ b/jellyfin-mpv-shim/debian/control @@ -18,8 +18,9 @@ Package: jellyfin-mpv-shim Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, + jellyfin-apiclient-python (>= 1.9.2), python3:any, - jellyfin-apiclient-python (>= 1.9.2) + 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 -- cgit