[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD disable-valloc.dpatch)

Ionut Biru ibiru at archlinux.org
Wed Aug 18 13:15:08 UTC 2010


    Date: Wednesday, August 18, 2010 @ 09:15:07
  Author: ibiru
Revision: 87847

upgpkg: libtorrent-rasterbar 0.15.1-2
python rebuild, removed disable-valloc.dpatch since it was a bug in glibc and fixed in glibc v2.11.2

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD
Deleted:
  libtorrent-rasterbar/trunk/disable-valloc.dpatch

-----------------------+
 PKGBUILD              |   11 ++++-------
 disable-valloc.dpatch |   15 ---------------
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 13:08:20 UTC (rev 87846)
+++ PKGBUILD	2010-08-18 13:15:07 UTC (rev 87847)
@@ -5,21 +5,18 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.1
-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.43.0' 'python>=2.6')
+depends=('boost-libs>=1.43.0' 'python2')
 makedepends=('boost')
-source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-	disable-valloc.dpatch)
-md5sums=('6803d692ee57ce78f07092e135ec79d5'
-         '615990e49e2e40d37bd0f4ff26d12184')
+source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6803d692ee57ce78f07092e135ec79d5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/disable-valloc.dpatch"
   ./configure --prefix=/usr --enable-python-binding \
               --with-boost-filesystem=mt \
               --with-boost-thread=mt

Deleted: disable-valloc.dpatch
===================================================================
--- disable-valloc.dpatch	2010-08-18 13:08:20 UTC (rev 87846)
+++ disable-valloc.dpatch	2010-08-18 13:15:07 UTC (rev 87847)
@@ -1,15 +0,0 @@
-Index: libtorrent-rasterbar-0.15.0/configure
-===================================================================
---- libtorrent-rasterbar-0.15.0.orig/configure	2010-03-31 14:32:43.088649904 -0700
-+++ libtorrent-rasterbar-0.15.0/configure	2010-03-31 14:35:23.284694490 -0700
-@@ -15297,8 +15297,8 @@
- fi
- 
- 
--
--
-+# Use posix_memalign() instead of valloc() to avoid issues with eglibc
-+$as_echo "#define TORRENT_USE_POSIX_MEMALIGN 1" >>confdefs.h
- 
- # Check whether --with-boost-system was given.
- if test "${with_boost_system+set}" = set; then :




More information about the arch-commits mailing list