Date: Thursday, July 11, 2013 @ 09:44:48 Author: andrea Revision: 189904
upgpkg: libtorrent-rasterbar 1:0.16.10-2 Boost rebuild Added: libtorrent-rasterbar/trunk/boost-154.patch Modified: libtorrent-rasterbar/trunk/PKGBUILD -----------------+ PKGBUILD | 13 ++++++++++--- boost-154.patch | 11 +++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-11 07:11:16 UTC (rev 189903) +++ PKGBUILD 2013-07-11 07:44:48 UTC (rev 189904) @@ -4,7 +4,7 @@ pkgname=libtorrent-rasterbar pkgver=0.16.10 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" url="http://www.rasterbar.com/products/libtorrent/" @@ -13,9 +13,16 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!libtool' '!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42') +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz + 'boost-154.patch') +sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42' + 'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3') +prepare() { + cd $pkgname-$pkgver + patch -p1 -i "${srcdir}"/boost-154.patch +} + build() { cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ Added: boost-154.patch =================================================================== --- boost-154.patch (rev 0) +++ boost-154.patch 2013-07-11 07:44:48 UTC (rev 189904) @@ -0,0 +1,11 @@ +--- libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ 2013-07-11 07:37:03.057798742 +0000 ++++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp 2013-07-11 07:37:27.110960260 +0000 +@@ -33,6 +33,8 @@ + #ifndef TORRENT_DISK_BUFFER_POOL + #define TORRENT_DISK_BUFFER_POOL + ++#include <boost/noncopyable.hpp> ++ + #include "libtorrent/config.hpp" + #include "libtorrent/thread.hpp" + #include "libtorrent/session_settings.hpp"
