Update to 1.8.1
This commit is contained in:
9
.SRCINFO
9
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = jellyfin-mpv-shim
|
pkgbase = jellyfin-mpv-shim
|
||||||
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)
|
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)
|
||||||
pkgver = 1.8.0
|
pkgver = 1.8.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/iwalton3/jellyfin-mpv-shim
|
url = https://github.com/iwalton3/jellyfin-mpv-shim
|
||||||
arch = any
|
arch = any
|
||||||
@@ -9,9 +9,10 @@ pkgbase = jellyfin-mpv-shim
|
|||||||
makedepends = gettext
|
makedepends = gettext
|
||||||
depends = mpv
|
depends = mpv
|
||||||
depends = python>=3.6
|
depends = python>=3.6
|
||||||
|
depends = python-pydantic
|
||||||
depends = python-mpv
|
depends = python-mpv
|
||||||
depends = python-mpv-jsonipc>=1.1.9
|
depends = python-mpv-jsonipc>=1.1.9
|
||||||
depends = python-jellyfin-apiclient>=1.6.1
|
depends = python-jellyfin-apiclient>=1.6.2
|
||||||
depends = tk
|
depends = tk
|
||||||
optdepends = python-pystray: systray support
|
optdepends = python-pystray: systray support
|
||||||
optdepends = python-jinja: display mirroring support
|
optdepends = python-jinja: display mirroring support
|
||||||
@@ -22,8 +23,8 @@ pkgbase = jellyfin-mpv-shim
|
|||||||
optdepends = svp: SmoothVideo Project server
|
optdepends = svp: SmoothVideo Project server
|
||||||
optdepends = mpv-shim-default-shaders: default shader pack
|
optdepends = mpv-shim-default-shaders: default shader pack
|
||||||
optdepends = python-pypresence: Discord Rich Presence integration
|
optdepends = python-pypresence: Discord Rich Presence integration
|
||||||
source = jellyfin-mpv-shim-1.8.0.tar.gz::https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.8.0.tar.gz
|
source = jellyfin-mpv-shim-1.8.1.tar.gz::https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.8.1.tar.gz
|
||||||
sha256sums = adb6856441418bf43013a915f30eef83d0d7f9cfcbb80f0afa5e3f7dcddfc232
|
sha256sums = 34cf9145d8b966c85680ef7ec74b2b949884f56c76d601e6d9e695bf513a8620
|
||||||
|
|
||||||
pkgname = jellyfin-mpv-shim
|
pkgname = jellyfin-mpv-shim
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||||
|
|
||||||
pkgname=jellyfin-mpv-shim
|
pkgname=jellyfin-mpv-shim
|
||||||
pkgver='1.8.0'
|
pkgver='1.8.1'
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)"
|
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/iwalton3/jellyfin-mpv-shim'
|
url='https://github.com/iwalton3/jellyfin-mpv-shim'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('mpv' 'python>=3.6' 'python-mpv' 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.6.1' 'tk')
|
depends=('mpv' 'python>=3.6' 'python-pydantic' 'python-mpv' 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.6.2' 'tk')
|
||||||
makedepends=('python-setuptools' 'gettext')
|
makedepends=('python-setuptools' 'gettext')
|
||||||
optdepends=('python-pystray: systray support'
|
optdepends=('python-pystray: systray support'
|
||||||
'python-jinja: display mirroring support'
|
'python-jinja: display mirroring support'
|
||||||
@@ -19,7 +19,7 @@ optdepends=('python-pystray: systray support'
|
|||||||
'mpv-shim-default-shaders: default shader pack'
|
'mpv-shim-default-shaders: default shader pack'
|
||||||
'python-pypresence: Discord Rich Presence integration')
|
'python-pypresence: Discord Rich Presence integration')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/iwalton3/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/iwalton3/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('adb6856441418bf43013a915f30eef83d0d7f9cfcbb80f0afa5e3f7dcddfc232')
|
sha256sums=('34cf9145d8b966c85680ef7ec74b2b949884f56c76d601e6d9e695bf513a8620')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
||||||
|
Reference in New Issue
Block a user