multimedia/kodi: Updated for version 17.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
e897805880
commit
46c8192bd9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
PRGNAM=kodi
|
||||
SRCNAM=xbmc
|
||||
CODNAM=Krypton
|
||||
VERSION=${VERSION:-17.4}
|
||||
FFMPEGVER=${FFMPEGVER:-3.1.9}
|
||||
VERSION=${VERSION:-17.6}
|
||||
FFMPEGVER=${FFMPEGVER:-3.1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,8 +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}-${VERSION}.tar.gz \
|
||||
tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-${VERSION}.tar.gz
|
||||
ln -s $CWD/FFmpeg-${FFMPEGVER}-${CODNAM}.tar.gz \
|
||||
tools/depends/target/ffmpeg/ffmpeg-${FFMPEGVER}-${CODNAM}-17.5.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.4"
|
||||
VERSION="17.6"
|
||||
HOMEPAGE="https://kodi.tv/"
|
||||
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="0299e86623433cf16eeeb46c850b869a \
|
||||
79e384e2ceb9414783c8f97d8ddca48f"
|
||||
DOWNLOAD="https://github.com/xbmc/xbmc/archive/17.6-Krypton/xbmc-17.6-Krypton.tar.gz \
|
||||
https://github.com/xbmc/FFmpeg/archive/3.1.11-Krypton-17.5/FFmpeg-3.1.11-Krypton.tar.gz"
|
||||
MD5SUM="a64c2fc56ddc41b9b0dded55eaabf170 \
|
||||
6cf2d25e2a38fd274d9fb37a7bb4f953"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk libass crossguid yajl tinyxml libmicrohttpd"
|
||||
|
|
Loading…
Reference in New Issue