[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD boost-154.patch)

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 09:57:43
  Author: ioni
Revision: 198713

pdate to 0.16.12

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD
Deleted:
  libtorrent-rasterbar/trunk/boost-154.patch

-+
 PKGBUILD|   15 ---
 boost-154.patch |   11 ---
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 08:56:37 UTC (rev 198712)
+++ PKGBUILD2013-11-02 08:57:43 UTC (rev 198713)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.10
-pkgrel=2
+pkgver=0.16.12
+pkgrel=1
 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,16 +13,9 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz
-'boost-154.patch')
-sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42'
-  'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ${srcdir}/boost-154.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \

Deleted: boost-154.patch
===
--- boost-154.patch 2013-11-02 08:56:37 UTC (rev 198712)
+++ boost-154.patch 2013-11-02 08:57:43 UTC (rev 198713)
@@ -1,11 +0,0 @@
 libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~  
2013-07-11 07:37:03.057798742 +
-+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp   
2013-07-11 07:37:27.110960260 +
-@@ -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



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD boost-154.patch)

2013-07-11 Thread Andrea Scarpino
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
===
--- PKGBUILD2013-07-11 07:11:16 UTC (rev 189903)
+++ PKGBUILD2013-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 +
 libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp   
2013-07-11 07:37:27.110960260 +
+@@ -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