mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rbp-git to 17a1.20160510-1
This commit is contained in:
parent
0764c07666
commit
52037219a8
1 changed files with 6 additions and 6 deletions
|
@ -9,9 +9,9 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-rbp-git
|
||||
pkgname=('kodi-rbp-git' 'kodi-rbp-git-eventclients')
|
||||
pkgver=16.1rc1.20160328
|
||||
pkgver=17.0a1.20160510
|
||||
|
||||
_tag=16.1rc1-Jarvis
|
||||
_tag=17.0a1-Krypton
|
||||
pkgrel=1
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
|
@ -22,13 +22,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-git' 'boost' 'cmake' 'gperf' 'nasm' 'zip'
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay' 'boost' 'cmake' 'gperf' 'nasm' 'zip'
|
||||
'udisks' 'upower' 'git' 'autoconf' 'java-environment' 'libcrossguid-git' 'dcadec')
|
||||
source=("xbmc-${_tag}.tar.gz::https://github.com/xbmc/xbmc/archive/${_tag}.tar.gz"
|
||||
'kodi.service'
|
||||
'polkit.rules')
|
||||
|
||||
sha256sums=('d273da51f646a0f2f27c66aa700868ddbaedf12589c2e9be7e52b0acb2701f42'
|
||||
sha256sums=('37cb300ae15a77bdd9c71861ca3f5bdb98504884fda55ef94a6a1892fb6ee621'
|
||||
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96')
|
||||
prepare() {
|
||||
|
@ -102,7 +102,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-git' 'libcrossguid-git')
|
||||
'libplist' 'swig' 'taglib' 'libxslt' 'shairplay' 'libcrossguid-git')
|
||||
|
||||
optdepends=(
|
||||
'afpfs-ng: Apple shares support'
|
||||
|
@ -115,7 +115,7 @@ package_kodi-rbp-git() {
|
|||
|
||||
install="kodi.install"
|
||||
provides=('xbmc' 'kodi')
|
||||
conflicts=('xbmc' 'kodi' 'arm-mem-git')
|
||||
conflicts=('xbmc' 'kodi' 'arm-mem-git' 'shairplay-git')
|
||||
replaces=('xbmc-rbp-git')
|
||||
|
||||
cd "$srcdir/xbmc-${_tag}"
|
||||
|
|
Loading…
Reference in a new issue