Package: libimobiledevice Version: 1.1.4 Revision: 9 Description: Library to talk to iDevices License: LGPL # Dependencies: BuildDependsOnly: true Depends: %N4-shlibs (>= %v-1) BuildDepends: pkgconfig, usbmuxd2-dev, libplist1, gnutls28, libtasn1-3, libgpg-error, libgettext8-dev, glib2-dev, libxml2 (>= 2.6.32-1) # Unpack Phase: Source: http://www.libimobiledevice.org/downloads/%n-%v.tar.bz2 Source-MD5: 3f28cbc6a2e30d34685049c0abde5183 Patchscript: << # This corrects bug #280 of the bug tracker and can be deleted, once fixed by upstream sed -i.bak 's|LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(|inline void debug_buffer(|g' src/debug.h << ConfigureParams: LDFLAGS="-L%p/lib" CFLAGS="-I%p/include -std=gnu89" --without-cython DocFiles: AUTHORS COPYING* NEWS README SplitOff: << Package: %N4-shlibs Depends: usbmuxd2-shlibs, gnutls28-shlibs, glib2-shlibs Files: << lib/libimobiledevice.3.dylib << Shlibs: << %p/lib/libimobiledevice.3.dylib 4.0.0 %n (>= 1.1.4-2) << DocFiles: AUTHORS COPYING* NEWS README << Splitoff2: << Package: %N4-dev Conflicts: %N-dev Replaces: %N-dev Depends: %N4-shlibs (>= %v-1) BuildDependsOnly: true Files: << include lib << DocFiles: AUTHORS COPYING* NEWS README docs/html << # Additional Info DescDetail: << libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and synchronize music and video to the device. See the README file for some commandline tools to access iDevices. << Homepage: http://www.libimobiledevice.org/ Maintainer: Karl-Michael Schindler