From 8d9b256225be88b96262bd4f827b6ce1328951d2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Jan 2015 11:59:56 +0200 Subject: support IOS 8.1.3 devices, tested with iPhone 6 and works magic --- app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild (limited to 'app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild') diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild new file mode 100644 index 00000000..0f0c34c5 --- /dev/null +++ b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild,v 1.2 2014/08/03 12:08:23 ssuominen Exp $ + +EAPI=5 +inherit autotools-utils + +DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" +HOMEPAGE="http://www.libimobiledevice.org/" +SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" + +# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+ +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0/2" # based on SONAME of libusbmuxd.so +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +IUSE="kernel_linux static-libs" + +RDEPEND=">=app-pda/libplist-1.11:= + virtual/libusb:1 + !=app-pda/usbmuxd-1.0.9 + !