mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 16:30:13 +00:00
xbmc: update to xbmc-471c468
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
36ebf90953
commit
6efd0a3a1c
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-theme-Confluence"
|
||||
PKG_VERSION="dab646e"
|
||||
PKG_VERSION="471c468"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -52,6 +52,12 @@ else
|
||||
XBMC_AIRPLAY="--disable-airplay"
|
||||
fi
|
||||
|
||||
if [ "$AIRTUNES_SUPPORT" = yes ]; then
|
||||
XBMC_AIRTUNES="--enable-airtunes"
|
||||
else
|
||||
XBMC_AIRTUNES="--disable-airtunes"
|
||||
fi
|
||||
|
||||
if [ "$DVDCSS_SUPPORT" = yes ]; then
|
||||
XBMC_DVDCSS="--enable-dvdcss"
|
||||
else
|
||||
@ -203,6 +209,7 @@ cd $PKG_BUILD
|
||||
--disable-hal \
|
||||
$XBMC_AVAHI \
|
||||
$XBMC_AIRPLAY \
|
||||
$XBMC_AIRTUNES \
|
||||
$XBMC_NONFREE \
|
||||
--disable-asap-codec \
|
||||
$XBMC_WEBSERVER \
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc"
|
||||
PKG_VERSION="dab646e"
|
||||
PKG_VERSION="471c468"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
@ -72,6 +72,11 @@ if [ "$AIRPLAY_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS libplist"
|
||||
fi
|
||||
|
||||
if [ "$AIRTUNES_SUPPORT" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libshairport"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libshairport"
|
||||
fi
|
||||
|
||||
if [ "$NFS_SUPPORT" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libnfs"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libnfs"
|
||||
|
@ -1,38 +0,0 @@
|
||||
diff -Naur xbmc-dab646e/configure.in xbmc-dab646e.patch/configure.in
|
||||
--- xbmc-dab646e/configure.in 2011-09-27 15:56:42.000000000 +0200
|
||||
+++ xbmc-dab646e.patch/configure.in 2011-09-27 17:31:10.639824226 +0200
|
||||
@@ -987,27 +987,22 @@
|
||||
fi
|
||||
|
||||
# libafpclient
|
||||
-USE_LIBAFPCLIENT=0
|
||||
-if test "$host_vendor" = "apple" ; then
|
||||
- if test "x$use_libafpclient" != "xno"; then
|
||||
- AC_CHECK_HEADERS([afpfs-ng/libafpclient.h],,
|
||||
- [if test "x$use_libafpclient" = "xyes"; then
|
||||
+if test "x$use_libafpclient" != "xno"; then
|
||||
+ AC_CHECK_HEADERS([afpfs-ng/libafpclient.h],,
|
||||
+ [if test "x$use_libafpclient" = "xyes"; then
|
||||
AC_MSG_ERROR($libafpclient_not_found)
|
||||
- elif test "x$use_libafpclient" != "xno"; then
|
||||
+ elif test "x$use_libafpclient" != "xno"; then
|
||||
AC_MSG_NOTICE($libafpclient_not_found)
|
||||
use_libafpclient="no"
|
||||
- fi
|
||||
- ])
|
||||
+ fi
|
||||
+ ])
|
||||
if test "x$use_libafpclient" != "xno"; then
|
||||
XB_FIND_SONAME([AFPCLIENT], [afpclient], [use_libafpclient])
|
||||
AC_DEFINE([HAVE_LIBAFPCLIENT], [1], [Whether to use libafpclient library.])
|
||||
USE_LIBAFPCLIENT=1
|
||||
fi
|
||||
- else
|
||||
- AC_MSG_NOTICE($libafpclient_disabled)
|
||||
- fi
|
||||
else
|
||||
- use_libafpclient="no"
|
||||
+ AC_MSG_NOTICE($libafpclient_disabled)
|
||||
fi
|
||||
|
||||
# libplist for airplay feature
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
@ -158,6 +158,9 @@
|
||||
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
|
||||
AIRPLAY_SUPPORT="yes"
|
||||
|
||||
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
|
||||
AIRTUNES_SUPPORT="yes"
|
||||
|
||||
# build and install with NFS mount support in XBMC (yes / no)
|
||||
NFS_SUPPORT="yes"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user