[arch-commits] Commit in libimobiledevice/trunk (PKGBUILD swig-version-check.patch)

Ionut Biru ibiru at archlinux.org
Fri Oct 8 12:47:43 UTC 2010


    Date: Friday, October 8, 2010 @ 08:47:43
  Author: ibiru
Revision: 94582

upgpkg: libimobiledevice 1.0.3-1
update to 1.0.3

Modified:
  libimobiledevice/trunk/PKGBUILD
  libimobiledevice/trunk/swig-version-check.patch

--------------------------+
 PKGBUILD                 |   12 ++++++------
 swig-version-check.patch |    9 +++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-08 12:39:39 UTC (rev 94581)
+++ PKGBUILD	2010-10-08 12:47:43 UTC (rev 94582)
@@ -3,24 +3,24 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
 url="http://libimobiledevice.org/"
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
-depends=('gnutls'  'glib2' 'libplist>=1.3' 'usbmuxd>=1.0.4')
+depends=('gnutls'  'glib2' 'libplist>=1.3' 'usbmuxd>=1.0.5')
 makedepends=('swig' 'python2')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
         swig-version-check.patch)
-md5sums=('b83dd6f501e2ef199927c20866e9e113'
-        '253398a6ccf7b21b3e80991b67422f4d')
+md5sums=('68e68b5c2bea3ad99917add839d32cb2'
+         '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   # SWIG version check is wrong (still not fixed upstream)
-  patch -p0 -i "$srcdir"/swig-version-check.patch
+  patch -p1 -i "$srcdir"/swig-version-check.patch
   ./configure --prefix=/usr
   make
 }

Modified: swig-version-check.patch
===================================================================
--- swig-version-check.patch	2010-10-08 12:39:39 UTC (rev 94581)
+++ swig-version-check.patch	2010-10-08 12:47:43 UTC (rev 94582)
@@ -1,6 +1,7 @@
---- configure.orig	2010-09-01 15:42:35.343947508 +0200
-+++ configure	2010-09-01 15:43:43.816857993 +0200
-@@ -2975,9 +2975,7 @@
+diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure
+--- libimobiledevice-1.0.3.old/configure	2010-10-04 07:38:37.000000000 -0700
++++ libimobiledevice-1.0.3/configure	2010-10-08 05:43:05.466686656 -0700
+@@ -3477,9 +3477,7 @@
                          if test -z "$available_patch" ; then
                                  available_patch=0
                          fi
@@ -8,6 +9,6 @@
 -                                -o $available_minor -ne $required_minor \
 -                                -o $available_patch -lt $required_patch ; then
 +                        if test $available_major -lt $required_major ; then
-                                 { $as_echo "$as_me:$LINENO: WARNING: SWIG version >= 1.3.21 is required.  You have $swig_version.  You should look at http://www.swig.org" >&5
+                                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: SWIG version >= 1.3.21 is required.  You have $swig_version.  You should look at http://www.swig.org" >&5
  $as_echo "$as_me: WARNING: SWIG version >= 1.3.21 is required.  You have $swig_version.  You should look at http://www.swig.org" >&2;}
                                  SWIG=false




More information about the arch-commits mailing list