mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/libtorrent-rasterbar: Updated for version 1.1.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a80b1996d9
commit
d483a9c0a1
2 changed files with 10 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue