summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-17 10:34:41 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-17 10:34:41 +0000
commitc036e2b88d69950a53cd6bcab79e8a45465c091e (patch)
tree317f9402777d389548f22869d68bb4fe5b1c5334 /libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
parent3c75e897e1def95b1e897473396c550e24b520b4 (diff)
downloadasb-c036e2b88d69950a53cd6bcab79e8a45465c091e.tar.gz
asb-c036e2b88d69950a53cd6bcab79e8a45465c091e.tar.xz
libtorrent-rasterbar: updated to accompany qbittorrent-4.1.2
Diffstat (limited to 'libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 4463591c..94a3ac43 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -94,6 +94,8 @@
# * Updated for newer boost in -current.
# 1.1.7-2: 14/may/2018 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for new openssl in -current.
+# 1.1.9-1: 17/aug/2018 by Eric Hameleers <alien@slackware.com>
+# * Updated to accompany qbittorrent-4.1.2 in -current.
#
# Run 'sh libtorrent-rasterbar.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -104,8 +106,8 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.1.7}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.1.9}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
TAG=${TAG:-alien}
@@ -212,11 +214,6 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
-
-# Fix for boost 1.67:
-cat $SRCDIR/patches/libtorrent-rasterbar_boost_167.diff \
- | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .