summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent
diff options
context:
space:
mode:
author Tom Fitzhenry <tom@fitzhenry.name>2011-05-31 21:59:30 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:33:37 -0400
commitb2506349f11e4837c02ddf31ee38ff3c7c439f8a (patch)
tree139c18b3d5e4ebc3e8baebf3dc476af1037924e8 /libraries/libtorrent
parent141a7f24f34a3145f219381881e5fdd77ee8ac02 (diff)
downloadslackbuilds-b2506349f11e4837c02ddf31ee38ff3c7c439f8a.tar.gz
slackbuilds-b2506349f11e4837c02ddf31ee38ff3c7c439f8a.tar.xz
libraries/libtorrent: Updated for version 0.12.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent')
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild6
-rw-r--r--libraries/libtorrent/libtorrent.info8
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild
index 76b85817e9..1e554cc9b5 100644
--- a/libraries/libtorrent/libtorrent.SlackBuild
+++ b/libraries/libtorrent/libtorrent.SlackBuild
@@ -5,10 +5,11 @@
# Updated by Andrew Brouwers, abrouwers@gmail.com
# Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17
-# Updated to 0.12.7 by Brian Kysela <brian.kysela@gmail.com> 2010-10-27
+# Updated to 0.12.7 by Brian Kysela 2010-10-27
+# Updated to 0.12.8 by Brian Kysela 2011-05-09.
PRGNAM=libtorrent
-VERSION=0.12.7
+VERSION=0.12.8
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +58,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-posix-fallocate \
--build=$ARCH-slackware-linux
make
diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info
index 5f1e0b1640..90b4d3da43 100644
--- a/libraries/libtorrent/libtorrent.info
+++ b/libraries/libtorrent/libtorrent.info
@@ -1,10 +1,10 @@
PRGNAM="libtorrent"
-VERSION="0.12.7"
+VERSION="0.12.8"
HOMEPAGE="http://libtorrent.rakshasa.no/"
-DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.7.tar.gz"
-MD5SUM="2b5032bd3ef64f0d53f5ea73678e0eb0"
+DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.8.tar.gz"
+MD5SUM="5f644b6a96c9ef3c1b6df767eea1e705"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Tom Fitzhenry"
EMAIL="tom@fitzhenry.name"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"