mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/xbmc-rbp-git fix autoconf 1.13 errors
This commit is contained in:
parent
22b388aa93
commit
69e6365454
1 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor WarheadsSE <max@warheads.net>
|
# Contributor WarheadsSE <max@warheads.net>
|
||||||
_gitname="xbmc"
|
_gitname="xbmc"
|
||||||
pkgname=xbmc-rbp-git
|
pkgname=xbmc-rbp-git
|
||||||
pkgver=13.497.g44f0991
|
pkgver=13.359.g795a693
|
||||||
#xbmc Gotham is version 13
|
#xbmc Gotham is version 13
|
||||||
_cycle_version=13
|
_cycle_version=13
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
@ -10,7 +10,7 @@ pkgver() {
|
||||||
git describe --tags |sed "s/[^-]*-/$_cycle_version./;s/-/./g"
|
git describe --tags |sed "s/[^-]*-/$_cycle_version./;s/-/./g"
|
||||||
}
|
}
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
buildarch=16
|
buildarch=16
|
||||||
|
|
||||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||||
|
@ -29,8 +29,8 @@ optdepends=(
|
||||||
provides=("xbmc")
|
provides=("xbmc")
|
||||||
conflicts=("xbmc")
|
conflicts=("xbmc")
|
||||||
install="xbmc.install"
|
install="xbmc.install"
|
||||||
source=(xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch
|
source=('xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch'
|
||||||
xbmc.service
|
'xbmc.service'
|
||||||
"git://github.com/xbmc/xbmc.git")
|
"git://github.com/xbmc/xbmc.git")
|
||||||
md5sums=('fc6a925a09ba1b13d84daf1121b42ab9'
|
md5sums=('fc6a925a09ba1b13d84daf1121b42ab9'
|
||||||
'76fae229ebc3bcfaab7e7f27e4fb51f5'
|
'76fae229ebc3bcfaab7e7f27e4fb51f5'
|
||||||
|
@ -45,9 +45,13 @@ prepare() {
|
||||||
# fix lsb_release dependency
|
# fix lsb_release dependency
|
||||||
sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' xbmc/utils/SystemInfo.cpp
|
sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' xbmc/utils/SystemInfo.cpp
|
||||||
|
|
||||||
|
#fix autoconf 1.13 deprecated macros
|
||||||
|
sed -i 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' lib/libdvd/libdvdcss/configure.ac
|
||||||
|
|
||||||
# Patch to fix TexturePacker build.
|
# Patch to fix TexturePacker build.
|
||||||
git apply ${srcdir}/xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch
|
git apply ${srcdir}/xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch
|
||||||
|
|
||||||
|
|
||||||
# fix samba4 libsmbclient.h location
|
# fix samba4 libsmbclient.h location
|
||||||
sed -e 's/\(#include \)<libsmbclient\.h>/\1<samba-4.0\/libsmbclient\.h>/g' \
|
sed -e 's/\(#include \)<libsmbclient\.h>/\1<samba-4.0\/libsmbclient\.h>/g' \
|
||||||
-i xbmc/filesystem/SmbFile.cpp \
|
-i xbmc/filesystem/SmbFile.cpp \
|
||||||
|
|
Loading…
Reference in a new issue