[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-12-28 Thread Felix Yan via arch-commits
Date: Monday, December 28, 2020 @ 18:44:52
  Author: felixonmars
Revision: 405069

upgpkg: libtorrent-rasterbar 1:1.2.11-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 15:59:05 UTC (rev 405068)
+++ PKGBUILD2020-12-28 18:44:52 UTC (rev 405069)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.10
-pkgrel=7
+pkgver=1.2.11
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -13,9 +13,9 @@
 depends=('boost-libs')
 makedepends=('boost' 'python')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
+source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
 
$pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
-sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
+sha512sums=('abcfaa9f22f9adc030f0c4ec8dfd2e5070d1177cc2cf0bcb4e08dfca1b2e806a5c90a82d1860b5dc51efe3e8d2bea3c1d3d966c132a39bfdd5d4791e59bb503a'
 
'94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
 
 prepare() {


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 15:03:54
  Author: felixonmars
Revision: 404107

upgpkg: libtorrent-rasterbar 1:1.2.10-7: boost 1.75.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 15:01:18 UTC (rev 404106)
+++ PKGBUILD2020-12-12 15:03:54 UTC (rev 404107)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 19:08:14
  Author: felixonmars
Revision: 402985

upgpkg: libtorrent-rasterbar 1:1.2.10-6: boost 1.74.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 19:06:24 UTC (rev 402984)
+++ PKGBUILD2020-12-06 19:08:14 UTC (rev 402985)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 12:02:59
  Author: felixonmars
Revision: 400506

upgpkg: libtorrent-rasterbar 1:1.2.10-5: Python 3.9 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 12:01:55 UTC (rev 400505)
+++ PKGBUILD2020-11-12 12:02:59 UTC (rev 400506)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 08:42:15
  Author: jelle
Revision: 400277

Remove python2 module as nothing requires it in ou repos

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   29 -
 1 file changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:48:56 UTC (rev 400276)
+++ PKGBUILD2020-11-11 08:42:15 UTC (rev 400277)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('BSD')
 depends=('boost-libs')
-makedepends=('boost' 'python2' 'python')
+makedepends=('boost' 'python')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
 
$pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
@@ -19,7 +19,6 @@
 
'94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
 
 prepare() {
-  mkdir py2 py3
   cd $pkgname-$pkgver
   # https://bugs.archlinux.org/task/67754
   patch -p1 -i ../$pkgname-cxx14-fix.patch
@@ -30,33 +29,21 @@
   autoreconf -if
 }
 
-_build() (
-  cd py$1
-
-  # FS#50745
-  _boost="boost_python"
-  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
-
-  PYTHON=/usr/bin/python$1 \
-  ../$pkgname-$pkgver/configure \
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
 --prefix=/usr \
 --enable-python-binding \
 --enable-examples \
 --disable-static \
 --with-libiconv \
---with-boost-python=$_boost
-)
-
-build() {
-  _build 2
-  _build 3
+--with-boost-python=boost_python3
 }
 
 package() {
-  make -C py2 DESTDIR="$pkgdir" install
-  make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Remove most example binaries
   rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:09:05
  Author: foutrelis
Revision: 400223

upgpkg: libtorrent-rasterbar 1:1.2.10-4: Python 3.9 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 23:54:40 UTC (rev 400222)
+++ PKGBUILD2020-11-11 06:09:05 UTC (rev 400223)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 08:21:15
  Author: felixonmars
Revision: 400048

upgpkg: libtorrent-rasterbar 1:1.2.10-3: Python 3.9 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 08:20:02 UTC (rev 400047)
+++ PKGBUILD2020-11-10 08:21:15 UTC (rev 400048)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 08:08:05
  Author: felixonmars
Revision: 400042

fix checksum for patch (FS#68107)

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 07:55:51 UTC (rev 400041)
+++ PKGBUILD2020-11-10 08:08:05 UTC (rev 400042)
@@ -14,15 +14,15 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
+
$pkgname-cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
 
sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
-
'08a42feb95a53ed2e932abf60f9f654df7031676334f07996fa2fbbdde0758d54058f7ffc772fd36a5c92cd1dd4da0d556e267536347516a29f9828b4b99c5b7')
+
'94ddc3bdfc33f7b5300cc01b7c821dbd9a1433cae93bb7d467a1a732e84e7be4a6e75fbd69e88802e2eecca9c8541ecd1856d4ca2b508af224562cb05de80cca')
 
 prepare() {
   mkdir py2 py3
   cd $pkgname-$pkgver
   # https://bugs.archlinux.org/task/67754
-  patch -p1 -i ../cxx14-fix.patch
+  patch -p1 -i ../$pkgname-cxx14-fix.patch
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-09-23 Thread Felix Yan via arch-commits
Date: Wednesday, September 23, 2020 @ 12:42:14
  Author: felixonmars
Revision: 396436

upgpkg: libtorrent-rasterbar 1:1.2.10-2: Add a fix for FS#67754

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 08:31:38 UTC (rev 396435)
+++ PKGBUILD2020-09-23 12:42:14 UTC (rev 396436)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.10
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -13,12 +13,16 @@
 depends=('boost-libs')
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz
+cxx14-fix.patch::https://github.com/arvidn/libtorrent/pull/5026.patch)
+sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f'
+
'08a42feb95a53ed2e932abf60f9f654df7031676334f07996fa2fbbdde0758d54058f7ffc772fd36a5c92cd1dd4da0d556e267536347516a29f9828b4b99c5b7')
 
 prepare() {
   mkdir py2 py3
   cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/67754
+  patch -p1 -i ../cxx14-fix.patch
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-09-03 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 21:20:34
  Author: felixonmars
Revision: 395424

upgpkg: libtorrent-rasterbar 1:1.2.10-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 21:04:26 UTC (rev 395423)
+++ PKGBUILD2020-09-03 21:20:34 UTC (rev 395424)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -14,7 +14,7 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('6b25a7b14649fb6ddcd6afbe3ab1799c055abd2439c6cd57b57f60d58c2db802c8a5d0ad675b100a7c0091ebb1bc70ae1b39daedb956effbe51d09f2ced0e75e')
+sha512sums=('50f912d85eefa94c560613cf53d9a2cb00bf4ed800f15e7a43dca35dd941a931a681d1d9ac7305cde0b435bdcf7c6e76a71fbb60d95aefbdca6f982d57b3951f')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-08-28 Thread Felix Yan via arch-commits
Date: Friday, August 28, 2020 @ 19:08:10
  Author: felixonmars
Revision: 394850

upgpkg: libtorrent-rasterbar 1:1.2.9-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 18:55:29 UTC (rev 394849)
+++ PKGBUILD2020-08-28 19:08:10 UTC (rev 394850)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -14,7 +14,7 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('3669175763b1df96f1a2568b7a51df4e7fdf48033826484db8a5bf6525ec117423cdb23b4c357d7ea1d24ec47cf2ee4a0bbfe5f13e825418de9f8ac2dfee5971')
+sha512sums=('6b25a7b14649fb6ddcd6afbe3ab1799c055abd2439c6cd57b57f60d58c2db802c8a5d0ad675b100a7c0091ebb1bc70ae1b39daedb956effbe51d09f2ced0e75e')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-08-13 Thread Felix Yan via arch-commits
Date: Thursday, August 13, 2020 @ 06:28:44
  Author: felixonmars
Revision: 393582

upgpkg: libtorrent-rasterbar 1:1.2.8-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 03:17:46 UTC (rev 393581)
+++ PKGBUILD2020-08-13 06:28:44 UTC (rev 393582)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -13,9 +13,8 @@
 depends=('boost-libs')
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
-_pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('3669175763b1df96f1a2568b7a51df4e7fdf48033826484db8a5bf6525ec117423cdb23b4c357d7ea1d24ec47cf2ee4a0bbfe5f13e825418de9f8ac2dfee5971')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:54:25
  Author: felixonmars
Revision: 388285

upgpkg: libtorrent-rasterbar 1:1.2.7-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 14:31:41 UTC (rev 388284)
+++ PKGBUILD2020-06-04 16:54:25 UTC (rev 388285)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -14,8 +14,8 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('78f9120b1b824dac37ec8bd16a29abdfcd7fd6af3c56e0cc9048d74412d000ef5ea1e8421f757eddb914f8bb20de9fb4192d5b8a3f781fa2e1d4f134ea24b1ee')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_$_pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-04-21 Thread Felix Yan via arch-commits
Date: Wednesday, April 22, 2020 @ 04:50:52
  Author: felixonmars
Revision: 380707

upgpkg: libtorrent-rasterbar 1:1.2.6-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 03:22:25 UTC (rev 380706)
+++ PKGBUILD2020-04-22 04:50:52 UTC (rev 380707)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('b907916bb2b4d550a5173783163cb192c31c0db5e25a4807a4701d1e5fa7e0d4fd9f1fb2c89b43f613a750b42816b07576fb773663fbf3cfb2e3e4b9de380f26')
+sha512sums=('78f9120b1b824dac37ec8bd16a29abdfcd7fd6af3c56e0cc9048d74412d000ef5ea1e8421f757eddb914f8bb20de9fb4192d5b8a3f781fa2e1d4f134ea24b1ee')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 12:19:07
  Author: felixonmars
Revision: 377261

upgpkg: libtorrent-rasterbar 1:1.2.5-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 10:19:30 UTC (rev 377260)
+++ PKGBUILD2020-03-10 12:19:07 UTC (rev 377261)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('2328747f9b03cd61c7c3eac095225b9e6fa78238346ac96a961394639790135deda009cf597c0538570ade8bf4c0e027062720c1776c72228d1c51ec16ef0e13')
+sha512sums=('b907916bb2b4d550a5173783163cb192c31c0db5e25a4807a4701d1e5fa7e0d4fd9f1fb2c89b43f613a750b42816b07576fb773663fbf3cfb2e3e4b9de380f26')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-02-12 Thread Felix Yan via arch-commits
Date: Wednesday, February 12, 2020 @ 17:31:01
  Author: felixonmars
Revision: 375504

upgpkg: libtorrent-rasterbar 1:1.2.4-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 17:06:08 UTC (rev 375503)
+++ PKGBUILD2020-02-12 17:31:01 UTC (rev 375504)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('18cffb86c5affcde79860236440eaca492fce71f16c2ccc5e20ec0d9351fbfb6c15d97e203b61c8cf8168f86cf31459ce0b76a4b0559244f9add385434ff4ae6')
+sha512sums=('2328747f9b03cd61c7c3eac095225b9e6fa78238346ac96a961394639790135deda009cf597c0538570ade8bf4c0e027062720c1776c72228d1c51ec16ef0e13')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2020-01-27 Thread Felix Yan via arch-commits
Date: Tuesday, January 28, 2020 @ 01:42:36
  Author: felixonmars
Revision: 374132

boost 1.72.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 01:33:12 UTC (rev 374131)
+++ PKGBUILD2020-01-28 01:42:36 UTC (rev 374132)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-12-21 Thread Felix Yan via arch-commits
Date: Saturday, December 21, 2019 @ 23:30:05
  Author: felixonmars
Revision: 372057

upgpkg: libtorrent-rasterbar 1:1.2.3-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 23:11:09 UTC (rev 372056)
+++ PKGBUILD2019-12-21 23:30:05 UTC (rev 372057)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('8ef867d253fe187336ec5919683526997298319b755bcd72eeca2c56c81462d2aed912d2eadcd560d2a8729b36798718f9a1668a83927211f49667af9bdf0a06')
+sha512sums=('18cffb86c5affcde79860236440eaca492fce71f16c2ccc5e20ec0d9351fbfb6c15d97e203b61c8cf8168f86cf31459ce0b76a4b0559244f9add385434ff4ae6')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-12-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 4, 2019 @ 19:32:16
  Author: arojas
Revision: 370400

Update to 1.2.2

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-04 19:15:24 UTC (rev 370399)
+++ PKGBUILD2019-12-04 19:32:16 UTC (rev 370400)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('f9d0f2dd278a56f96f5d6d13996a3647a26acfb31fa9cbd42b2edc68a5ab4818764dec7ab6b0e1a25798adfc6b4460884606af72728c61c7762adbd8bdf4b4c6')
+sha512sums=('8ef867d253fe187336ec5919683526997298319b755bcd72eeca2c56c81462d2aed912d2eadcd560d2a8729b36798718f9a1668a83927211f49667af9bdf0a06')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-12-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 4, 2019 @ 17:57:58
  Author: arojas
Revision: 370395

Remove obsolete CXXFLAGS, we're at c++14 now and this breaks qbittorrent

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-04 16:13:33 UTC (rev 370394)
+++ PKGBUILD2019-12-04 17:57:58 UTC (rev 370395)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -34,8 +34,6 @@
   _boost="boost_python"
   if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
 
-  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
-  CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
   ../$pkgname-$pkgver/configure \
 --prefix=/usr \


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 15:08:18
  Author: felixonmars
Revision: 368918

upgpkg: libtorrent-rasterbar 1:1.2.1-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 14:47:52 UTC (rev 368917)
+++ PKGBUILD2019-11-15 15:08:18 UTC (rev 368918)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.13
-pkgrel=4
+pkgver=1.2.1
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('021fc54353fdf5063d55ccdc2057dada292bb0008fb92e93e8d94dd89f529630f290fcdc4f4d095e3192522c57fe0f0da260b5ef8e8e15a8c6ac05728f5f7160')
+sha512sums=('f9d0f2dd278a56f96f5d6d13996a3647a26acfb31fa9cbd42b2edc68a5ab4818764dec7ab6b0e1a25798adfc6b4460884606af72728c61c7762adbd8bdf4b4c6')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 20:10:56
  Author: felixonmars
Revision: 366569

Python 3.8 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 20:04:53 UTC (rev 366568)
+++ PKGBUILD2019-11-03 20:10:56 UTC (rev 366569)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.13
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 15:51:36
  Author: foutrelis
Revision: 365645

Python 3.8 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:48:57 UTC (rev 365644)
+++ PKGBUILD2019-10-25 15:51:36 UTC (rev 365645)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.13
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 06:05:52
  Author: felixonmars
Revision: 362396

boost 1.71.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 22:59:10 UTC (rev 362395)
+++ PKGBUILD2019-09-13 06:05:52 UTC (rev 362396)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.13
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-07-20 Thread Antonio Rojas via arch-commits
Date: Saturday, July 20, 2019 @ 09:58:38
  Author: arojas
Revision: 358424

Update to 1.1.13

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-20 09:29:42 UTC (rev 358423)
+++ PKGBUILD2019-07-20 09:58:38 UTC (rev 358424)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.12
+pkgver=1.1.13
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -14,17 +14,17 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent_${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('b41852f102ac7ce5b9ef2744067e021427e240ced77537d566db4b0534a7def8a869bc90f3086ef3ee8682670a66a75e6a7395856560963e7217c3fc5164fcb3')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('021fc54353fdf5063d55ccdc2057dada292bb0008fb92e93e8d94dd89f529630f290fcdc4f4d095e3192522c57fe0f0da260b5ef8e8e15a8c6ac05728f5f7160')
 
 prepare() {
   mkdir py2 py3
-  cd libtorrent-libtorrent_${_pkgver}
+  cd $pkgname-$pkgver
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 
-  ./autotool.sh
+  autoreconf -if
 }
 
 _build() (
@@ -37,7 +37,7 @@
   # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
   CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
-  ../libtorrent-libtorrent_${_pkgver}/configure \
+  ../$pkgname-$pkgver/configure \
 --prefix=/usr \
 --enable-python-binding \
 --enable-examples \
@@ -54,7 +54,7 @@
 package() {
   make -C py2 DESTDIR="$pkgdir" install
   make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 libtorrent-libtorrent_${_pkgver}/COPYING \
+  install -Dm644 $pkgname-$pkgver/COPYING \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Remove most example binaries


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-05-06 Thread Antonio Rojas via arch-commits
Date: Monday, May 6, 2019 @ 20:26:11
  Author: arojas
Revision: 352617

https

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 20:25:17 UTC (rev 352616)
+++ PKGBUILD2019-05-06 20:26:11 UTC (rev 352617)
@@ -7,7 +7,7 @@
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/;
+url="https://www.rasterbar.com/products/libtorrent/;
 arch=('x86_64')
 license=('BSD')
 depends=('boost-libs')


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-01-20 Thread Felix Yan via arch-commits
Date: Sunday, January 20, 2019 @ 12:29:47
  Author: felixonmars
Revision: 344533

upgpkg: libtorrent-rasterbar 1:1.1.12-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 12:25:29 UTC (rev 344532)
+++ PKGBUILD2019-01-20 12:29:47 UTC (rev 344533)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.11
-pkgrel=2
+pkgver=1.1.12
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent_${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('7e3717e340e813ba2bf379f667f09d298830491edd1573f04d2e35e2d9335e918c0ee299e3f78b8f58d2ae3dbaf5a04dac462709b67c7f9034676b56dc9e4428')
+sha512sums=('b41852f102ac7ce5b9ef2744067e021427e240ced77537d566db4b0534a7def8a869bc90f3086ef3ee8682670a66a75e6a7395856560963e7217c3fc5164fcb3')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2019-01-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 07:25:30
  Author: foutrelis
Revision: 344117

boost 1.69.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:25:27 UTC (rev 344116)
+++ PKGBUILD2019-01-15 07:25:30 UTC (rev 344117)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 18:35:42
  Author: felixonmars
Revision: 341394

upgpkg: libtorrent-rasterbar 1:1.1.11-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 17:29:24 UTC (rev 341393)
+++ PKGBUILD2018-12-09 18:35:42 UTC (rev 341394)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -14,12 +14,12 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('b811390faa99e53d1c60d7071c9e5665142ce9624fe64c82c995f4ca8944e10f3b7b1377ae40177ad8c6c81b09175183a9e110011aec0134d9ae82b4c7afdf43')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent_${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('7e3717e340e813ba2bf379f667f09d298830491edd1573f04d2e35e2d9335e918c0ee299e3f78b8f58d2ae3dbaf5a04dac462709b67c7f9034676b56dc9e4428')
 
 prepare() {
   mkdir py2 py3
-  cd libtorrent-libtorrent-${_pkgver}
+  cd libtorrent-libtorrent_${_pkgver}
 
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
@@ -37,7 +37,7 @@
   # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
   CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
-  ../libtorrent-libtorrent-${_pkgver}/configure \
+  ../libtorrent-libtorrent_${_pkgver}/configure \
 --prefix=/usr \
 --enable-python-binding \
 --enable-examples \
@@ -54,7 +54,7 @@
 package() {
   make -C py2 DESTDIR="$pkgdir" install
   make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+  install -Dm644 libtorrent-libtorrent_${_pkgver}/COPYING \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Remove most example binaries


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-10-06 Thread Felix Yan via arch-commits
Date: Saturday, October 6, 2018 @ 20:45:15
  Author: felixonmars
Revision: 335899

upgpkg: libtorrent-rasterbar 1:1.1.10-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-06 20:42:56 UTC (rev 335898)
+++ PKGBUILD2018-10-06 20:45:15 UTC (rev 335899)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.9
-pkgrel=2
+pkgver=1.1.10
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('8c313c757603a4b2035c69fbe745c1e3483359b7b21601f9353338acc00e15953b4414ea4adf93647e1f2f9e1da72df165cede9dbdcaf57c12833529a43b3fc7')
+sha512sums=('b811390faa99e53d1c60d7071c9e5665142ce9624fe64c82c995f4ca8944e10f3b7b1377ae40177ad8c6c81b09175183a9e110011aec0134d9ae82b4c7afdf43')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 00:09:08
  Author: foutrelis
Revision: 334823

boost 1.68.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 23:59:56 UTC (rev 334822)
+++ PKGBUILD2018-09-18 00:09:08 UTC (rev 334823)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-08-01 Thread Felix Yan via arch-commits
Date: Wednesday, August 1, 2018 @ 15:20:32
  Author: felixonmars
Revision: 330415

upgpkg: libtorrent-rasterbar 1:1.1.9-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 15:20:01 UTC (rev 330414)
+++ PKGBUILD2018-08-01 15:20:32 UTC (rev 330415)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.8
-pkgrel=3
+pkgver=1.1.9
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('0db79b60093fc771d3fb0a2df7d420ae874da0e5c0968e4cc28052c999ed259f339d4e8b271923a0dc71ec1433d50ad5b680d873ea3dbfa17e663e265c02975b')
+sha512sums=('8c313c757603a4b2035c69fbe745c1e3483359b7b21601f9353338acc00e15953b4414ea4adf93647e1f2f9e1da72df165cede9dbdcaf57c12833529a43b3fc7')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 07:00:42
  Author: foutrelis
Revision: 329904

libboost_python37 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 07:00:33 UTC (rev 329903)
+++ PKGBUILD2018-08-01 07:00:42 UTC (rev 329904)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.8
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 17:52:02
  Author: felixonmars
Revision: 327867

Python 3.7 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:49:54 UTC (rev 327866)
+++ PKGBUILD2018-06-30 17:52:02 UTC (rev 327867)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.8
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2018-06-27 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 15:35:08
  Author: felixonmars
Revision: 327702

upgpkg: libtorrent-rasterbar 1:1.1.8-1

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

--+
 PKGBUILD |   13 +++
 boost-1.67.patch |   58 -
 2 files changed, 4 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 15:04:57 UTC (rev 327701)
+++ PKGBUILD2018-06-27 15:35:08 UTC (rev 327702)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,10 +15,8 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
-boost-1.67.patch)
-sha512sums=('95479ff0cbce299edccaaeb435c31b07c05f45e319f3480645d2ae45a9bdc01866edb1329426c6835a7c0cba2d6347254f5f023009ff78405b813c131b78addb'
-
'7230185c1595b9a6b7686d71812addb65852a901212a0050371f40ecd0686ae7f2f2e11e950c2bd26820005fa6d2c7f68fcbf44416c7a2c78b083aa95773fadf')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('0db79b60093fc771d3fb0a2df7d420ae874da0e5c0968e4cc28052c999ed259f339d4e8b271923a0dc71ec1433d50ad5b680d873ea3dbfa17e663e265c02975b')
 
 prepare() {
   mkdir py2 py3
@@ -27,9 +25,6 @@
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 
-  # https://github.com/arvidn/libtorrent/issues/2947
-  patch -Np1 -i ../boost-1.67.patch
-
   ./autotool.sh
 }
 

Deleted: boost-1.67.patch
===
--- boost-1.67.patch2018-06-27 15:04:57 UTC (rev 327701)
+++ boost-1.67.patch2018-06-27 15:35:08 UTC (rev 327702)
@@ -1,58 +0,0 @@
-From 64d6b4900448097b0157abb328621dd211e2947d Mon Sep 17 00:00:00 2001
-From: arvidn 
-Date: Wed, 11 Apr 2018 13:48:42 +0200
-Subject: [PATCH] fix boost-1.67 build
-

- include/libtorrent/ip_filter.hpp | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/include/libtorrent/ip_filter.hpp 
b/include/libtorrent/ip_filter.hpp
-index 4e47b39a1d..4455624449 100644
 a/include/libtorrent/ip_filter.hpp
-+++ b/include/libtorrent/ip_filter.hpp
-@@ -41,10 +41,16 @@ POSSIBILITY OF SUCH DAMAGE.
- #include 
- 
- #include 
--#include 
- #include 
- #include 
- 
-+#include 
-+#if BOOST_VERSION >= 106700
-+#include 
-+#else
-+#include 
-+#endif
-+
- #include "libtorrent/aux_/disable_warnings_pop.hpp"
- 
- #include "libtorrent/address.hpp"
-From 9cd0ae67e74a507c1b9ff9c057ee97dda38ccb81 Mon Sep 17 00:00:00 2001
-From: arvidn 
-Date: Fri, 13 Apr 2018 08:42:39 +0200
-Subject: [PATCH] another boost-1.67 build fix
-

- src/kademlia/routing_table.cpp | 7 +++
- 1 file changed, 7 insertions(+)
-
-diff --git a/src/kademlia/routing_table.cpp b/src/kademlia/routing_table.cpp
-index a23500b69f..dfc3500930 100644
 a/src/kademlia/routing_table.cpp
-+++ b/src/kademlia/routing_table.cpp
-@@ -54,6 +54,13 @@ POSSIBILITY OF SUCH DAMAGE.
- #include 
- #include 
- 
-+#include 
-+#if BOOST_VERSION >= 106700
-+#include 
-+#else
-+#include 
-+#endif
-+
- #include "libtorrent/aux_/disable_warnings_pop.hpp"
- 
- using boost::uint8_t;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 14:46:48
  Author: felixonmars
Revision: 325444

boost 1.67.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 14:38:27 UTC (rev 325443)
+++ PKGBUILD2018-05-31 14:46:48 UTC (rev 325444)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2018-05-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 31, 2018 @ 14:38:27
  Author: foutrelis
Revision: 325443

Fix build with boost 1.67

Added:
  libtorrent-rasterbar/trunk/boost-1.67.patch
Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |9 ++--
 boost-1.67.patch |   58 +
 2 files changed, 65 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 13:38:44 UTC (rev 325442)
+++ PKGBUILD2018-05-31 14:38:27 UTC (rev 325443)
@@ -15,8 +15,10 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('95479ff0cbce299edccaaeb435c31b07c05f45e319f3480645d2ae45a9bdc01866edb1329426c6835a7c0cba2d6347254f5f023009ff78405b813c131b78addb')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
+boost-1.67.patch)
+sha512sums=('95479ff0cbce299edccaaeb435c31b07c05f45e319f3480645d2ae45a9bdc01866edb1329426c6835a7c0cba2d6347254f5f023009ff78405b813c131b78addb'
+
'7230185c1595b9a6b7686d71812addb65852a901212a0050371f40ecd0686ae7f2f2e11e950c2bd26820005fa6d2c7f68fcbf44416c7a2c78b083aa95773fadf')
 
 prepare() {
   mkdir py2 py3
@@ -25,6 +27,9 @@
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 
+  # https://github.com/arvidn/libtorrent/issues/2947
+  patch -Np1 -i ../boost-1.67.patch
+
   ./autotool.sh
 }
 

Added: boost-1.67.patch
===
--- boost-1.67.patch(rev 0)
+++ boost-1.67.patch2018-05-31 14:38:27 UTC (rev 325443)
@@ -0,0 +1,58 @@
+From 64d6b4900448097b0157abb328621dd211e2947d Mon Sep 17 00:00:00 2001
+From: arvidn 
+Date: Wed, 11 Apr 2018 13:48:42 +0200
+Subject: [PATCH] fix boost-1.67 build
+
+---
+ include/libtorrent/ip_filter.hpp | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/include/libtorrent/ip_filter.hpp 
b/include/libtorrent/ip_filter.hpp
+index 4e47b39a1d..4455624449 100644
+--- a/include/libtorrent/ip_filter.hpp
 b/include/libtorrent/ip_filter.hpp
+@@ -41,10 +41,16 @@ POSSIBILITY OF SUCH DAMAGE.
+ #include 
+ 
+ #include 
+-#include 
+ #include 
+ #include 
+ 
++#include 
++#if BOOST_VERSION >= 106700
++#include 
++#else
++#include 
++#endif
++
+ #include "libtorrent/aux_/disable_warnings_pop.hpp"
+ 
+ #include "libtorrent/address.hpp"
+From 9cd0ae67e74a507c1b9ff9c057ee97dda38ccb81 Mon Sep 17 00:00:00 2001
+From: arvidn 
+Date: Fri, 13 Apr 2018 08:42:39 +0200
+Subject: [PATCH] another boost-1.67 build fix
+
+---
+ src/kademlia/routing_table.cpp | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/kademlia/routing_table.cpp b/src/kademlia/routing_table.cpp
+index a23500b69f..dfc3500930 100644
+--- a/src/kademlia/routing_table.cpp
 b/src/kademlia/routing_table.cpp
+@@ -54,6 +54,13 @@ POSSIBILITY OF SUCH DAMAGE.
+ #include 
+ #include 
+ 
++#include 
++#if BOOST_VERSION >= 106700
++#include 
++#else
++#include 
++#endif
++
+ #include "libtorrent/aux_/disable_warnings_pop.hpp"
+ 
+ using boost::uint8_t;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2018-04-13 Thread Felix Yan via arch-commits
Date: Friday, April 13, 2018 @ 09:58:39
  Author: felixonmars
Revision: 321670

upgpkg: libtorrent-rasterbar 1:1.1.7-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 03:28:20 UTC (rev 321669)
+++ PKGBUILD2018-04-13 09:58:39 UTC (rev 321670)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('528034e63330d3c6910ab9db34a2a543618961c0095ecb8f865065516c341d063cba92aed2904b80aa0d0ef65df1b91c400f69d16defad787ff1ffb5edd09e37')
+sha512sums=('95479ff0cbce299edccaaeb435c31b07c05f45e319f3480645d2ae45a9bdc01866edb1329426c6835a7c0cba2d6347254f5f023009ff78405b813c131b78addb')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-10-18 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 03:22:55
  Author: felixonmars
Revision: 308238

upgpkg: libtorrent-rasterbar 1:1.1.5-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 23:51:43 UTC (rev 308237)
+++ PKGBUILD2017-10-19 03:22:55 UTC (rev 308238)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,17 +15,13 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
-
libtorrent-boost-1.65.patch::"https://github.com/arvidn/libtorrent/commit/7eb3cf6b.patch;)
-sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406bb24b8db5e05c96ea7672ab88b5302'
-
'b5b3327c7584b3f2a693c19c8824de5ad8d33713ca88ce29aef9594c552a35355eb30a2876db11b7427d8863116f03df35502acd7d775ea1dc2b5974214e0583')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha512sums=('edaff6347bf922af8b6d74e332e180fe122f64152a152fb905f4f2c3371dc29d668fc2b0ffcda3f56b50a1a51b25d1a3ae4284ed6e09f6a2eb7b34bcce8dd9c7')
 
 prepare() {
   mkdir py2 py3
   cd libtorrent-libtorrent-${_pkgver}
 
-  # Fix build with boost 1.65
-  patch -p1 -i ../libtorrent-boost-1.65.patch
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 11:32:08
  Author: arojas
Revision: 305240

boost 1.65 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 11:25:50 UTC (rev 305239)
+++ PKGBUILD2017-09-10 11:32:08 UTC (rev 305240)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,13 +15,17 @@
 makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406bb24b8db5e05c96ea7672ab88b5302')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
+
libtorrent-boost-1.65.patch::"https://github.com/arvidn/libtorrent/commit/7eb3cf6b.patch;)
+sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406bb24b8db5e05c96ea7672ab88b5302'
+
'b5b3327c7584b3f2a693c19c8824de5ad8d33713ca88ce29aef9594c552a35355eb30a2876db11b7427d8863116f03df35502acd7d775ea1dc2b5974214e0583')
 
 prepare() {
   mkdir py2 py3
   cd libtorrent-libtorrent-${_pkgver}
 
+  # Fix build with boost 1.65
+  patch -p1 -i ../libtorrent-boost-1.65.patch
   # Avoid depending on newer processors
   sed -i 's/-msse4.2//' configure.ac
 


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 07:56:02
  Author: felixonmars
Revision: 300079

upgpkg: libtorrent-rasterbar 1:1.1.4-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 07:55:46 UTC (rev 300078)
+++ PKGBUILD2017-07-11 07:56:02 UTC (rev 300079)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.3
-pkgrel=4
+pkgver=1.1.4
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
+sha512sums=('5a515b44a71582bd81a3794c666f3b88478f7a987527fa6d80bc9b3291932a9f13ca730732056cd155a65934328406bb24b8db5e05c96ea7672ab88b5302')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 10:15:12
  Author: arojas
Revision: 296316

boost 1.64 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 07:20:10 UTC (rev 296315)
+++ PKGBUILD2017-05-20 10:15:12 UTC (rev 296316)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 23:04:24
  Author: foutrelis
Revision: 293999

upgpkg: libtorrent-rasterbar 1:1.1.3-3

OpenSSL 1.1.0 rebuild.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 22:55:54 UTC (rev 293998)
+++ PKGBUILD2017-04-22 23:04:24 UTC (rev 293999)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 22:55:44
  Author: foutrelis
Revision: 293997

upgpkg: libtorrent-rasterbar 1:1.1.3-2

Rebuild against core/openssl (FS#53758).

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 21:20:44 UTC (rev 293996)
+++ PKGBUILD2017-04-22 22:55:44 UTC (rev 293997)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-04-13 Thread Bartłomiej Piotrowski
Date: Thursday, April 13, 2017 @ 06:36:08
  Author: bpiotrowski
Revision: 292643

upgpkg: libtorrent-rasterbar 1:1.1.3-1

new upstream release

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:41:10 UTC (rev 292642)
+++ PKGBUILD2017-04-13 06:36:08 UTC (rev 292643)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.1.1
-pkgrel=7
+pkgver=1.1.3
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('8b8285adb93355df7c20bea4cb4cb446f0e8af6a')
+sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-03-08 Thread Jan de Groot
Date: Wednesday, March 8, 2017 @ 13:36:45
  Author: jgc
Revision: 290134

upgpkg: libtorrent-rasterbar 1:1.1.1-7

OpenSSL 1.1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-08 13:23:10 UTC (rev 290133)
+++ PKGBUILD2017-03-08 13:36:45 UTC (rev 290134)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2017-01-01 Thread Bartłomiej Piotrowski
Date: Sunday, January 1, 2017 @ 22:14:31
  Author: bpiotrowski
Revision: 285167

upgpkg: libtorrent-rasterbar 1:1.1.1-6

rebuild against boost 1.63.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 22:01:55 UTC (rev 285166)
+++ PKGBUILD2017-01-01 22:14:31 UTC (rev 285167)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-12-24 Thread Evangelos Foutras
Date: Saturday, December 24, 2016 @ 11:25:07
  Author: foutrelis
Revision: 284606

Python 3.6 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 11:23:31 UTC (rev 284605)
+++ PKGBUILD2016-12-24 11:25:07 UTC (rev 284606)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-11-02 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 15:45:07
  Author: felixonmars
Revision: 279758

upgpkg: libtorrent-rasterbar 1:1.1.1-4

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 15:33:48 UTC (rev 279757)
+++ PKGBUILD2016-11-02 15:45:07 UTC (rev 279758)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('boost-libs')
-makedepends=('boost' 'python2' 'python3')
+makedepends=('boost' 'python2' 'python')
 options=('!emptydirs')
 _pkgver=${pkgver//./_}
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
@@ -30,6 +30,11 @@
 
 _build() (
   cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
   # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
   CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
@@ -38,7 +43,8 @@
 --enable-python-binding \
 --enable-examples \
 --disable-static \
---with-libiconv
+--with-libiconv \
+--with-boost-python=$_boost
 )
 
 build() {


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-10-30 Thread Sven-Hendrik Haase
Date: Monday, October 31, 2016 @ 03:48:00
  Author: svenstaro
Revision: 279507

upgpkg: libtorrent-rasterbar 1:1.1.1-3

rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 22:42:57 UTC (rev 279506)
+++ PKGBUILD2016-10-31 03:48:00 UTC (rev 279507)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 19:28:46
  Author: bpiotrowski
Revision: 277900

upgpkg: libtorrent-rasterbar 1:1.1.1-2

rebuild against boost 1.62.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-07 19:17:27 UTC (rev 277899)
+++ PKGBUILD2016-10-07 19:28:46 UTC (rev 277900)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-06-23 Thread Felix Yan
Date: Friday, June 24, 2016 @ 02:56:48
  Author: felixonmars
Revision: 270545

upgpkg: libtorrent-rasterbar 1:1.1-2

rebuild to enable c++11 mode

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-23 21:06:50 UTC (rev 270544)
+++ PKGBUILD2016-06-24 02:56:48 UTC (rev 270545)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -17,6 +17,11 @@
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
 sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
 
+prepare() {
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  export CXXFLAGS="$CXXFLAGS -std=c++11"
+}
+
 build() {
   cd libtorrent-libtorrent-${pkgver//./_}
   ./autotool.sh


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-04-29 Thread Felix Yan
Date: Friday, April 29, 2016 @ 09:03:06
  Author: fyan
Revision: 266622

upgpkg: libtorrent-rasterbar 1:1.1-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 06:24:48 UTC (rev 266621)
+++ PKGBUILD2016-04-29 07:03:06 UTC (rev 266622)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.9
+pkgver=1.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
@@ -15,7 +15,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('b52faaaf69442556a21445363f41967643b5f8de')
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
 
 build() {
   cd libtorrent-libtorrent-${pkgver//./_}


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 16:18:00
  Author: fyan
Revision: 263751

upgpkg: libtorrent-rasterbar 1:1.0.9-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-02 14:15:22 UTC (rev 263750)
+++ PKGBUILD2016-04-02 14:18:00 UTC (rev 263751)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -15,7 +15,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
+sha1sums=('b52faaaf69442556a21445363f41967643b5f8de')
 
 build() {
   cd libtorrent-libtorrent-${pkgver//./_}


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 14:51:05
  Author: bpiotrowski
Revision: 260657

OpenSSL 1.0.2g rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 13:46:45 UTC (rev 260656)
+++ PKGBUILD2016-03-03 13:51:05 UTC (rev 260657)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2016-01-21 Thread Felix Yan
Date: Friday, January 22, 2016 @ 04:02:08
  Author: fyan
Revision: 258498

upgpkg: libtorrent-rasterbar 1:1.0.8-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 23:28:04 UTC (rev 258497)
+++ PKGBUILD2016-01-22 03:02:08 UTC (rev 258498)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.7
-pkgrel=4
+pkgver=1.0.8
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -14,19 +14,12 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz
-boost-1.60.patch)
-sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61'
-  'aeef8300f91b2842776feac8ca3717f62539ac74')
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('7b0cc26207e47d833f6e97b356ed33e7d7859184')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # FS#47519
-  patch -p1 -i ../boost-1.60.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd libtorrent-libtorrent-${pkgver//./_}
+  ./autotool.sh
   PYTHON=/usr/bin/python2 \
   ./configure \
 --prefix=/usr \
@@ -37,7 +30,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd libtorrent-libtorrent-${pkgver//./_}
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-01-11 Thread Felix Yan
Date: Tuesday, January 12, 2016 @ 04:14:31
  Author: fyan
Revision: 257955

upgpkg: libtorrent-rasterbar 1:1.0.7-4

apply a patch to fix FS#47519

Added:
  libtorrent-rasterbar/trunk/boost-1.60.patch
Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 boost-1.60.patch |   22 ++
 2 files changed, 35 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 21:42:22 UTC (rev 257954)
+++ PKGBUILD2016-01-12 03:14:31 UTC (rev 257955)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer : Ionut Biru 
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.7
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -13,9 +14,17 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz
+boost-1.60.patch)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61'
+  'aeef8300f91b2842776feac8ca3717f62539ac74')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # FS#47519
+  patch -p1 -i ../boost-1.60.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 \

Added: boost-1.60.patch
===
--- boost-1.60.patch(rev 0)
+++ boost-1.60.patch2016-01-12 03:14:31 UTC (rev 257955)
@@ -0,0 +1,22 @@
+From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
+From: Andrew Resch 
+Date: Sat, 2 Jan 2016 14:40:02 -0800
+Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
+
+---
+ bindings/python/src/session.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
+index fe53e10..727a54a 100644
+--- a/bindings/python/src/session.cpp
 b/bindings/python/src/session.cpp
+@@ -799,7 +799,7 @@ void bind_session()
+ .def("settings", _feed_settings)
+ ;
+ 
+-register_ptr_to_python();
++register_ptr_to_python();
+ 
+ def("high_performance_seed", high_performance_seed);
+ def("min_memory_usage", min_memory_usage);


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:35:20
  Author: fyan
Revision: 257085

boost 1.60.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:21:46 UTC (rev 257084)
+++ PKGBUILD2015-12-21 18:35:20 UTC (rev 257085)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Monday, December 7, 2015 @ 01:03:35
  Author: allan
Revision: 253103

C++11 ABI rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 23:58:05 UTC (rev 253102)
+++ PKGBUILD2015-12-07 00:03:35 UTC (rev 253103)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 10:24:15
  Author: arojas
Revision: 252018

Update to 1.0.7

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 08:47:50 UTC (rev 252017)
+++ PKGBUILD2015-11-28 09:24:15 UTC (rev 252018)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('160e7cde6aafdb3dff1abf5ae384676367d04f2b')
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-10-15 Thread Florian Pritz
Date: Thursday, October 15, 2015 @ 14:45:48
  Author: bluewind
Revision: 249374

boost 1.59.0 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:37:17 UTC (rev 249373)
+++ PKGBUILD2015-10-15 12:45:48 UTC (rev 249374)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-08-04 Thread Evangelos Foutras
Date: Tuesday, August 4, 2015 @ 18:05:46
  Author: foutrelis
Revision: 243022

upgpkg: libtorrent-rasterbar 1:1.0.6-1

New upstream release.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 15:52:24 UTC (rev 243021)
+++ PKGBUILD2015-08-04 16:05:46 UTC (rev 243022)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 epoch=1
 pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
@@ -13,8 +13,8 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('160e7cde6aafdb3dff1abf5ae384676367d04f2b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-05-13 Thread Evangelos Foutras
Date: Wednesday, May 13, 2015 @ 16:46:19
  Author: foutrelis
Revision: 239292

upgpkg: libtorrent-rasterbar 1:1.0.5-1

New upstream release.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 14:18:25 UTC (rev 239291)
+++ PKGBUILD2015-05-13 14:46:19 UTC (rev 239292)
@@ -3,10 +3,10 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.17
-pkgrel=4
+pkgver=1.0.5
+pkgrel=1
 epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+pkgdesc=A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around
 url=http://www.rasterbar.com/products/libtorrent/;
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -14,13 +14,16 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
   make
 }
 
@@ -27,5 +30,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2015-04-22 Thread Evangelos Foutras
Date: Wednesday, April 22, 2015 @ 21:03:56
  Author: foutrelis
Revision: 237930

upgpkg: libtorrent-rasterbar 1:0.16.17-4

boost 1.58.0 rebuild.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 19:03:54 UTC (rev 237929)
+++ PKGBUILD2015-04-22 19:03:56 UTC (rev 237930)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.17
-pkgrel=3
+pkgrel=4
 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-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-11-11 Thread Evangelos Foutras
Date: Wednesday, November 12, 2014 @ 05:08:21
  Author: foutrelis
Revision: 226099

upgpkg: libtorrent-rasterbar 1:1.0.2-1

New upstream release.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-12 02:30:47 UTC (rev 226098)
+++ PKGBUILD2014-11-12 04:08:21 UTC (rev 226099)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.17
-pkgrel=3
+pkgver=1.0.2
+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/;
@@ -14,13 +14,14 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+sha1sums=('bfb161825306abbd5c03775e75f5e094ee757a9a')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --enable-python-binding \
-  --with-libgeoip=system
+  --with-libgeoip=system \
+  --with-libiconv
   make
 }
 


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-11-11 Thread Evangelos Foutras
Date: Wednesday, November 12, 2014 @ 06:42:32
  Author: foutrelis
Revision: 226103

Revert bump to 1.0.2; fatrat doesn't compile against the new version.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-12 05:11:45 UTC (rev 226102)
+++ PKGBUILD2014-11-12 05:42:32 UTC (rev 226103)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.2
-pkgrel=1
+pkgver=0.16.17
+pkgrel=3
 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/;
@@ -14,14 +14,13 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('bfb161825306abbd5c03775e75f5e094ee757a9a')
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
 
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --enable-python-binding \
-  --with-libgeoip=system \
-  --with-libiconv
+  --with-libgeoip=system
   make
 }
 


[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:16:16
  Author: foutrelis
Revision: 225649

upgpkg: libtorrent-rasterbar 1:0.16.17-3

boost 1.57.0 rebuild.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:00:04 UTC (rev 225648)
+++ PKGBUILD2014-11-06 01:16:16 UTC (rev 225649)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.17
-pkgrel=2
+pkgrel=3
 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-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:02:09
  Author: bpiotrowski
Revision: 219561

upgpkg: libtorrent-rasterbar 1:0.16.17-2

rebuild against boost 1.56.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:00:37 UTC (rev 219560)
+++ PKGBUILD2014-08-11 13:02:09 UTC (rev 219561)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.17
-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/;



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-07-23 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 05:19:26
  Author: fyan
Revision: 217797

upgpkg: libtorrent-rasterbar 1:0.16.17-1

upstream new release

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 03:08:06 UTC (rev 217796)
+++ PKGBUILD2014-07-24 03:19:26 UTC (rev 217797)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.16
+pkgver=0.16.17
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc')
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-04-04 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:19:57
  Author: fyan
Revision: 209783

upgpkg: libtorrent-rasterbar 1:0.16.16-1

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 06:05:32 UTC (rev 209782)
+++ PKGBUILD2014-04-04 06:19:57 UTC (rev 209783)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.15
+pkgver=0.16.16
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
+sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Wednesday, February 26, 2014 @ 07:00:30
  Author: bpiotrowski
Revision: 206431

upgpkg: libtorrent-rasterbar 1:0.16.15-1

new upstream release

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-26 05:47:44 UTC (rev 206430)
+++ PKGBUILD2014-02-26 06:00:30 UTC (rev 206431)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.12
-pkgrel=2
+pkgver=0.16.15
+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,8 +13,8 @@
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:42:17
  Author: bpiotrowski
Revision: 200334

upgpkg: libtorrent-rasterbar 1:0.16.12-2

rebuild against boost 1.55.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 14:25:43 UTC (rev 200333)
+++ PKGBUILD2013-11-26 14:42:17 UTC (rev 200334)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.12
-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/;



[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



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-05-28 Thread Ionuț Mircea Bîru
Date: Tuesday, May 28, 2013 @ 11:55:25
  Author: ioni
Revision: 186512

update to 0.16.10

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 09:43:54 UTC (rev 186511)
+++ PKGBUILD2013-05-28 09:55:25 UTC (rev 186512)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.9
-pkgrel=2
+pkgver=0.16.10
+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/;
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 13:42:33
  Author: ioni
Revision: 180921

updatE

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 07:15:00 UTC (rev 180920)
+++ PKGBUILD2013-03-28 12:42:33 UTC (rev 180921)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.8
+pkgver=0.16.9
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('483689787cb64e7cf4abefda4058b912ec406709')
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 13:59:18
  Author: ioni
Revision: 180928

boost 1.53

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:57:12 UTC (rev 180927)
+++ PKGBUILD2013-03-28 12:59:18 UTC (rev 180928)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.9
-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/;



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-02-26 Thread Ionuț Mircea Bîru
Date: Tuesday, February 26, 2013 @ 19:21:53
  Author: ioni
Revision: 178761

update to 0.16.8

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 18:15:57 UTC (rev 178760)
+++ PKGBUILD2013-02-26 18:21:53 UTC (rev 178761)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.7
-pkgrel=2
+pkgver=0.16.8
+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/;
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
+sha1sums=('483689787cb64e7cf4abefda4058b912ec406709')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 12:51:49
  Author: ioni
Revision: 175958

update to 0.16.7

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 11:07:39 UTC (rev 175957)
+++ PKGBUILD2013-01-25 11:51:49 UTC (rev 175958)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.6
+pkgver=0.16.7
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 13:05:36
  Author: ioni
Revision: 175960

boost 1.52 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 11:52:36 UTC (rev 175959)
+++ PKGBUILD2013-01-25 12:05:36 UTC (rev 175960)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.7
-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/;



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2013-01-07 Thread Eric Bélanger
Date: Monday, January 7, 2013 @ 21:34:46
  Author: eric
Revision: 174854

upgpkg: libtorrent-rasterbar 1:0.16.6-1

Upstream update, Fix license

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-08 01:15:06 UTC (rev 174853)
+++ PKGBUILD2013-01-08 02:34:46 UTC (rev 174854)
@@ -3,18 +3,18 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.5
+pkgver=0.16.6
 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/;
 arch=('i686' 'x86_64')
-license=('custom')
+license=('BSD')
 depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
+sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-11-04 Thread Ionut Biru
Date: Sunday, November 4, 2012 @ 13:01:08
  Author: ibiru
Revision: 170196

fix python2 detection

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-04 17:25:47 UTC (rev 170195)
+++ PKGBUILD2012-11-04 18:01:08 UTC (rev 170196)
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --enable-python-binding \
   --with-libgeoip=system
   make



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-10-24 Thread Ionut Biru
Date: Wednesday, October 24, 2012 @ 07:08:56
  Author: ibiru
Revision: 169608

update tp 0.16.5

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-24 09:11:33 UTC (rev 169607)
+++ PKGBUILD2012-10-24 11:08:56 UTC (rev 169608)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.4
+pkgver=0.16.5
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('f8695373c574a6801b4dfe7030e0a0c4bb610abd')
+sha1sums=('dde29c7a51392d9098de23e2e69a993a5c380016')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-10-21 Thread Ionut Biru
Date: Sunday, October 21, 2012 @ 07:01:02
  Author: ibiru
Revision: 169447

update to 0.16.4

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-21 10:49:41 UTC (rev 169446)
+++ PKGBUILD2012-10-21 11:01:02 UTC (rev 169447)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.3
+pkgver=0.16.4
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('72788037bdf6a0a4796b4d74e543528cbfe9899b')
+sha1sums=('f8695373c574a6801b4dfe7030e0a0c4bb610abd')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-08-28 Thread Ionut Biru
Date: Tuesday, August 28, 2012 @ 05:28:02
  Author: ibiru
Revision: 165654

update to 0.16.3

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-28 08:48:01 UTC (rev 165653)
+++ PKGBUILD2012-08-28 09:28:02 UTC (rev 165654)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.2
+pkgver=0.16.3
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('04da641d21d0867fc103f4f57ffd41b3fce19ead')
+sha1sums=('72788037bdf6a0a4796b4d74e543528cbfe9899b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-07-20 Thread Ionut Biru
Date: Friday, July 20, 2012 @ 17:35:07
  Author: ibiru
Revision: 163819

update to 0.16.2

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-20 21:34:01 UTC (rev 163818)
+++ PKGBUILD2012-07-20 21:35:07 UTC (rev 163819)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
+sha1sums=('04da641d21d0867fc103f4f57ffd41b3fce19ead')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-07-06 Thread Ionut Biru
Date: Friday, July 6, 2012 @ 12:11:16
  Author: ibiru
Revision: 163073

update to 0.16.1, rebuild boost 1.50

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-06 15:51:12 UTC (rev 163072)
+++ PKGBUILD2012-07-06 16:11:16 UTC (rev 163073)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.10
+pkgver=0.16.1
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,10 +14,10 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
+sha1sums=('798944301ee6ef8e0d8de3d944c59d184ef1a4d3')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
   --enable-python-binding \
   --with-libgeoip=system
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-04-28 Thread Ionut Biru
Date: Saturday, April 28, 2012 @ 09:12:40
  Author: ibiru
Revision: 157448

force python2

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 13:00:14 UTC (rev 157447)
+++ PKGBUILD2012-04-28 13:12:40 UTC (rev 157448)
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
+  PYTHON2=/usr/bin/python2 ./configure --prefix=/usr \
   --enable-python-binding \
   --with-libgeoip=system
   make



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-04-20 Thread Ionut Biru
Date: Friday, April 20, 2012 @ 14:43:23
  Author: ibiru
Revision: 156540

downgrade to 0.15.10 because deluge won't be fixed soon enough

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-20 18:28:42 UTC (rev 156539)
+++ PKGBUILD2012-04-20 18:43:23 UTC (rev 156540)
@@ -3,8 +3,9 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.0
+pkgver=0.15.10
 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/;
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73')
+sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-04-12 Thread Ionut Biru
Date: Thursday, April 12, 2012 @ 04:05:42
  Author: ibiru
Revision: 156046

update to 0.16.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-12 07:21:32 UTC (rev 156045)
+++ PKGBUILD2012-04-12 08:05:42 UTC (rev 156046)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.10
+pkgver=0.16.0
 pkgrel=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,12 +13,10 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
+sha1sums=('212d910f6c06f06ef1b54d7e2dd68de18f6d9c73')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  export CFLAGS+= -fvisibility=hidden
-  export CXXFLAGS+= -fvisibility=hidden
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --enable-python-binding \
   --with-libgeoip=system
@@ -26,7 +24,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2012-02-27 Thread Ionut Biru
Date: Monday, February 27, 2012 @ 13:37:56
  Author: ibiru
Revision: 151582

update to 0.15.10
boost rebuild
switch to system geoip FS#27516

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-27 18:31:46 UTC (rev 151581)
+++ PKGBUILD2012-02-27 18:37:56 UTC (rev 151582)
@@ -3,21 +3,25 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.9
+pkgver=0.15.10
 pkgrel=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=('custom')
-depends=('boost-libs' 'python2')
+depends=('boost-libs' 'geoip' 'python2')
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
+sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-python-binding
+  export CFLAGS+= -fvisibility=hidden
+  export CXXFLAGS+= -fvisibility=hidden
+  ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
   make
 }
 



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-11-23 Thread Ionut Biru
Date: Wednesday, November 23, 2011 @ 11:46:23
  Author: ibiru
Revision: 143228

update to 0.15.9 
rebuild boost 1.48

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-23 16:41:27 UTC (rev 143227)
+++ PKGBUILD2011-11-23 16:46:23 UTC (rev 143228)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.8
+pkgver=0.15.9
 pkgrel=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/;
@@ -11,17 +11,18 @@
 license=('custom')
 depends=('boost-libs' 'python2')
 makedepends=('boost')
-source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9e21ebfa6fba19b237754a10ae9b8007781c48f0')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-python-binding
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-08-02 Thread Ionut Biru
Date: Tuesday, August 2, 2011 @ 15:50:28
  Author: ibiru
Revision: 134299

update to 0.15.7

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-02 19:08:12 UTC (rev 134298)
+++ PKGBUILD2011-08-02 19:50:28 UTC (rev 134299)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.6
-pkgrel=3
+pkgver=0.15.7
+pkgrel=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')
@@ -12,7 +12,7 @@
 depends=('boost-libs' 'python2')
 makedepends=('boost')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e6f33b139933ec245e8850558efe52e88081fc6d')
+sha1sums=('5ddc5966436f98c146b6aba8595dfe86cecb6724')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-07-25 Thread Ionut Biru
Date: Monday, July 25, 2011 @ 15:30:07
  Author: ibiru
Revision: 132751

rebuild boost 1.47.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-25 19:13:11 UTC (rev 132750)
+++ PKGBUILD2011-07-25 19:30:07 UTC (rev 132751)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.6
-pkgrel=2
+pkgrel=3
 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')



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-05-24 Thread Ionut Biru
Date: Tuesday, May 24, 2011 @ 08:59:08
  Author: ibiru
Revision: 124787

boost 1.46.1 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-24 12:57:40 UTC (rev 124786)
+++ PKGBUILD2011-05-24 12:59:08 UTC (rev 124787)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.6
-pkgrel=1
+pkgrel=2
 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')



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-04-20 Thread Ionut Biru
Date: Wednesday, April 20, 2011 @ 07:35:26
  Author: ibiru
Revision: 120130

update to 0.15.6

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-20 11:23:07 UTC (rev 120129)
+++ PKGBUILD2011-04-20 11:35:26 UTC (rev 120130)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.5
-pkgrel=2
+pkgver=0.15.6
+pkgrel=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')
@@ -12,12 +12,10 @@
 depends=('boost-libs' 'python2')
 makedepends=('boost')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f1504a619e876c2731ee9a6b7d19cb1d')
+sha1sums=('e6f33b139933ec245e8850558efe52e88081fc6d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
   ./configure --prefix=/usr --enable-python-binding
   make
 }



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-03-02 Thread Ionut Biru
Date: Wednesday, March 2, 2011 @ 13:24:01
  Author: ibiru
Revision: 111968

upgpkg: libtorrent-rasterbar 0.15.5-2
boost 1.46 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-02 18:20:50 UTC (rev 111967)
+++ PKGBUILD2011-03-02 18:24:01 UTC (rev 111968)
@@ -4,21 +4,21 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.5
-pkgrel=1
+pkgrel=2
 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=('custom')
-depends=('boost-libs=1.45.0' 'python2')
+depends=('boost-libs' 'python2')
 makedepends=('boost')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('f1504a619e876c2731ee9a6b7d19cb1d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-python-binding \
-  --with-boost-filesystem=mt \
-  --with-boost-thread=mt
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2
+  ./configure --prefix=/usr --enable-python-binding
   make
 }
 



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-03-01 Thread Andrea Scarpino
Date: Tuesday, March 1, 2011 @ 08:40:38
  Author: andrea
Revision: 111869

use package()

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-01 13:39:46 UTC (rev 111868)
+++ PKGBUILD2011-03-01 13:40:38 UTC (rev 111869)
@@ -1,7 +1,6 @@
 # $Id$
 # Maintainer : Ionut Biru ib...@archlinux.org
 # Contributor: Hugo Doria h...@archlinux.org
-# Contributor: Andrea Scarpino bash@gmail.com
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.5
@@ -21,6 +20,10 @@
   --with-boost-filesystem=mt \
   --with-boost-thread=mt
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2011-01-11 Thread Ionut Biru
Date: Tuesday, January 11, 2011 @ 18:24:37
  Author: ibiru
Revision: 105808

upgpkg: libtorrent-rasterbar 0.15.5-1
update to 0.15.5

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-11 21:14:12 UTC (rev 105807)
+++ PKGBUILD2011-01-11 23:24:37 UTC (rev 105808)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino bash@gmail.com
 
 pkgname=libtorrent-rasterbar
-pkgver=0.15.4
-pkgrel=3
+pkgver=0.15.5
+pkgrel=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')
@@ -13,7 +13,7 @@
 depends=('boost-libs=1.45.0' 'python2')
 makedepends=('boost')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('58750b3a246d056335745f9e805bb949')
+md5sums=('f1504a619e876c2731ee9a6b7d19cb1d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

2010-11-22 Thread Ionut Biru
Date: Monday, November 22, 2010 @ 11:29:19
  Author: ibiru
Revision: 100316

upgpkg: libtorrent-rasterbar 0.15.4-3
boost 1.45 rebuild

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-22 16:03:54 UTC (rev 100315)
+++ PKGBUILD2010-11-22 16:29:19 UTC (rev 100316)
@@ -5,12 +5,12 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.4
-pkgrel=2
+pkgrel=3
 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=('custom')
-depends=('boost-libs=1.43.0' 'python2')
+depends=('boost-libs=1.45.0' 'python2')
 makedepends=('boost')
 source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('58750b3a246d056335745f9e805bb949')



  1   2   >