From ee01173a3e99ac4b419337a05e42d084b3120ab2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 4 Sep 2015 08:51:10 +0200 Subject: [PATCH] libtorrent: update to 0.13.6 (soname bump). --- common/shlibs | 2 +- srcpkgs/libtorrent/template | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 8282e49ee26..35078b33f6e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -796,7 +796,7 @@ libosp.so.5 opensp-1.5.2_1 libogrove.so.0 openjade-1.3.2_1 libospgrove.so.0 openjade-1.3.2_1 libostyle.so.0 openjade-1.3.2_1 -libtorrent.so.18 libtorrent-0.13.4_1 +libtorrent.so.19 libtorrent-0.13.6_1 libgiblib.so.1 giblib-1.2.4_1 libgc.so.1 gc-7.1_1 libcord.so.1 gc-7.4_1 diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index f1ce724f006..507918a4104 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -1,7 +1,7 @@ # Template build file for 'libtorrent' pkgname=libtorrent -version=0.13.5 -revision=3 +version=0.13.6 +revision=1 build_style=gnu-configure configure_args="--enable-static --disable-debug --without-kqueue --enable-aligned --with-posix-fallocate" @@ -12,11 +12,9 @@ maintainer="Juan RP " homepage="https://github.com/rakshasa/${pkgname}" license="GPL-2" distfiles="https://github.com/rakshasa/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=625a13397828c2b84e17f51200ebee8b4f754c112dbb9c0f31292507fd7c026e +checksum=bf963ac6e73e194a2cd87ebdf809988b5b3d6244bb7cd43d7d0c4852fc501524 pre_configure() { - # Fix wrong version in configure.ac - sed 's,0.13.4,0.13.5,' -i configure.ac # Drop cppunit requirement sed '/AM_PATH_CPPUNIT.*/d' -i configure.ac autoreconf -fi