From d483a9c0a11a3b6aee539f340384248ebdfb2a15 Mon Sep 17 00:00:00 2001 From: Donald Cooley Date: Thu, 19 Dec 2019 21:52:14 +0700 Subject: libraries/libtorrent-rasterbar: Updated for version 1.1.13. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild | 9 +++++---- libraries/libtorrent-rasterbar/libtorrent-rasterbar.info | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'libraries/libtorrent-rasterbar') diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild index 738af258b4..0501141e52 100644 --- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild +++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for libtorrent (rasterbar) +# Copyright 2019 Donald Cooley, South Haven, Indiana, USA # Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # @@ -23,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libtorrent-rasterbar -VERSION=${VERSION:-1.1.12} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1.13} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -70,14 +71,14 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # https://github.com/qbittorrent/qBittorrent/issues/6383#issuecomment-281535787 -sed -i -e "s/+ target_specific(),/+ target_specific() + ['-std=c++11'],/" \ +sed -i -e "s/+ target_specific(),/+ target_specific() + ['-std=c++14'],/" \ bindings/python/setup.py EXAMPLES=${EXAMPLES:-no} [ "$EXAMPLES" = "yes" ] && examples="--enable-examples" CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS -std=c++11" \ +CXXFLAGS="$SLKCFLAGS -std=c++14" \ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ ./configure \ --prefix=/usr \ diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info index dfdb8da72b..d6c78127df 100644 --- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info +++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info @@ -1,10 +1,10 @@ PRGNAM="libtorrent-rasterbar" -VERSION="1.1.12" +VERSION="1.1.13" HOMEPAGE="https://libtorrent.org/" -DOWNLOAD="https://github.com/arvidn/libtorrent/releases/download/libtorrent_1_1_12/libtorrent-rasterbar-1.1.12.tar.gz" -MD5SUM="2936033607cd2e3e3edff0e10f6ac799" +DOWNLOAD="https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1_13/libtorrent-rasterbar-1.1.13.tar.gz" +MD5SUM="a3eec8d384f0343df1fb417c14c4e20d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Dave Woodfall" -EMAIL="dave@slackbuilds.org" +MAINTAINER="Donald Cooley" +EMAIL="chytraeu@sdf.org" -- cgit v1.2.3