upgpkg: jellyfin-mpv-shim 2.2.0-1
upstream release
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
pkgbase = jellyfin-mpv-shim
|
||||
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV
|
||||
pkgver = 2.0.2
|
||||
pkgver = 2.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jellyfin/jellyfin-mpv-shim
|
||||
install = jellyfin-mpv-shim.install
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
@@ -20,7 +19,7 @@ pkgbase = jellyfin-mpv-shim
|
||||
optdepends = svp: SmoothVideo Project server
|
||||
optdepends = mpv-shim-default-shaders: default shader pack
|
||||
optdepends = python-pypresence: Discord Rich Presence integration
|
||||
source = jellyfin-mpv-shim-2.0.2.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.0.2.tar.gz
|
||||
sha256sums = 38dd5096babe97f87969db70c503be3cefd5af901f1055109a7817b6ee724bed
|
||||
source = jellyfin-mpv-shim-2.2.0.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.2.0.tar.gz
|
||||
b2sums = 48109d9b6d75086ff9c256a6898cb4b55c9e6825c625faffe0abde4340839088e4f1db7d8377d08b8f7ac2e3165a18b462c0fa282fb6326ce2aa7fdcb53c3086
|
||||
|
||||
pkgname = jellyfin-mpv-shim
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
|
||||
pkgname=jellyfin-mpv-shim
|
||||
pkgver='2.0.2'
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV"
|
||||
arch=('any')
|
||||
@@ -16,8 +17,7 @@ optdepends=('python-pystray: systray support'
|
||||
'mpv-shim-default-shaders: default shader pack'
|
||||
'python-pypresence: Discord Rich Presence integration')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('38dd5096babe97f87969db70c503be3cefd5af901f1055109a7817b6ee724bed')
|
||||
install="$pkgname.install"
|
||||
b2sums=('48109d9b6d75086ff9c256a6898cb4b55c9e6825c625faffe0abde4340839088e4f1db7d8377d08b8f7ac2e3165a18b462c0fa282fb6326ce2aa7fdcb53c3086')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
||||
|
@@ -1,10 +0,0 @@
|
||||
post_upgrade() {
|
||||
if [ $(vercmp "$2" 1.10.0) -lt 0 ]; then
|
||||
cat << EOF
|
||||
You are upgrading from Jellyfin MPV Shim v1.9 or older. To ensure that the player works properly, please log out and back in the first time you launch Jellyfin MPV Shim after upgrading.
|
||||
For more information, please refer to the release notes:
|
||||
https://github.com/jellyfin/jellyfin-desktop/releases/tag/v1.10.1
|
||||
EOF
|
||||
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user