mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/kodi-rbp-git to 17a1.20160510-2
This commit is contained in:
parent
a30523bd66
commit
2b6e89e240
2 changed files with 25 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgname=('kodi-rbp-git' 'kodi-rbp-git-eventclients')
|
|||
pkgver=17.0a1.20160510
|
||||
|
||||
_tag=17.0a1-Krypton
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://kodi.tv"
|
||||
|
@ -26,11 +26,13 @@ makedepends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
|
|||
'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')
|
||||
'polkit.rules'
|
||||
'fix_libdvd.patch')
|
||||
|
||||
sha256sums=('37cb300ae15a77bdd9c71861ca3f5bdb98504884fda55ef94a6a1892fb6ee621'
|
||||
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96')
|
||||
'9ea592205023ba861603d74b63cdb73126c56372a366dc4cb7beb379073cbb96'
|
||||
'e98da71fafe17943f024d190de415658ce61b1d506057332af329f08d675e469')
|
||||
prepare() {
|
||||
cd "$srcdir/xbmc-${_tag}"
|
||||
|
||||
|
@ -42,6 +44,8 @@ prepare() {
|
|||
sed '/WiiRemote/d' -i tools/EventClients/Makefile.in
|
||||
sed '/mkdir -p $(DESTDIR)$(bindir)/i \
|
||||
install:' -i tools/EventClients/Makefile.in
|
||||
|
||||
[[ $CARCH == "armv6h" ]] && patch -Np0 -i ${srcdir}/fix_libdvd.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
18
alarm/kodi-rbp-git/fix_libdvd.patch
Normal file
18
alarm/kodi-rbp-git/fix_libdvd.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- Makefile.in.orig 2016-05-15 08:11:58.074191520 +0000
|
||||
+++ Makefile.in 2016-05-15 08:12:25.599007513 +0000
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
DVDPCODECS_DIRS= \
|
||||
lib \
|
||||
- lib/libdvd
|
||||
|
||||
VideoPlayer_ARCHIVES=xbmc/cores/VideoPlayer/VideoPlayer.a \
|
||||
xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecs.a \
|
||||
@@ -341,7 +340,6 @@
|
||||
$(MAKE) -C lib/addons/library.xbmc.pvr
|
||||
$(MAKE) -C lib/addons/library.kodi.inputstream
|
||||
dvdpcodecs: dllloader
|
||||
- $(MAKE) -C lib/libdvd
|
||||
|
||||
dvdpextcodecs:
|
||||
|
Loading…
Reference in a new issue