Package Details: libimobiledevice-git 1:1.3.0.r224.g77c727b-1

Git Clone URL: https://aur.archlinux.org/libimobiledevice-git.git (read-only, click to copy)
Package Base: libimobiledevice-git
Description: Library that talks the protocols to support iPhone and iPod Touch devices on Linux
Upstream URL: http://www.libimobiledevice.org/
Licenses: LGPL-2.1-or-later
Conflicts: libimobiledevice
Provides: libimobiledevice, libimobiledevice-1.0.so
Submitter: None
Maintainer: intelfx
Last Packager: intelfx
Votes: 69
Popularity: 0.60
First Submitted: 2010-03-25 16:57 (UTC)
Last Updated: 2024-04-30 13:55 (UTC)

Required by (40)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

graysky commented on 2012-05-22 01:14 (UTC)

Thanks sebikul - usbmuxd-git builds just fine and so does libmobiledevice-git. You're the man!

sebikul commented on 2012-05-22 00:16 (UTC)

Okay, both libimobiledevice and usbmuxd where updated. They should build fine on a i686 system. Unfortunately, i can't test on a x64 system, can somebody confirm? I would like to than everybody who reported bugs and suggestions.

sebikul commented on 2012-05-22 00:00 (UTC)

I'm already working on a clean fix. It has more or less to do with what you just explained, but instead of moving files, it tells cmake to install them just where we need them to be. I'll keep you posted.

jgottula commented on 2012-05-21 23:24 (UTC)

The file /usr/lib/pkgconfig/libusbmuxd.pc needs to be present. A quick fix is to add these two lines to the end of the build() function in the PKGBUILD for usbmuxd-git: mkdir -p $pkgdir/usr/lib/pkgconfig cp $srcdir/$_gitname-build/libusbmuxd.pc $pkgdir/usr/lib/pkgconfig/ If you rebuild your usbmuxd-git package with that modification, then this build should work. There's probably a more 'correct' way to make this happen, but I'm not familiar enough with CMake to know what that would be.

graysky commented on 2012-05-21 21:40 (UTC)

@seb - log for usbmuxd-git: http://pastebin.com/gxdmn3Pm

sebikul commented on 2012-05-21 19:59 (UTC)

Could you also uplaod the .log files when building usbmuxd please? My guess is that the hardcoded PKG_CONFIG_PATH needs a conditional depending on the client's architecture.

graysky commented on 2012-05-21 19:51 (UTC)

No problem - http://pastebin.com/eReuRpx4

sebikul commented on 2012-05-21 18:12 (UTC)

@graysky, i686, what's the output when compiling on a x86_64 chroot? Upload the *.log files to pastebin please.

graysky commented on 2012-05-21 07:55 (UTC)

Sebikul - x86_64 or i686? I can build it on i686 (chroot) but not on x86_64.