libtorrent: update to 0.13.4 (soname bump).

This commit is contained in:
Juan RP 2014-06-16 12:32:37 +02:00
parent d917f6e8e7
commit 3c137532ae
2 changed files with 6 additions and 13 deletions

View File

@ -759,7 +759,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.14 libtorrent-0.12.8_1
libtorrent.so.18 libtorrent-0.13.4_1
libgiblib.so.1 giblib-1.2.4_1
libgc.so.1 gc-7.1_1
libcord.so.1 gc-7.4_1

View File

@ -1,18 +1,10 @@
# Template build file for 'libtorrent'
pkgname=libtorrent
version=0.13.2
revision=3
version=0.13.4
revision=1
build_style=gnu-configure
# Check endiannes
case "$XBPS_TARGET_MACHINE" in
# XXX Only supported targets are matched.
i686*|x86_64*|armv?l|mipsel) _endiannes="ac_cv_c_bigendian=no";;
*) _endiannes="ac_cv_c_bigendian=yes";;
esac
configure_args="--enable-static --disable-debug --without-kqueue
--enable-aligned ${_endiannes} --with-posix-fallocate have_stat_vfs=yes"
--enable-aligned --with-posix-fallocate"
hostmakedepends="automake libtool pkg-config"
makedepends="openssl-devel libsigc++-devel"
short_desc="BitTorrent library written in C++"
@ -20,12 +12,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
checksum=ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f
checksum=704e097119dc89e2ee4630396b25de1cd64b0549841347ea75b9ef9217084955
pre_configure() {
# Drop cppunit requirement
sed '/AM_PATH_CPPUNIT.*/d' -i configure.ac
autoreconf -fi
sed -e 's,test "$cross_compiling" = yes, false,' -i configure
}
libtorrent-devel_package() {