mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-rpi-git to 19.0rc1.56993.276744019d-2
Add aarch64 now that 5.10.y kernel is live
This commit is contained in:
parent
4357e40b54
commit
784468873e
1 changed files with 3 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
# Contributor WarheadsSE <max@warheads.net>
|
||||
# Contributor Adrian Fedoreanu <adrian [dot] fedoreanu [at] gmail [dot] com>
|
||||
|
||||
buildarch=4
|
||||
buildarch=12
|
||||
|
||||
_prefix=/usr
|
||||
|
||||
|
@ -17,8 +17,8 @@ _commitnumber=56993
|
|||
_commit=276744019df98fb3043c12cd23b6ff31ac752572
|
||||
|
||||
pkgver="19.0rc1.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
pkgrel=2
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="https://github.com/popcornmix/xbmc/tree/gbm"
|
||||
license=('GPL2')
|
||||
makedepends=(
|
||||
|
@ -176,16 +176,6 @@ build() {
|
|||
-DSPDLOG_URL="$srcdir/spdlog-$_spdlog_version.tar.gz"
|
||||
)
|
||||
|
||||
if [[ $CARCH = "armv7h" ]]; then
|
||||
# this is only needed if the kernel version is <5.10.0
|
||||
# can be removed once 5.10.y goes gold
|
||||
_args+=(
|
||||
-DCMAKE_EXE_LINKER_FLAGS_INIT="-L/opt/vc/lib -lvcsm"
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-L/opt/vc/lib -lvcsm"
|
||||
-DCMAKE_CXX_FLAGS="-Wl,-L/opt/vc/lib -Wl,-lvcsm"
|
||||
)
|
||||
fi
|
||||
|
||||
cmake "${_args[@]}" ../"xbmc-$_commit"
|
||||
make
|
||||
make preinstall
|
||||
|
|
Loading…
Reference in a new issue