summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-21 19:32:50 +0000
committer Eric Hameleers <alien@slackware.com>2018-04-21 19:32:50 +0000
commit2d414596bfb6131f0e0e4226ca72432397f276c2 (patch)
treefd9e5266b159d4e4ee8ad566ada54014b198118a /libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
parentdb5e58f96878ff719673d492ae70a8b3f8caea01 (diff)
downloadasb-2d414596bfb6131f0e0e4226ca72432397f276c2.tar.gz
asb-2d414596bfb6131f0e0e4226ca72432397f276c2.tar.xz
libtorrent-rasterbar: updated to 1.1.7
Diffstat (limited to 'libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index cfde5933..abedb7d5 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -90,6 +90,8 @@
# * Patched and rebuilt for newer boost in -current.
# 1.1.6-1: 03/apr/2018 by Eric Hameleers <alien@slackware.com>
# * Updated to accompany qbittorrent 4.0.4.
+# 1.1.7-1: 21/apr/2018 by Eric Hameleers <alien@slackware.com>
+# * Updated for newer boost 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 .
@@ -100,7 +102,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.1.6}
+VERSION=${VERSION:-1.1.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}
@@ -208,6 +210,11 @@ 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 .