Install this version:
emerge -a =app-pda/libimobiledevice-1.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.0 | 8 | amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86 | 0/1.0-6 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
#inherit autotools
#MY_COMMIT=73b6fd183872096f20e6d1007429546a317a7cb1
DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
HOMEPAGE="https://libimobiledevice.org/"
#SRC_URI="https://github.com/libimobiledevice/libimobiledevice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/${PV}/${P}.tar.bz2 -> ${P}.gh.tar.bz2"
#S="${WORKDIR}"/${PN}-${MY_COMMIT}
# While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 x86"
IUSE="doc gnutls readline static-libs"
RDEPEND="
>=app-pda/libtatsu-1.0.3
app-pda/libimobiledevice-glue:=
>=app-pda/libplist-2.3:=
>=app-pda/libusbmuxd-2.0.2:=
gnutls? (
dev-libs/libgcrypt:0
>=dev-libs/libtasn1-1.1
>=net-libs/gnutls-2.2.0
)
!gnutls? (
dev-libs/openssl:0=
)
readline? ( sys-libs/readline:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-text/doxygen )
"
#PATCHES=(
# "${FILESDIR}"/${PN}-1.3.0_p20240201_time_h.patch
#)
#src_prepare() {
# default
# echo ${PV}-${MY_COMMIT} > .tarball-version
# eautoreconf
#}
src_configure() {
local myeconfargs=(
--without-cython
$(use_enable static-libs static)
)
use gnutls && myeconfargs+=( --disable-openssl )
# --with-readline also causes readline to not be used
use readline || myeconfargs+=( --without-readline )
econf "${myeconfargs[@]}"
}
src_compile() {
emake
if use doc; then
doxygen doxygen.cfg || die
fi
}
src_install() {
emake install DESTDIR="${D}"
use doc && dodoc docs/html/*
find "${D}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p app-pda/libimobiledevice |
euse -E <flag> -p app-pda/libimobiledevice |
euse -D <flag> -p app-pda/libimobiledevice
>=app-pda/libtatsu-1.0.3 app-pda/libimobiledevice-glue:= >=app-pda/libplist-2.3:= >=app-pda/libusbmuxd-2.0.2:= gnutls? ( dev-libs/libgcrypt:0 >=dev-libs/libtasn1-1.1 >=net-libs/gnutls-2.2.0 ) !gnutls? ( dev-libs/openssl:0= ) readline? ( sys-libs/readline:= )
>=app-pda/libtatsu-1.0.3 app-pda/libimobiledevice-glue:= >=app-pda/libplist-2.3:= >=app-pda/libusbmuxd-2.0.2:= gnutls? ( dev-libs/libgcrypt:0 >=dev-libs/libtasn1-1.1 >=net-libs/gnutls-2.2.0 ) !gnutls? ( dev-libs/openssl:0= ) readline? ( sys-libs/readline:= )
virtual/pkgconfig doc? ( app-text/doxygen )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libimobiledevice-1.4.0.gh.tar.bz2 | 714628 bytes | https://github.com/libimobiledevice/libimobiledevice/releases/download/1.4.0/libimobiledevice-1.4.0.tar.bz2 |