app-pda/usbmuxd - 9999 (chloverlay)

Search

Install

Install this version:

emerge -a =app-pda/usbmuxd-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-pda/usbmuxd-9999

Or alternatively:

emerge --autounmask-write -a =app-pda/usbmuxd-9999

Package Information

Description:
USB multiplex daemon for use with Apple iPhone/iPod Touch devices
Homepage:
https://libimobiledevice.org/
License:
|| ( GPL-2 GPL-3 ) LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools systemd udev git-r3

DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="https://libimobiledevice.org/"
EGIT_REPO_URI="https://github.com/libimobiledevice/usbmuxd.git"

# src/utils.h is LGPL-2.1+, rest is found in COPYING*
LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1+"
SLOT="0"
KEYWORDS=""
IUSE="selinux systemd"

DEPEND="
	>=app-pda/libimobiledevice-1.3.0:=
	app-pda/libimobiledevice-glue:=
	>=app-pda/libplist-2.6:=
	virtual/libusb:1=
"
RDEPEND="
	${DEPEND}
	acct-user/usbmux
	virtual/udev
	selinux? ( sec-policy/selinux-usbmuxd )
	systemd? ( sys-apps/systemd )
"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
#	echo ${PV} > "${S}"/.tarball-version
	eautoreconf
}

src_configure() {
	econf \
		"$(use_with systemd)" \
		--with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
		--with-udevrulesdir="$(get_udevdir)"/rules.d
}

pkg_postrm() {
	udev_reload
}

pkg_postinst() {
	udev_reload
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-pda/usbmuxd | euse -E <flag> -p app-pda/usbmuxd | euse -D <flag> -p app-pda/usbmuxd

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=app-pda/libimobiledevice-1.3.0:=
	app-pda/libimobiledevice-glue:=
	>=app-pda/libplist-2.6:=
	virtual/libusb:1=

RDEPEND

	
	>=app-pda/libimobiledevice-1.3.0:=
	app-pda/libimobiledevice-glue:=
	>=app-pda/libplist-2.6:=
	virtual/libusb:1=

	acct-user/usbmux
	virtual/udev
	selinux? ( sec-policy/selinux-usbmuxd )
	systemd? ( sys-apps/systemd )

BDEPEND

virtual/pkgconfig