mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
alarm/kodi-rbp4 to 18.4-2
This commit is contained in:
parent
19edf34041
commit
b184b89892
1 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ _prefix=/usr
|
|||
pkgbase=kodi-rbp4
|
||||
pkgname=('kodi-rbp4' 'kodi-rbp4-eventclients' 'kodi-rbp4-tools-texturepacker' 'kodi-rbp4-dev')
|
||||
pkgver=18.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_codename=Leia
|
||||
_tag="18.4-$_codename"
|
||||
_ffmpeg_version="4.0.4-$_codename-18.4"
|
||||
|
@ -46,7 +46,7 @@ makedepends=(
|
|||
'libbluray' 'libcdio' 'libcec-rpi' 'libgl' 'mariadb-libs' 'libmicrohttpd'
|
||||
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libva'
|
||||
'libvdpau' 'libxrandr' 'libxslt' 'lirc' 'lzo' 'mesa' 'nasm'
|
||||
'python2-pycryptodome' 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
|
||||
'python2-pycryptodomex' 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
|
||||
'shairplay' 'smbclient' 'taglib' 'tinyxml' 'swig'
|
||||
'upower' 'giflib' 'rapidjson' 'ghostscript'
|
||||
'libinput' 'libxkbcommon'
|
||||
|
@ -55,7 +55,7 @@ makedepends=(
|
|||
# leia_rpi4 branch contains patches to enable hardware decoding on rpi4
|
||||
# expect kodi v19 to not to use MMAL but to use ffmpeg+v4l2
|
||||
# https://github.com/popcornmix/xbmc/commits/leia_pi4
|
||||
_commit=3487ce18e30be7eaf9aab4fba0ec91d08060a305
|
||||
_commit=3f645c6e3adf49c9e0bef6bc5add26dea9e088fb
|
||||
|
||||
source=(
|
||||
"xbmc-$pkgver-$_codename.zip::https://github.com/popcornmix/xbmc/archive/$_commit.zip"
|
||||
|
@ -83,7 +83,7 @@ noextract=(
|
|||
"fstrcmp-$_fstrcmp_version.tar.gz"
|
||||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
)
|
||||
sha256sums=('effff0f1f8170fd0c5dbbe665c10c7e65cd8bd422f888a2f7fb2004b5e3cee19'
|
||||
sha256sums=('69ca1e11d4219df51001022b2dd1299aef85568e61e6116e32b6506b5f754d4e'
|
||||
'585796d8a7f1ece32c24ff67b38885f0e3397372a4b9879eee3160a59391e333'
|
||||
'8e14cf455898246d11edd4ff7f4ed11a44c729fb40c34455a5b336a90ccc1f7b'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
|
||||
|
@ -193,7 +193,7 @@ build() {
|
|||
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-pycryptodome'
|
||||
'desktop-file-utils' 'hicolor-icon-theme' 'mesa' 'python2-pycryptodomex'
|
||||
'python2-pillow' 'python2-simplejson' 'xorg-xdpyinfo'
|
||||
'bluez-libs' 'curl' 'lcms2' 'libass' 'libbluray' 'libcdio' 'libcec-rpi'
|
||||
'libinput' 'libmicrohttpd' 'libnfs' 'libpulse' 'libva' 'libxkbcommon'
|
||||
|
|
Loading…
Reference in a new issue