diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-22 17:16:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:41 +0700 |
commit | 93214213ab770a6e3f64ba2a4bd24ed45b834322 (patch) | |
tree | 7fca9bee9888681369a75df8f28d23a1f89920e4 /multimedia | |
parent | ecfff269f0e4d40dabd3eb8ff7745db23dc744e8 (diff) |
multimedia/inputstream.adaptive: Updated for version 20.3.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild | 5 | ||||
-rw-r--r-- | multimedia/inputstream.adaptive/inputstream.adaptive.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild b/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild index 50ee1f27faa5b..52970e936d4ed 100644 --- a/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild +++ b/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=inputstream.adaptive CODNAM=Nexus -VERSION=${VERSION:-20.3.12} +VERSION=${VERSION:-20.3.13} BENTO4VER=${BENTO4VER:-1.6.0-639-6-Nexus} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -101,6 +101,9 @@ rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +# Add execute permission to libssd_wv.so +chmod 755 $PKG/usr/lib64/kodi/addons/inputstream.adaptive/libssd_wv.so + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ LICENSE.md README.md \ diff --git a/multimedia/inputstream.adaptive/inputstream.adaptive.info b/multimedia/inputstream.adaptive/inputstream.adaptive.info index aa7278f2c69cf..504025306342f 100644 --- a/multimedia/inputstream.adaptive/inputstream.adaptive.info +++ b/multimedia/inputstream.adaptive/inputstream.adaptive.info @@ -1,9 +1,9 @@ PRGNAM="inputstream.adaptive" -VERSION="20.3.12" +VERSION="20.3.13" HOMEPAGE="https://github.com/xbmc/inputstream.adaptive/" -DOWNLOAD="https://github.com/xbmc/inputstream.adaptive/archive/20.3.12-Nexus/inputstream.adaptive-20.3.12-Nexus.tar.gz \ +DOWNLOAD="https://github.com/xbmc/inputstream.adaptive/archive/20.3.13-Nexus/inputstream.adaptive-20.3.13-Nexus.tar.gz \ https://github.com/xbmc/Bento4/archive/refs/tags/1.6.0-639-6-Nexus/Bento4-1.6.0-639-6-Nexus.tar.gz" -MD5SUM="82d0f42d01a9250553d9bc7fac2b9e3f \ +MD5SUM="b68d3170a8fbd81c3234718816bd3c0a \ 4322bd0076bf1fde49b389e73b821efa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |