mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-rpi-git to 19.0rc1.56961.959f2797b1-1
This commit is contained in:
parent
432054a8fb
commit
9e6869f679
1 changed files with 8 additions and 7 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=56840
|
||||
_commit=579551ef130f80963a857f0af3a2a984b112d26c
|
||||
_commitnumber=56961
|
||||
_commit=959f2797b1a333c2f5c68ce0c7e6452c0bc0adc3
|
||||
|
||||
pkgver="19.0b2.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=4
|
||||
pkgver="19.0rc1.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/popcornmix/xbmc/tree/gbm"
|
||||
license=('GPL2')
|
||||
|
@ -87,7 +87,7 @@ noextract=(
|
|||
"flatbuffers-$_flatbuffers_version.tar.gz"
|
||||
"spdlog-$_spdlog_version.tar.gz"
|
||||
)
|
||||
sha256sums=('8ed4c84721a8ce21b5f08c6b77d1f405a10e2e06c10b426f3e50b88212498eb1'
|
||||
sha256sums=('569b323622dc301e1cbb8beafbc8997ee93a8098de3420e9960d3861b775df9d'
|
||||
'bb8f0c0fd03ff7c13c0503f2c96f86772d8bbd05adbc97d5b383f603a98456c0'
|
||||
'61a0648d4a5086f560ceb4e020f82472d00b99398f2cacba94fad3e96c4c362a'
|
||||
'5d38a895ee7b93689fab79124a3aad23a5e3e643abd08878d778d04066c8d26f'
|
||||
|
@ -155,6 +155,7 @@ build() {
|
|||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib
|
||||
-DVERBOSE=ON
|
||||
-DUSE_LTO=ON
|
||||
-DENABLE_EVENTCLIENTS=ON
|
||||
-DENABLE_INTERNAL_FFMPEG=ON
|
||||
-DENABLE_INTERNAL_FMT=ON
|
||||
|
@ -197,8 +198,8 @@ package_kodi-rpi-git() {
|
|||
'python-pillow' 'python-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'
|
||||
'tinyxml' 'polkit' 'linux>=5.4.35' 'shairplay' 'dav1d' 'libplist'
|
||||
'libxslt' 'lirc' 'mariadb-libs' 'smbclient' 'taglib'
|
||||
'tinyxml' 'polkit' 'linux>=5.4.35' 'dav1d' 'shairplay' 'libplist'
|
||||
)
|
||||
optdepends=(
|
||||
'afpfs-ng: Apple shares support'
|
||||
|
|
Loading…
Reference in a new issue