mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/kodi-rbp4 to pkgver 18.7.1-2
This commit is contained in:
parent
ece2435f8e
commit
04f971e72d
3 changed files with 1268 additions and 4 deletions
1256
alarm/kodi-rbp4/18131.patch
Normal file
1256
alarm/kodi-rbp4/18131.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@ _prefix=/usr
|
|||
pkgbase=kodi-rbp4
|
||||
pkgname=('kodi-rbp4' 'kodi-rbp4-eventclients' 'kodi-rbp4-tools-texturepacker' 'kodi-rbp4-dev')
|
||||
pkgver=18.7.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_codename=Leia
|
||||
_ffmpeg_version="4.0.4-$_codename-18.4"
|
||||
_libdvdcss_version="1.4.2-$_codename-Beta-5"
|
||||
|
@ -45,7 +45,7 @@ makedepends=(
|
|||
'libbluray' 'libcdio' 'libcec-rpi' 'libgl' 'mariadb-libs' 'libmicrohttpd'
|
||||
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libva'
|
||||
'libvdpau' 'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
|
||||
'python2-pycryptodomex' 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
|
||||
'python2-pycryptodomex' 'python2-pillow6' 'python2-pybluez' 'python2-simplejson'
|
||||
'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
|
||||
'upower' 'giflib' 'rapidjson' 'ghostscript'
|
||||
'libinput' 'libxkbcommon'
|
||||
|
@ -69,6 +69,7 @@ source=(
|
|||
"http://mirrors.kodi.tv/build-deps/sources/fstrcmp-$_fstrcmp_version.tar.gz"
|
||||
"http://mirrors.kodi.tv/build-deps/sources/flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
01-fix.in-tree.ffmpeg.paths.for.makechrootpkg.hack.patch
|
||||
18131.patch
|
||||
sysusers.conf
|
||||
tmpfiles.conf
|
||||
)
|
||||
|
@ -85,7 +86,7 @@ noextract=(
|
|||
sha256sums=('63f9e5e4219e5e8cad96e68d10393f6ac11d28e4b3915a6f6168340531210bff'
|
||||
'585796d8a7f1ece32c24ff67b38885f0e3397372a4b9879eee3160a59391e333'
|
||||
'8e14cf455898246d11edd4ff7f4ed11a44c729fb40c34455a5b336a90ccc1f7b'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
|
||||
'5d38a895ee7b93689fab79124a3aad23a5e3e643abd08878d778d04066c8d26f'
|
||||
'e11e7594af35f36ab2711252c3d6bb106908f26605498aef4a9be2d7bc001db2'
|
||||
'38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d'
|
||||
'071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a'
|
||||
|
@ -95,6 +96,7 @@ sha256sums=('63f9e5e4219e5e8cad96e68d10393f6ac11d28e4b3915a6f6168340531210bff'
|
|||
'e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476'
|
||||
'5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3'
|
||||
'70b4c7db8766761ca060c038c8abb36c8c678246ca6c5efbde84c58442748ef2'
|
||||
'1bfa84c0ae99a4ed731261cb39cb347c2809ca63d0d318393bdbbee900bbf8bc'
|
||||
'f521b98232e5035b7cada46cf03975b8d753e93d0802bf22913fceed769f9d96'
|
||||
'9c5e79ed8719cd032a3b17dac585aeff28a198e37af1da9af68ef1b86bab4d18')
|
||||
|
||||
|
@ -127,6 +129,9 @@ prepare() {
|
|||
|
||||
# Big thanks to asavah for helpful advice here and in the cmake step
|
||||
patch -Np1 -i ../01-fix.in-tree.ffmpeg.paths.for.makechrootpkg.hack.patch
|
||||
|
||||
# fix for libmicrohttpd 0.9.7.1
|
||||
patch -Np1 -i ../18131.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -192,7 +197,7 @@ package_kodi-rbp4() {
|
|||
pkgdesc="A software media player and entertainment hub for digital media (Raspberry Pi 4)"
|
||||
depends=(
|
||||
'desktop-file-utils' 'hicolor-icon-theme' 'mesa' 'python2-pycryptodomex'
|
||||
'python2-pillow' 'python2-simplejson' 'xorg-xdpyinfo'
|
||||
'python2-pillow6' 'python2-simplejson' 'xorg-xdpyinfo'
|
||||
'bluez-libs' 'curl' 'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec-rpi'
|
||||
'libinput' 'libmicrohttpd' 'libnfs' 'libpulse' 'libva' 'libxkbcommon'
|
||||
'libxslt' 'lirc' 'mariadb-libs' 'python2' 'smbclient' 'taglib'
|
||||
|
|
|
@ -8,5 +8,8 @@ polkit.addRule(function(action, subject) {
|
|||
if (action.id.indexOf("org.freedesktop.udisks.") == 0) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
if (action.id.indexOf("org.freedesktop.udisks2.") == 0) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue