Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing

This commit is contained in:
abveritas 2011-06-05 04:12:46 +00:00
commit f6092c727b
2 changed files with 6 additions and 6 deletions

View File

@ -6,11 +6,11 @@
pkgname=libgpod
pkgver=0.8.0
pkgrel=5
pkgrel=6
pkgdesc="libgpod is a shared library to access the contents of an iPod"
arch=(i686 x86_64)
license=('LGPL')
depends=('mutagen' 'sg3_utils>=1.27' 'libimobiledevice>=1.0.1')
depends=('mutagen' 'sg3_utils>=1.27' 'libimobiledevice>=1.1.0')
makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject')
url="http://www.gtkpod.org/libgpod.html"
source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.gz)

View File

@ -8,18 +8,18 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=libimobiledevice
pkgver=1.0.4
pkgrel=3
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() {