From d59c8beed8929a02f66fc37922f5d8610e35b833 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sat, 21 Oct 2017 04:37:11 -0200 Subject: [PATCH] libtorrent-rasterbar: update to 1.1.5. (#8409) --- .../patches/boost-1.65.1.patch | 34 ------------------- srcpkgs/libtorrent-rasterbar/template | 6 ++-- 2 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch diff --git a/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch b/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch deleted file mode 100644 index 6394895ba61..00000000000 --- a/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2 Mon Sep 17 00:00:00 2001 -From: arvidn -Date: Tue, 11 Jul 2017 23:16:50 -0700 -Subject: [PATCH] use the official boost.config header - ---- - include/libtorrent/export.hpp | 14 +------------- - 1 file changed, 1 insertion(+), 13 deletions(-) - -diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp -index 87536af2a2..503afe27a3 100644 ---- include/libtorrent/export.hpp -+++ include/libtorrent/export.hpp -@@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. - #ifndef TORRENT_EXPORT_HPP_INCLUDED - #define TORRENT_EXPORT_HPP_INCLUDED - --#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) --# include --#endif --#ifdef BOOST_COMPILER_CONFIG --# include BOOST_COMPILER_CONFIG --#endif -- --#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) --# include --#endif --#ifdef BOOST_PLATFORM_CONFIG --# include BOOST_PLATFORM_CONFIG --#endif -+#include - - // backwards compatibility with older versions of boost - #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 94a111a4142..456032ab6c2 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.1.4 -revision=2 +version=1.1.5 +revision=1 build_style=gnu-configure configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="automake pkg-config intltool libtool python-devel" @@ -11,7 +11,7 @@ maintainer="Eivind Uggedal " homepage="http://www.rasterbar.com/products/libtorrent/" license="3-clause-BSD" distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz" -checksum=ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 +checksum=103134068389155a0f2bccaca72a57765460eb8188495089dcad280dcf426930 pre_configure() { export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"