mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
kodi-rbp-git to 16.20150820-1 again
This commit is contained in:
parent
453bea1410
commit
2f73d444a0
1 changed files with 8 additions and 8 deletions
|
@ -8,10 +8,10 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-rbp-git
|
||||
pkgname=('kodi-rbp-git' 'kodi-rbp-git-eventclients')
|
||||
pkgver=15.20150720
|
||||
pkgver=16.20150820
|
||||
|
||||
_commit=0aa930b54834a41a7708094b2d2824dcfc9bc684
|
||||
pkgrel=2
|
||||
_commit=52832f42610ab46a37cbf0b4ba8e5a11baa4fef6
|
||||
pkgrel=1
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -21,13 +21,13 @@ makedepends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
|
|||
'sdl_image' 'python2' 'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'libass'
|
||||
'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'xorg-xdpyinfo' 'libbluray'
|
||||
'libnfs' 'afpfs-ng' 'avahi' 'bluez-libs' 'tinyxml' 'raspberrypi-firmware' 'libcec-rpi'
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay' 'boost' 'cmake' 'gperf' 'nasm' 'zip'
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay-git' 'boost' 'cmake' 'gperf' 'nasm' 'zip'
|
||||
'udisks' 'upower' 'git' 'autoconf' 'java-environment' 'libcrossguid-git')
|
||||
source=("kodi-${_commit}.tar.gz::https://github.com/xbmc/xbmc/archive/${_commit}.tar.gz"
|
||||
'kodi.service'
|
||||
'polkit.rules')
|
||||
|
||||
sha256sums=('7fd4dc89f80f6fd95fce883be78cd46b13ba02e0c97332659ad7d4a64584adf3'
|
||||
sha256sums=('19bcc81d3824f4ac7a3c9c883e10b834ccd715708b7f89355358f9ff8a63b64b'
|
||||
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96')
|
||||
prepare() {
|
||||
|
@ -53,7 +53,7 @@ build() {
|
|||
export PYTHON_VERSION=2 # external python v2
|
||||
# we need to compile for armv6 instead of armv5 to avoid problems compiling assembler code
|
||||
FLAGS="-Ofast -fexcess-precision=fast -mfloat-abi=hard -mabi=aapcs-linux -pipe -fstack-protector --param=ssp-buffer-size=4 \
|
||||
-D_FORTIFY_SOURCE=1 -I/opt/vc/include/ -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
|
||||
-I/opt/vc/include/ -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
|
||||
[[ $CARCH == "armv6h" ]] && export CFLAGS="$FLAGS -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfpu=vfp" && export CXXFLAGS="$FLAGS -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfpu=vfp"
|
||||
[[ $CARCH == "armv7h" ]] && export CFLAGS="$FLAGS -mcpu=cortex-a7 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad" && export CXXFLAGS="$FLAGS -mcpu=cortex-a7 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad"
|
||||
|
||||
|
@ -106,7 +106,7 @@ package_kodi-rbp-git() {
|
|||
'sdl_image' 'python2' 'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'libass'
|
||||
'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'xorg-xdpyinfo' 'libbluray'
|
||||
'libnfs' 'avahi' 'bluez-libs' 'tinyxml' 'raspberrypi-firmware' 'libcec-rpi'
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay' 'libcrossguid-git')
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay-git' 'libcrossguid-git')
|
||||
|
||||
optdepends=(
|
||||
'afpfs-ng: Apple shares support'
|
||||
|
@ -119,7 +119,7 @@ package_kodi-rbp-git() {
|
|||
|
||||
install="kodi.install"
|
||||
provides=('xbmc' 'kodi')
|
||||
conflicts=('xbmc' 'kodi' 'shairplay-git' 'arm-mem-git')
|
||||
conflicts=('xbmc' 'kodi' 'arm-mem-git')
|
||||
replaces=('xbmc-rbp-git')
|
||||
|
||||
cd "$srcdir/xbmc-${_commit}"
|
||||
|
|
Loading…
Reference in a new issue