multimedia/kodi: Updated for version 17.6

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2018-01-15 09:45:52 -08:00 committed by Willy Sudiarto Raharjo
parent e897805880
commit 46c8192bd9
2 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for kodi # Slackware build script for kodi
# Copyright 2009-2017 Larry Hajali <larryhaja[at]gmail[dot]com> # Copyright 2009-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
PRGNAM=kodi PRGNAM=kodi
SRCNAM=xbmc SRCNAM=xbmc
CODNAM=Krypton CODNAM=Krypton
VERSION=${VERSION:-17.4} VERSION=${VERSION:-17.6}
FFMPEGVER=${FFMPEGVER:-3.1.9} FFMPEGVER=${FFMPEGVER:-3.1.11}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -66,8 +66,8 @@ rm -rf $SRCNAM-$VERSION-$CODNAM
tar xvf $CWD/$SRCNAM-$VERSION-$CODNAM.tar.gz tar xvf $CWD/$SRCNAM-$VERSION-$CODNAM.tar.gz
cd $SRCNAM-$VERSION-$CODNAM cd $SRCNAM-$VERSION-$CODNAM
# Don't have the Makefile download ffmpeg during install. # Don't have the Makefile download ffmpeg during install.
ln -s $CWD/FFmpeg-${FFMPEGVER}-${CODNAM}-${VERSION}.tar.gz \ ln -s $CWD/FFmpeg-${FFMPEGVER}-${CODNAM}.tar.gz \
tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-${VERSION}.tar.gz tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-17.5.tar.gz
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,10 +1,10 @@
PRGNAM="kodi" PRGNAM="kodi"
VERSION="17.4" VERSION="17.6"
HOMEPAGE="https://kodi.tv/" HOMEPAGE="https://kodi.tv/"
DOWNLOAD="https://github.com/xbmc/xbmc/archive/17.4-Krypton/xbmc-17.4-Krypton.tar.gz \ DOWNLOAD="https://github.com/xbmc/xbmc/archive/17.6-Krypton/xbmc-17.6-Krypton.tar.gz \
https://github.com/xbmc/FFmpeg/archive/3.1.9-Krypton-17.4/FFmpeg-3.1.9-Krypton.tar.gz" https://github.com/xbmc/FFmpeg/archive/3.1.11-Krypton-17.5/FFmpeg-3.1.11-Krypton.tar.gz"
MD5SUM="0299e86623433cf16eeeb46c850b869a \ MD5SUM="a64c2fc56ddc41b9b0dded55eaabf170 \
79e384e2ceb9414783c8f97d8ddca48f" 6cf2d25e2a38fd274d9fb37a7bb4f953"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="jdk libass crossguid yajl tinyxml libmicrohttpd" REQUIRES="jdk libass crossguid yajl tinyxml libmicrohttpd"