mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/kodi-rbp-git to 17.0b2.20160917-1
This commit is contained in:
parent
ae8321e378
commit
383fb38f20
1 changed files with 10 additions and 16 deletions
|
@ -9,10 +9,10 @@ _prefix=/usr
|
|||
|
||||
pkgbase=kodi-rbp-git
|
||||
pkgname=('kodi-rbp-git' 'kodi-rbp-git-eventclients')
|
||||
pkgver=17.0a1.20160510
|
||||
pkgver=17.0b2.20160917
|
||||
|
||||
_tag=17.0a1-Krypton
|
||||
pkgrel=2
|
||||
_tag=17.0b2-Krypton
|
||||
pkgrel=1
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -23,16 +23,14 @@ makedepends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
|
|||
'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'
|
||||
'udisks' 'upower' 'git' 'autoconf' 'java-environment' 'libcrossguid-git' 'dcadec')
|
||||
'udisks' 'upower' 'git' 'autoconf' 'java-environment' 'libcrossguid-git' 'dcadec' 'libpulse')
|
||||
source=("xbmc-${_tag}.tar.gz::https://github.com/xbmc/xbmc/archive/${_tag}.tar.gz"
|
||||
'kodi.service'
|
||||
'polkit.rules'
|
||||
'fix_libdvd.patch')
|
||||
|
||||
sha256sums=('37cb300ae15a77bdd9c71861ca3f5bdb98504884fda55ef94a6a1892fb6ee621'
|
||||
'polkit.rules')
|
||||
sha256sums=('18b21769b3921e6d9c18b04c3598a0a21f998cb9664ec4e1a3c97371b1d4adc3'
|
||||
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
|
||||
'e98da71fafe17943f024d190de415658ce61b1d506057332af329f08d675e469')
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/xbmc-${_tag}"
|
||||
|
||||
|
@ -45,9 +43,6 @@ prepare() {
|
|||
sed '/mkdir -p $(DESTDIR)$(bindir)/i \
|
||||
install:' -i tools/EventClients/Makefile.in
|
||||
|
||||
if [[ $CARCH == "armv6h" ]]; then
|
||||
patch -Np0 -i ${srcdir}/fix_libdvd.patch
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -82,13 +77,12 @@ build() {
|
|||
--enable-airtunes \
|
||||
--enable-avahi \
|
||||
--enable-libbluray \
|
||||
--enable-dvdcss \
|
||||
--disable-debug \
|
||||
--disable-joystick \
|
||||
--disable-mid \
|
||||
--enable-nfs \
|
||||
--disable-profiling \
|
||||
--enable-rtmp \
|
||||
--enable-alsa \
|
||||
--enable-pulse \
|
||||
--enable-optical-drive \
|
||||
--enable-player=omxplayer \
|
||||
--with-lirc-device=/run/lirc/lircd \
|
||||
|
|
Loading…
Reference in a new issue