alarm/xbmc-rbp-git to 14.20140607-1

This commit is contained in:
moonman 2014-06-07 13:29:17 -06:00
parent 7c482843a1
commit 2c19b8cf1e

View file

@ -4,7 +4,7 @@
buildarch=16
pkgname=xbmc-rbp-git
pkgver=13.20140416
pkgver=14.20140607
pkgrel=1
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
arch=('armv6h')
@ -22,16 +22,17 @@ provides=("xbmc")
conflicts=("xbmc")
install="xbmc.install"
source=('xbmc.service'
'polkit.rules'
'panasonicCEC.patch')
'polkit.rules')
md5sums=('55e6d3aab86e810c49a7f550be5b7f69'
'02f7951824ee13103344f36009c0ef2a'
'a6c2fe4fc66b28f24cf49168692a78e9')
'02f7951824ee13103344f36009c0ef2a')
_gitname="xbmc"
_gitroot="git://github.com/xbmc"
_gitbranch="Gotham"
# Only change _gitbranch if master has moved on to the next release number
# but there's hasn't been a stable release yet.
_gitbranch="master"
_prefix=/usr
@ -55,12 +56,6 @@ prepare() {
# fix lsb_release dependency
sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' xbmc/utils/SystemInfo.cpp
# Suppress double keys within 250ms for some Panasonic TVs
# https://github.com/chbmuc/xbmc/commit/6e5822d4fe648abbd575cf77ced943a1461e9ae5
# http://archlinuxarm.org/forum/viewtopic.php?f=31&t=6376&start=10
patch -Np1 -i ${srcdir}/panasonicCEC.patch
# fix samba4 libsmbclient.h location
sed -e 's/\(#include \)<libsmbclient\.h>/\1<samba-4.0\/libsmbclient\.h>/g' \