mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-rpi-git to 19.0b2.56840.579551ef13-1
This commit is contained in:
parent
b200ace98a
commit
6067054169
3 changed files with 6 additions and 37 deletions
|
@ -13,11 +13,11 @@ _prefix=/usr
|
|||
pkgbase=kodi-rpi-git
|
||||
pkgname=('kodi-rpi-git' 'kodi-rpi-git-eventclients' 'kodi-rpi-git-tools-texturepacker' 'kodi-rpi-git-dev')
|
||||
|
||||
_commitnumber=56808
|
||||
_commit=0f75c910145f31dcb48219bc6174b0a15156ceaa
|
||||
_commitnumber=56840
|
||||
_commit=579551ef130f80963a857f0af3a2a984b112d26c
|
||||
|
||||
pkgver="19.0b2.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=5
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/popcornmix/xbmc/tree/gbm"
|
||||
license=('GPL2')
|
||||
|
@ -60,7 +60,6 @@ source=(
|
|||
99-kodi.rules
|
||||
polkit.rules
|
||||
kodi.config.txt
|
||||
appliance.xml
|
||||
"libdvdcss-$_libdvdcss_version.tar.gz::https://github.com/xbmc/libdvdcss/archive/$_libdvdcss_version.tar.gz"
|
||||
"libdvdnav-$_libdvdnav_version.tar.gz::https://github.com/xbmc/libdvdnav/archive/$_libdvdnav_version.tar.gz"
|
||||
"libdvdread-$_libdvdread_version.tar.gz::https://github.com/xbmc/libdvdread/archive/$_libdvdread_version.tar.gz"
|
||||
|
@ -87,12 +86,11 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"spdlog-$_spdlog_version.tar.gz"
|
||||
)
|
||||
sha256sums=('561a6d316fffa6d6559f7172d96f19e7c9159e5a14f139b86014140b306e7adb'
|
||||
'c37fe409b348e13eafad2745a5044dee5ea96c3a297921411b57953a8db966b2'
|
||||
sha256sums=('8ed4c84721a8ce21b5f08c6b77d1f405a10e2e06c10b426f3e50b88212498eb1'
|
||||
'bb8f0c0fd03ff7c13c0503f2c96f86772d8bbd05adbc97d5b383f603a98456c0'
|
||||
'61a0648d4a5086f560ceb4e020f82472d00b99398f2cacba94fad3e96c4c362a'
|
||||
'5d38a895ee7b93689fab79124a3aad23a5e3e643abd08878d778d04066c8d26f'
|
||||
'2a36ee05a8e023d2ba4bbe36f66768e5a9f3982582e0266103f95e117c1d684a'
|
||||
'0154744086fd34bdf8c4210875783bd6dd8c57bc327257e49955caf1b7acc957'
|
||||
'38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d'
|
||||
'071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a'
|
||||
'a30b6aa0aad0f2c505bc77948af2d5531a80b6e68112addb4c123fca24d5d3bf'
|
||||
|
@ -233,11 +231,6 @@ package_kodi-rpi-git() {
|
|||
|
||||
# setup video drivers for kodi-gbm on RPi4
|
||||
install -Dm0644 "$srcdir/kodi.config.txt" "$pkgdir/boot/kodi.config.txt"
|
||||
|
||||
# enable hw accel decoding by default
|
||||
# https://github.com/xbmc/xbmc/pull/18534
|
||||
# https://github.com/LibreELEC/LibreELEC.tv/pull/4628/commits/60fe9069082d08bd94ec23b99e8d0721a1eaa80c
|
||||
install -Dm0644 "$srcdir"/appliance.xml "$pkgdir/usr/share/kodi/system/settings/appliance.xml"
|
||||
}
|
||||
|
||||
package_kodi-rpi-git-eventclients() {
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<settings version="1">
|
||||
<section id="player">
|
||||
<category id="videoplayer">
|
||||
<group id="3">
|
||||
<setting id="videoplayer.useprimedecoder">
|
||||
<default>true</default>
|
||||
</setting>
|
||||
<setting id="videoplayer.useprimedecoderforhw">
|
||||
<visible>true</visible>
|
||||
</setting>
|
||||
<setting id="videoplayer.useprimerenderer">
|
||||
<default>0</default>
|
||||
</setting>
|
||||
</group>
|
||||
</category>
|
||||
<category id="input">
|
||||
<group id="4">
|
||||
<setting id="input.libinputkeyboardlayout">
|
||||
<visible>true</visible>
|
||||
</setting>
|
||||
</group>
|
||||
</category>
|
||||
</section>
|
||||
</settings>
|
|
@ -7,6 +7,7 @@ Conflicts=getty@tty1.service
|
|||
[Service]
|
||||
User=kodi
|
||||
Group=kodi
|
||||
EnvironmentFile=-/etc/conf.d/kodi-standalone
|
||||
TTYPath=/dev/tty1
|
||||
Environment=WINDOWING=gbm
|
||||
ExecStart=/usr/bin/kodi-standalone
|
||||
|
|
Loading…
Reference in a new issue