diff --git a/common/shlibs b/common/shlibs index 2b267e843d..03863d3f21 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1935,7 +1935,7 @@ libopenjpeg.so.5 libopenjpeg-1.5.2_1 liboping.so.0 liboping-1.8.0_1 libgksu2.so.0 libgksu-2.0.12_1 libloudmouth-1.so.0 loudmouth-1.4.3_1 -libtorrent-rasterbar.so.8 libtorrent-rasterbar-1.0.6_1 +libtorrent-rasterbar.so.9 libtorrent-rasterbar-1.1.1_1 libcapstone.so.3 capstone-3.0_1 libhavege.so.1 libhaveged-1.9.1_1 libnih.so.1 libnih-1.0.3_1 diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 4a665a2207..b8746d4be1 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar -version=1.0.9 -revision=2 +version=1.1.1 +revision=1 build_style=gnu-configure configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="pkg-config intltool" @@ -11,9 +11,10 @@ maintainer="Eivind Uggedal " homepage="http://www.rasterbar.com/products/libtorrent/" license="BSD" distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz" -checksum=11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6 +checksum=f70c82367b0980460ef95aff3e117fd4a174477892d529beec434f74d615b31f subpackages="libtorrent-rasterbar-devel" +CXXFLAGS="-std=c++11" if [ -z "$CROSS_BUILD" ]; then configure_args+=" --enable-python-binding"