mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 05:44:35 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
f6092c727b
@ -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)
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user