mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/kodi: Updated for version 17.4
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
ddd5ecdbc3
commit
77e6871484
3 changed files with 10 additions and 9 deletions
|
@ -25,8 +25,8 @@
|
|||
PRGNAM=kodi
|
||||
SRCNAM=xbmc
|
||||
CODNAM=Krypton
|
||||
VERSION=${VERSION:-17.3}
|
||||
FFMPEGVER=${FFMPEGVER:-3.1.6}
|
||||
VERSION=${VERSION:-17.4}
|
||||
FFMPEGVER=${FFMPEGVER:-3.1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,8 @@ rm -rf $SRCNAM-$VERSION-$CODNAM
|
|||
tar xvf $CWD/$SRCNAM-$VERSION-$CODNAM.tar.gz
|
||||
cd $SRCNAM-$VERSION-$CODNAM
|
||||
# Don't have the Makefile download ffmpeg during install.
|
||||
ln -s $CWD/FFmpeg-${FFMPEGVER}-${CODNAM}.tar.gz tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-17.0.tar.gz
|
||||
ln -s $CWD/FFmpeg-${FFMPEGVER}-${CODNAM}-${VERSION}.tar.gz \
|
||||
tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-${VERSION}.tar.gz
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kodi"
|
||||
VERSION="17.3"
|
||||
VERSION="17.4"
|
||||
HOMEPAGE="https://kodi.tv/"
|
||||
DOWNLOAD="https://github.com/xbmc/xbmc/archive/17.3-Krypton/xbmc-17.3-Krypton.tar.gz \
|
||||
https://github.com/xbmc/FFmpeg/archive/3.1.6-Krypton/FFmpeg-3.1.6-Krypton.tar.gz"
|
||||
MD5SUM="8f1fec483beb40f1b302bd53ea399044 \
|
||||
bf8b1689603ae4322b95f4095ad9bd62"
|
||||
DOWNLOAD="https://github.com/xbmc/xbmc/archive/17.4-Krypton/xbmc-17.4-Krypton.tar.gz \
|
||||
https://github.com/xbmc/FFmpeg/archive/3.1.9-Krypton-17.4/FFmpeg-3.1.9-Krypton.tar.gz"
|
||||
MD5SUM="979570a43f5dc9404c1a9290717c90d6 \
|
||||
79e384e2ceb9414783c8f97d8ddca48f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk libass crossguid yajl tinyxml libmicrohttpd"
|
||||
|
|
|
@ -19,6 +19,6 @@ diff -Naur xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBFile.cpp xbmc-17.1-Krypton/
|
|||
#include "SMBDirectory.h"
|
||||
-#include <libsmbclient.h>
|
||||
+#include <samba-4.0/libsmbclient.h>
|
||||
#include "filesystem/SpecialProtocol.h"
|
||||
#include "settings/AdvancedSettings.h"
|
||||
#include "settings/Settings.h"
|
||||
#include "threads/SingleLock.h"
|
||||
|
|
Loading…
Reference in a new issue