[arch-commits] Commit in libtorrent-rasterbar/repos (3 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jul 11 07:49:08 UTC 2013


    Date: Thursday, July 11, 2013 @ 09:49:07
  Author: andrea
Revision: 189906

archrelease: copy trunk to staging-i686

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
    (from rev 189905, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-i686/boost-154.patch
    (from rev 189905, libtorrent-rasterbar/trunk/boost-154.patch)

-----------------+
 PKGBUILD        |   38 ++++++++++++++++++++++++++++++++++++++
 boost-154.patch |   11 +++++++++++
 2 files changed, 49 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 189905, libtorrent-rasterbar/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-07-11 07:49:07 UTC (rev 189906)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.10
+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/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+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 \
+      --enable-python-binding \
+      --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/staging-i686/boost-154.patch (from rev 189905, libtorrent-rasterbar/trunk/boost-154.patch)
===================================================================
--- staging-i686/boost-154.patch	                        (rev 0)
+++ staging-i686/boost-154.patch	2013-07-11 07:49:07 UTC (rev 189906)
@@ -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"




More information about the arch-commits mailing list