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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:13:17
  Author: foutrelis
Revision: 400480

upgpkg: libimobiledevice 1.3.0-3: Python 3.9 rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:12:54 UTC (rev 400479)
+++ PKGBUILD2020-11-12 10:13:17 UTC (rev 400480)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2020-06-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 17, 2020 @ 07:46:34
  Author: arojas
Revision: 389408

Update to 1.3.0

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 07:42:05 UTC (rev 389407)
+++ PKGBUILD2020-06-17 07:46:34 UTC (rev 389408)
@@ -3,8 +3,8 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.2.0+87+g92c5462
-pkgrel=7
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libusbmuxd' 'usbmuxd' 'gnutls')
 makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
  'git' 'python-setuptools')
-_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
+_commit=15f8652126664e3a4b980e5d1c039b9053ce8566
 
source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 09:50:09
  Author: foutrelis
Revision: 383957

upgpkg: libimobiledevice 1.2.0+87+g92c5462-7: reproducibility rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 09:49:58 UTC (rev 383956)
+++ PKGBUILD2020-05-16 09:50:09 UTC (rev 383957)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=6
+pkgrel=7
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2019-11-21 Thread Antonio Rojas via arch-commits
Date: Thursday, November 21, 2019 @ 21:32:50
  Author: arojas
Revision: 369582

libusbmuxd 2.0.0 rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-21 21:27:08 UTC (rev 369581)
+++ PKGBUILD2019-11-21 21:32:50 UTC (rev 369582)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=5
+pkgrel=6
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 13:06:56
  Author: arojas
Revision: 367247

upgpkg: libimobiledevice 1.2.0+87+g92c5462-5

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 13:04:43 UTC (rev 367246)
+++ PKGBUILD2019-11-09 13:06:56 UTC (rev 367247)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=4
+pkgrel=5
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 13:04:13
  Author: arojas
Revision: 367245

Drop unused python2 bindings

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 13:00:20 UTC (rev 367244)
+++ PKGBUILD2019-11-09 13:04:13 UTC (rev 367245)
@@ -4,14 +4,14 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=3
+pkgrel=4
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('libusbmuxd' 'usbmuxd' 'gnutls')
-makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive'
- 'git' 'python2-setuptools' 'python-setuptools')
+makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
+ 'git' 'python-setuptools')
 _commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
 
source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
 sha256sums=('SKIP')
@@ -28,28 +28,21 @@
   NOCONFIGURE=1 ./autogen.sh
 }
 
-_build() (
-  mkdir build-py$1
-  cd build-py$1
-  PYTHON=/usr/bin/python$1 CYTHON=/usr/bin/cython$1 \
-../$pkgname/configure --prefix=/usr --disable-openssl
+build() (
+  cd $pkgname
+  ./configure --prefix=/usr --disable-openssl
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 )
 
-build() {
-  _build 2
-  _build 3
-}
-
 check() {
-  make check -C build-py2
-  make check -C build-py3
+  cd $pkgname
+  make check
 }
 
 package() {
-  DESTDIR="$pkgdir" make install -C build-py2
-  DESTDIR="$pkgdir" make install -C build-py3/cython
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
 }
 
 # vim:set sw=2 et:


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 21:43:19
  Author: foutrelis
Revision: 366496

Python 3.8 rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 21:42:39 UTC (rev 366495)
+++ PKGBUILD2019-11-02 21:43:19 UTC (rev 366496)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=2
+pkgrel=3
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 04:22:30
  Author: foutrelis
Revision: 365766

Python 3.8 rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:21:27 UTC (rev 365765)
+++ PKGBUILD2019-10-26 04:22:30 UTC (rev 365766)
@@ -4,7 +4,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+87+g92c5462
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="https://libimobiledevice.org/";
 arch=('x86_64')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 04:17:59
  Author: foutrelis
Revision: 365762

Fix build with Python 3.8

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:14:41 UTC (rev 365761)
+++ PKGBUILD2019-10-26 04:17:59 UTC (rev 365762)
@@ -23,6 +23,8 @@
 
 prepare() {
   cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

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

https

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 20:20:14 UTC (rev 352608)
+++ PKGBUILD2019-05-06 20:20:43 UTC (rev 352609)
@@ -6,7 +6,7 @@
 pkgver=1.2.0+87+g92c5462
 pkgrel=1
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="http://libimobiledevice.org/";
+url="https://libimobiledevice.org/";
 arch=('x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('libusbmuxd' 'usbmuxd' 'gnutls')


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

2019-03-13 Thread Jan Steffens via arch-commits
Date: Wednesday, March 13, 2019 @ 22:48:40
  Author: heftig
Revision: 347880

syntax

Modified:
  libimobiledevice/trunk/PKGBUILD

--+
 PKGBUILD |   48 +++-
 1 file changed, 23 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 22:42:51 UTC (rev 347879)
+++ PKGBUILD2019-03-13 22:48:40 UTC (rev 347880)
@@ -1,5 +1,5 @@
-# Maintainer : Tom Gundersen 
-# Maintainer : Ionut Biru 
+# Contributor: Tom Gundersen 
+# Contributor: Ionut Biru 
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
@@ -10,9 +10,10 @@
 arch=('x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('libusbmuxd' 'usbmuxd' 'gnutls')
-makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive' git python2-setuptools python-setuptools)
+makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive'
+ 'git' 'python2-setuptools' 'python-setuptools')
 _commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
-source=("git+https://github.com/libimobiledevice/libimobiledevice/#commit=$_commit";)
+source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -20,36 +21,33 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-check() {
-  cd build-py2
-  make check
-}
-
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
 }
 
-build() {
-  mkdir build-py2
-  pushd build-py2
-  PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ../$pkgname/configure 
--prefix=/usr --disable-openssl
+_build() (
+  mkdir build-py$1
+  cd build-py$1
+  PYTHON=/usr/bin/python$1 CYTHON=/usr/bin/cython$1 \
+../$pkgname/configure --prefix=/usr --disable-openssl
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
-  popd
+)
 
-  mkdir build-py3
-  pushd build-py3
-  PYTHON=/usr/bin/python CYTHON=/usr/bin/cython ../$pkgname/configure 
--prefix=/usr --disable-openssl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+build() {
+  _build 2
+  _build 3
 }
 
+check() {
+  make check -C build-py2
+  make check -C build-py3
+}
+
 package() {
-  pushd build-py2
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd build-py3/cython
-  make DESTDIR="$pkgdir" install
-  popd
+  DESTDIR="$pkgdir" make install -C build-py2
+  DESTDIR="$pkgdir" make install -C build-py3/cython
 }
+
+# vim:set sw=2 et:


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

2018-11-18 Thread Giancarlo Razzolini via arch-commits
Date: Sunday, November 18, 2018 @ 23:05:24
  Author: grazzolini
Revision: 340110

upgpkg: libimobiledevice 1.2.0+87+g92c5462-1

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 22:52:29 UTC (rev 340109)
+++ PKGBUILD2018-11-18 23:05:24 UTC (rev 340110)
@@ -3,8 +3,8 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.2.0+66+g5a85432
-pkgrel=2
+pkgver=1.2.0+87+g92c5462
+pkgrel=1
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="http://libimobiledevice.org/";
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('libusbmuxd' 'usbmuxd' 'gnutls')
 makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive' git python2-setuptools python-setuptools)
-_commit=5a85432719fb3d18027d528f87d2a44b76fd3e12  # master
+_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
 
source=("git+https://github.com/libimobiledevice/libimobiledevice/#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 11:50:47
  Author: felixonmars
Revision: 328059

Python 3.7 rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 11:32:07 UTC (rev 328058)
+++ PKGBUILD2018-07-08 11:50:47 UTC (rev 328059)
@@ -5,7 +5,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0+66+g5a85432
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="http://libimobiledevice.org/";
 arch=('x86_64')


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

2017-02-24 Thread Jan de Groot
Date: Friday, February 24, 2017 @ 22:03:21
  Author: jgc
Revision: 289500

upgpkg: libimobiledevice 1.2.0-5

OpenSSL 1.1.0

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 21:41:37 UTC (rev 289499)
+++ PKGBUILD2017-02-24 22:03:21 UTC (rev 289500)
@@ -5,7 +5,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="http://libimobiledevice.org/";
 arch=('i686' 'x86_64')


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

2016-03-04 Thread Jan de Groot
Date: Friday, March 4, 2016 @ 11:47:39
  Author: jgc
Revision: 260792

upgpkg: libimobiledevice 1.2.0-3

Remove gnutls dependencies when building with OpenSSL

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 10:35:30 UTC (rev 260791)
+++ PKGBUILD2016-03-04 10:47:39 UTC (rev 260792)
@@ -5,12 +5,12 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="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=('libusbmuxd' 'gnutls' 'libgcrypt')
+depends=('libusbmuxd')
 makedepends=('python2')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
 disable-sslv3.patch)


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

2016-03-03 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 19:50:37
  Author: foutrelis
Revision: 260675

OpenSSL 1.0.2g rebuild

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 18:49:54 UTC (rev 260674)
+++ PKGBUILD2016-03-03 18:50:37 UTC (rev 260675)
@@ -5,7 +5,7 @@
 
 pkgname=libimobiledevice
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="http://libimobiledevice.org/";
 arch=('i686' 'x86_64')


[arch-commits] Commit in libimobiledevice/trunk (PKGBUILD disable-sslv3.patch)

2016-03-03 Thread Jan Steffens
Date: Thursday, March 3, 2016 @ 18:35:15
  Author: heftig
Revision: 260671

Disable SSLv3

Added:
  libimobiledevice/trunk/disable-sslv3.patch
Modified:
  libimobiledevice/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 disable-sslv3.patch |   12 
 2 files changed, 21 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 17:23:10 UTC (rev 260670)
+++ PKGBUILD2016-03-03 17:35:15 UTC (rev 260671)
@@ -12,9 +12,16 @@
 license=('GPL2' 'LGPL2.1')
 depends=('libusbmuxd' 'gnutls' 'libgcrypt')
 makedepends=('python2')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('8757900ba7bbe2ef5f54342415d0223e')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+disable-sslv3.patch)
+md5sums=('8757900ba7bbe2ef5f54342415d0223e'
+ 'bac123da4cc67b2f5cc798727e6231a9')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../disable-sslv3.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr

Added: disable-sslv3.patch
===
--- disable-sslv3.patch (rev 0)
+++ disable-sslv3.patch 2016-03-03 17:35:15 UTC (rev 260671)
@@ -0,0 +1,12 @@
+diff -u -r libimobiledevice-1.2.0/src/idevice.c 
libimobiledevice-1.2.0-nossl3/src/idevice.c
+--- libimobiledevice-1.2.0/src/idevice.c   2015-01-28 02:10:32.0 
+0100
 libimobiledevice-1.2.0-nossl3/src/idevice.c2016-03-03 
18:33:45.912308242 +0100
+@@ -678,7 +678,7 @@
+   }
+   BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
+ 
+-  SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
++  SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
+   if (ssl_ctx == NULL) {
+   debug_info("ERROR: Could not create SSL context.");
+   BIO_free(ssl_bio);


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

2015-03-02 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 08:30:25
  Author: jgc
Revision: 232443

upgpkg: libimobiledevice 1.2.0-1

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 07:26:56 UTC (rev 232442)
+++ PKGBUILD2015-03-03 07:30:25 UTC (rev 232443)
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.7
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
 url="http://libimobiledevice.org/";
@@ -13,7 +13,7 @@
 depends=('libusbmuxd' 'gnutls' 'libgcrypt')
 makedepends=('python2')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('5649da76965c1d2c250e52c4e743ef71')
+md5sums=('8757900ba7bbe2ef5f54342415d0223e')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:02:25
  Author: bpiotrowski
Revision: 226294

upgpkg: libimobiledevice 1.1.7-1

new upstream release

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 14:56:23 UTC (rev 226293)
+++ PKGBUILD2014-11-15 15:02:25 UTC (rev 226294)
@@ -4,9 +4,9 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
-pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
+pkgdesc="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')
@@ -13,7 +13,7 @@
 depends=('libusbmuxd' 'gnutls' 'libgcrypt')
 makedepends=('python2')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('274783651e9b772774cd9fed2fc52e08')
+md5sums=('5649da76965c1d2c250e52c4e743ef71')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 16:49:59
  Author: jgc
Revision: 210333

upgpkg: libimobiledevice 1.1.6-1

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 14:47:19 UTC (rev 210332)
+++ PKGBUILD2014-04-14 14:49:59 UTC (rev 210333)
@@ -4,18 +4,19 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.6
+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=('usbmuxd' 'gnutls' 'libgcrypt')
+depends=('libusbmuxd' 'gnutls' 'libgcrypt')
+makedepends=('python2')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('274783651e9b772774cd9fed2fc52e08')
 
 build() {
   cd "$pkgname-$pkgver"
-
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
@@ -24,4 +25,3 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('d9debdcf71508dee2c85b60b28ccddd4')



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

2013-10-25 Thread Allan McRae
Date: Saturday, October 26, 2013 @ 08:43:40
  Author: allan
Revision: 197448

upgpkg: libimobiledevice 1.1.5-2

remove static libraries

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:24:44 UTC (rev 197447)
+++ PKGBUILD2013-10-26 06:43:40 UTC (rev 197448)
@@ -5,13 +5,12 @@
 
 pkgname=libimobiledevice
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 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=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
 
 build() {



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

2012-07-20 Thread Tom Gundersen
Date: Friday, July 20, 2012 @ 11:08:45
  Author: tomegun
Revision: 163815

upgpkg: libimobiledevice 1.1.4-1

upstream relesae, bump so version, remove python bindings for now

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-20 13:59:21 UTC (rev 163814)
+++ PKGBUILD2012-07-20 15:08:45 UTC (rev 163815)
@@ -3,26 +3,19 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.4
+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=('usbmuxd' 'libplist' 'gnutls' 'libgcrypt')
-makedepends=('python2' 'swig')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
 options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
-swig-version-check.patch)
-md5sums=('cdc13037e822d9ac2e109536701d153a'
- '8bb215e36fe0e08a72332c108c7842cc')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd "$pkgname-$pkgver"
 
-  # SWIG version check is wrong (still not fixed upstream)
-  patch -p1 -i ../swig-version-check.patch
-
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
@@ -31,3 +24,4 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')



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

2012-03-29 Thread Jan Steffens
Date: Thursday, March 29, 2012 @ 17:06:53
  Author: heftig
Revision: 154535

whitespace

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 21:06:35 UTC (rev 154534)
+++ PKGBUILD2012-03-29 21:06:53 UTC (rev 154535)
@@ -19,8 +19,10 @@
 
 build() {
   cd "$pkgname-$pkgver"
+
   # SWIG version check is wrong (still not fixed upstream)
   patch -p1 -i ../swig-version-check.patch
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }



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

2012-03-29 Thread Jan Steffens
Date: Thursday, March 29, 2012 @ 17:06:35
  Author: heftig
Revision: 154534

partial revert

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

--+
 PKGBUILD |   21 ++---
 swig-version-check.patch |   14 ++
 2 files changed, 24 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 21:02:26 UTC (rev 154533)
+++ PKGBUILD2012-03-29 21:06:35 UTC (rev 154534)
@@ -3,25 +3,24 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.2
-pkgrel=1
+pkgver=1.1.1
+pkgrel=3
 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=('usbmuxd' 'libplist')
-makedepends=('python2' 'cython2')
+depends=('usbmuxd' 'libplist' 'gnutls' 'libgcrypt')
+makedepends=('python2' 'swig')
 options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('82851e4ca9794ee660ffca9f78c8e068')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
+swig-version-check.patch)
+md5sums=('cdc13037e822d9ac2e109536701d153a'
+ '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {
   cd "$pkgname-$pkgver"
-
-  mkdir "$srcdir/cython2-path"
-  ln -s /usr/bin/cython2 "$srcdir/cython2-path/cython"
-  export PATH="$srcdir/cython2-path:$PATH"
-
+  # SWIG version check is wrong (still not fixed upstream)
+  patch -p1 -i ../swig-version-check.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }

Added: swig-version-check.patch
===
--- swig-version-check.patch(rev 0)
+++ swig-version-check.patch2012-03-29 21:06:35 UTC (rev 154534)
@@ -0,0 +1,14 @@
+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.0 
-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
+-if test $available_major -ne $required_major \
+--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:${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



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

2012-03-23 Thread Ionut Biru
Date: Friday, March 23, 2012 @ 09:59:46
  Author: ibiru
Revision: 154115

update to 1.1.2

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

--+
 PKGBUILD |   27 ++-
 swig-version-check.patch |   14 --
 2 files changed, 14 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-23 13:52:45 UTC (rev 154114)
+++ PKGBUILD2012-03-23 13:59:46 UTC (rev 154115)
@@ -3,29 +3,30 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+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=('glib2' 'gnutls' 'libgcrypt' 'libplist' 'usbmuxd')
-makedepends=('swig' 'python2')
+depends=('usbmuxd' 'libplist')
+makedepends=('python2' 'cython2')
 options=('!libtool')
-source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
-swig-version-check.patch)
-md5sums=('cdc13037e822d9ac2e109536701d153a'
- '8bb215e36fe0e08a72332c108c7842cc')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('82851e4ca9794ee660ffca9f78c8e068')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # SWIG version check is wrong (still not fixed upstream)
-  patch -p1 -i "$srcdir"/swig-version-check.patch
+  cd "$pkgname-$pkgver"
+
+  mkdir "$srcdir/cython2-path"
+  ln -s /usr/bin/cython2 "$srcdir/cython2-path/cython"
+  export PATH="$srcdir/cython2-path:$PATH"
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }

Deleted: swig-version-check.patch
===
--- swig-version-check.patch2012-03-23 13:52:45 UTC (rev 154114)
+++ swig-version-check.patch2012-03-23 13:59:46 UTC (rev 154115)
@@ -1,14 +0,0 @@
-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.0 
-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
--if test $available_major -ne $required_major \
---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:${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



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

2011-08-09 Thread Ionut Biru
Date: Tuesday, August 9, 2011 @ 08:21:53
  Author: ibiru
Revision: 134921

gnutls 3.0.0 rebuild, add libgcrypt to dependency

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-09 12:08:50 UTC (rev 134920)
+++ PKGBUILD2011-08-09 12:21:53 UTC (rev 134921)
@@ -4,12 +4,12 @@
 
 pkgname=libimobiledevice
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 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' 'usbmuxd')
+depends=('glib2' 'gnutls' 'libgcrypt' 'libplist' 'usbmuxd')
 makedepends=('swig' 'python2')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
@@ -21,7 +21,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   # SWIG version check is wrong (still not fixed upstream)
   patch -p1 -i "$srcdir"/swig-version-check.patch
-  ./configure --prefix=/usr
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 



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

2011-07-22 Thread Ionut Biru
Date: Friday, July 22, 2011 @ 05:16:48
  Author: ibiru
Revision: 132259

update to 1.1.1

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-22 09:10:13 UTC (rev 132258)
+++ PKGBUILD2011-07-22 09:16:48 UTC (rev 132259)
@@ -3,7 +3,7 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
 url="http://libimobiledevice.org/";
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
 swig-version-check.patch)
-md5sums=('b38bb70a41538a2ad593b0779651a636'
+md5sums=('cdc13037e822d9ac2e109536701d153a'
  '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {



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

2011-02-13 Thread Ionut Biru
Date: Sunday, February 13, 2011 @ 11:49:33
  Author: ibiru
Revision: 109895

upgpkg: libimobiledevice 1.1.0-1
update to 1.1.0

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-13 16:37:58 UTC (rev 109894)
+++ PKGBUILD2011-02-13 16:49:33 UTC (rev 109895)
@@ -3,18 +3,18 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.0.4
+pkgver=1.1.0
 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.6')
+depends=('gnutls'  'glib2' 'libplist' 'usbmuxd')
 makedepends=('swig' 'python2')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
 swig-version-check.patch)
-md5sums=('dbf62f2fddaa87558b6f1ebc76abb549'
+md5sums=('b38bb70a41538a2ad593b0779651a636'
  '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {



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

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 15:11:58
  Author: ibiru
Revision: 101292

upgpkg: libimobiledevice 1.0.4-1
update to 1.0.4

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 18:02:26 UTC (rev 101291)
+++ PKGBUILD2010-11-28 20:11:58 UTC (rev 101292)
@@ -3,18 +3,18 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.0.3
+pkgver=1.0.4
 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.5')
+depends=('gnutls'  'glib2' 'libplist>=1.3' 'usbmuxd>=1.0.6')
 makedepends=('swig' 'python2')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
 swig-version-check.patch)
-md5sums=('68e68b5c2bea3ad99917add839d32cb2'
+md5sums=('dbf62f2fddaa87558b6f1ebc76abb549'
  '8bb215e36fe0e08a72332c108c7842cc')
 
 build() {



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

2010-10-08 Thread Ionut Biru
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
===
--- PKGBUILD2010-10-08 12:39:39 UTC (rev 94581)
+++ PKGBUILD2010-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.patch2010-10-08 12:39:39 UTC (rev 94581)
+++ swig-version-check.patch2010-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.0 
-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



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

2010-09-01 Thread Rémy Oudompheng
Date: Wednesday, September 1, 2010 @ 09:57:51
  Author: remy
Revision: 89520

upgpkg: libimobiledevice 1.0.2-2
Fix swig version check, rebuild for python2.

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

--+
 PKGBUILD |   18 +-
 swig-version-check.patch |   13 +
 2 files changed, 26 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-01 13:49:28 UTC (rev 89519)
+++ PKGBUILD2010-09-01 13:57:51 UTC (rev 89520)
@@ -4,20 +4,28 @@
 
 pkgname=libimobiledevice
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 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')
-makedepends=('swig')
+makedepends=('swig' 'python2')
 options=('!libtool')
-source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b83dd6f501e2ef199927c20866e9e113')
+source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
+swig-version-check.patch)
+md5sums=('b83dd6f501e2ef199927c20866e9e113'
+'253398a6ccf7b21b3e80991b67422f4d')
+
 build() {
-
   cd "${srcdir}/${pkgname}-${pkgver}"
+  # SWIG version check is wrong (still not fixed upstream)
+  patch -p0 -i "$srcdir"/swig-version-check.patch
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }

Added: swig-version-check.patch
===
--- swig-version-check.patch(rev 0)
+++ swig-version-check.patch2010-09-01 13:57:51 UTC (rev 89520)
@@ -0,0 +1,13 @@
+--- configure.orig 2010-09-01 15:42:35.343947508 +0200
 configure  2010-09-01 15:43:43.816857993 +0200
+@@ -2975,9 +2975,7 @@
+ if test -z "$available_patch" ; then
+ available_patch=0
+ fi
+-if test $available_major -ne $required_major \
+--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: WARNING: SWIG version >= 1.3.21 is required.  You have 
$swig_version.  You should look at http://www.swig.org"; >&2;}
+ SWIG=false



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

2010-06-27 Thread Ionut Biru
Date: Sunday, June 27, 2010 @ 08:21:23
  Author: ibiru
Revision: 84199

upgpkg: libimobiledevice 1.0.2-1
update to 1.0.2

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-27 12:00:58 UTC (rev 84198)
+++ PKGBUILD2010-06-27 12:21:23 UTC (rev 84199)
@@ -3,7 +3,7 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux"
 url="http://libimobiledevice.org/";
@@ -13,12 +13,11 @@
 makedepends=('swig')
 options=('!libtool')
 source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ae4887870f4b44a648b21ca220cca23515db8a97d48514cba2e8a0a30f38b7ac')
-
+md5sums=('b83dd6f501e2ef199927c20866e9e113')
 build() {
 
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make
+  make DESTDIR="${pkgdir}" install
 }