upgpkg: jellyfin-mpv-shim 2.2.0-1

upstream release
This commit is contained in:
2022-08-18 14:35:28 +02:00
parent 926bf61c83
commit e4c3e6268e
3 changed files with 7 additions and 18 deletions

View File

@@ -1,9 +1,8 @@
pkgbase = jellyfin-mpv-shim pkgbase = jellyfin-mpv-shim
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV
pkgver = 2.0.2 pkgver = 2.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/jellyfin/jellyfin-mpv-shim url = https://github.com/jellyfin/jellyfin-mpv-shim
install = jellyfin-mpv-shim.install
arch = any arch = any
license = MIT license = MIT
makedepends = python-setuptools makedepends = python-setuptools
@@ -20,7 +19,7 @@ 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-2.0.2.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.0.2.tar.gz source = jellyfin-mpv-shim-2.2.0.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.2.0.tar.gz
sha256sums = 38dd5096babe97f87969db70c503be3cefd5af901f1055109a7817b6ee724bed b2sums = 48109d9b6d75086ff9c256a6898cb4b55c9e6825c625faffe0abde4340839088e4f1db7d8377d08b8f7ac2e3165a18b462c0fa282fb6326ce2aa7fdcb53c3086
pkgname = jellyfin-mpv-shim pkgname = jellyfin-mpv-shim

View File

@@ -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 pkgname=jellyfin-mpv-shim
pkgver='2.0.2' pkgver=2.2.0
pkgrel=1 pkgrel=1
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV" pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV"
arch=('any') arch=('any')
@@ -16,8 +17,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/jellyfin/jellyfin-mpv-shim/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
sha256sums=('38dd5096babe97f87969db70c503be3cefd5af901f1055109a7817b6ee724bed') b2sums=('48109d9b6d75086ff9c256a6898cb4b55c9e6825c625faffe0abde4340839088e4f1db7d8377d08b8f7ac2e3165a18b462c0fa282fb6326ce2aa7fdcb53c3086')
install="$pkgname.install"
build() { build() {
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}" cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"

View File

@@ -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
}