alarm/kodi-rbp3 to 18.9-4

This commit is contained in:
graysky 2020-11-08 08:40:46 -05:00
parent 16545789ee
commit 49a9d53851
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,7 @@ _prefix=/usr
pkgbase=kodi-rbp3
pkgname=('kodi-rbp3' 'kodi-rbp3-eventclients' 'kodi-rbp3-tools-texturepacker' 'kodi-rbp3-dev')
pkgver=18.9
pkgrel=3
pkgrel=4
_codename=Leia
_tag="$pkgver-$_codename"
_ffmpeg_version="4.0.4-$_codename-18.4"
@ -63,7 +63,7 @@ noextract=(
"flatbuffers-$_flatbuffers_version.tar.gz"
)
sha256sums=('82829e066b6468f2a4d30a4a5e2f67e436312425f71cc29095770e3b29f9cb15'
'9f01d79af068877f2af9c933d5d2ba3a0958ad2468750db7bb1f44896c7b309e'
'bef46c3e5a773ba97df196fd8d6c27972f712efa137d525d75acdee9c32144f8'
'fe7a1ab2a6e2bf00f756c76545a338d2763003052764d722d492b06b1bc05f5e'
'b31570f95654434b01fd8531612fbb6be77cbc1c519dd60f92feae26eb160f3d'
'5d38a895ee7b93689fab79124a3aad23a5e3e643abd08878d778d04066c8d26f'

View file

@ -12,7 +12,8 @@ TTYPath=/dev/tty1
EnvironmentFile=/etc/conf.d/kodi-framebuffer
ExecStartPre=+/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind'
ExecStartPre=+/usr/bin/fbset -g 8 8 8 8 32
ExecStart=/usr/lib/kodi/kodi-rbpi --standalone
ExecStart=/usr/bin/kodi-standalone
ExecStop=/usr/bin/killall --user kodi --exact --wait kodi-rbpi
ExecStopPost=+/usr/bin/fbset -g $RESTOREMODE
ExecStopPost=+/bin/sh -c 'echo 1 > /sys/class/vtconsole/vtcon1/bind'
Restart=on-abort