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

Ionut Biru ibiru at archlinux.org
Mon Feb 27 18:37:57 UTC 2012


    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
===================================================================
--- PKGBUILD	2012-02-27 18:31:46 UTC (rev 151581)
+++ PKGBUILD	2012-02-27 18:37:56 UTC (rev 151582)
@@ -3,21 +3,25 @@
 # Contributor: Hugo Doria <hugo at 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
 }
 




More information about the arch-commits mailing list