alarm/kodi-rbp to 16.1-3

This commit is contained in:
moonman 2016-05-08 07:24:41 +00:00
parent fbc5416491
commit 34831fa196
2 changed files with 22 additions and 2 deletions

View file

@ -12,7 +12,7 @@ pkgbase=kodi-rbp
pkgname=('kodi-rbp' 'kodi-rbp-eventclients')
pkgver=16.1
_codename=Jarvis
pkgrel=2
pkgrel=3
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
arch=('armv6h' 'armv7h')
url="http://kodi.tv"
@ -27,7 +27,8 @@ makedepends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
source=("https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz"
'kodi.service'
'polkit.rules'
'gcc6_fix.patch')
'gcc6_fix.patch'
'fix_libdvd.patch')
sha256sums=('7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10'
'5235068d5800d69f0287087815990e7fe8d6572733d60c8800546d35f608e87f'
@ -46,6 +47,7 @@ prepare() {
install:' -i tools/EventClients/Makefile.in
patch -Np1 -i ${srcdir}/gcc6_fix.patch
[[ $CARCH == "armv6h" ]] && patch -Np0 -i ${srcdir}/fix_libdvd.patch
}
build() {

View file

@ -0,0 +1,18 @@
--- Makefile.in.orig 2016-05-08 06:34:20.209825630 +0000
+++ Makefile.in 2016-05-08 06:34:54.689715431 +0000
@@ -11,7 +11,6 @@
DVDPCODECS_DIRS= \
lib \
- lib/libdvd
ifeq (@USE_LIBSTAGEFRIGHT@,1)
DVDPCODECS_DIRS += xbmc/cores/dvdplayer/DVDCodecs/Video/libstagefrightICS
@@ -338,7 +337,6 @@
$(MAKE) -C lib/addons/library.kodi.guilib
$(MAKE) -C lib/addons/library.xbmc.pvr
dvdpcodecs: dllloader
- $(MAKE) -C lib/libdvd
ifeq (@USE_LIBSTAGEFRIGHT@,1)
dvdpextcodecs: lib@APP_NAME_LC@.so