mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-odroid to 17.6 (#1554)
This commit is contained in:
parent
78add90379
commit
2ac2f49f0d
1 changed files with 9 additions and 5 deletions
|
@ -16,8 +16,8 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-odroid
|
||||
pkgname=('kodi-odroid' 'kodi-odroid-eventclients')
|
||||
_commit=1aa79fd7894a2880a5f12a5c95f670b9987ebb1c
|
||||
pkgver=17.3
|
||||
_commit=094825c86d4995bef81419cd80dab0f2ed95eb79
|
||||
pkgver=17.6
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -30,11 +30,11 @@ makedepends=(
|
|||
'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
|
||||
'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
|
||||
'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
|
||||
'mesa' 'libdcadec.so' 'libcrossguid' 'libcec'
|
||||
'mesa' 'libdcadec.so' 'libcec'
|
||||
)
|
||||
|
||||
source=("https://github.com/Owersun/xbmc/archive/${_commit}.tar.gz")
|
||||
sha256sums=('1fe93f69a062ea90e657dc276a89442c23c5c799be180af4a0ce5743bc52a376')
|
||||
sha256sums=('d155f760cfa8ba2e89c4ff906c18a027bf80fd83477d3bcd523f8152a23e9c98')
|
||||
prepare() {
|
||||
cd xbmc-${_commit}
|
||||
|
||||
|
@ -45,7 +45,11 @@ prepare() {
|
|||
build() {
|
||||
cd xbmc-${_commit}
|
||||
|
||||
LDFLAGS+=" -L/usr/lib/mali-egl"
|
||||
LIBCROSSGUID_ROOT="$(pwd)/tools/depends/target/crossguid"
|
||||
make -C tools/depends/target/crossguid "PREFIX=$LIBCROSSGUID_ROOT"
|
||||
|
||||
CPPFLAGS+=" -I$LIBCROSSGUID_ROOT/include"
|
||||
LDFLAGS+=" -L/usr/lib/mali-egl -L$LIBCROSSGUID_ROOT/lib -I$LIBCROSSGUID_ROOT/include"
|
||||
|
||||
# Bootstrapping
|
||||
MAKEFLAGS=-j1 ./bootstrap
|
||||
|
|
Loading…
Reference in a new issue