commit: d75228f02b08e763ab598fc940dfd565bdf94ff7 Author: Paul Cotton <paulcotton <AT> penguinmail <DOT> com> AuthorDate: Wed Mar 4 06:31:15 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 13:56:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75228f0
app-pda/libusbmuxd: Bump to 2.1.1. No changes from 2.1.0 other than keywording and dates Signed-off-by: Paul Cotton <paulcotton <AT> penguinmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/213 Merges: https://codeberg.org/gentoo/gentoo/pulls/213 Signed-off-by: Sam James <sam <AT> gentoo.org> app-pda/libusbmuxd/Manifest | 1 + app-pda/libusbmuxd/libusbmuxd-2.1.1.ebuild | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-pda/libusbmuxd/Manifest b/app-pda/libusbmuxd/Manifest index 9da4ddb13a60..705b08705472 100644 --- a/app-pda/libusbmuxd/Manifest +++ b/app-pda/libusbmuxd/Manifest @@ -1 +1,2 @@ DIST libusbmuxd-2.1.0.tar.bz2 325055 BLAKE2B f027a3d5fe7cae4628f2120f2c47b66928d4c426848e925ed3cf9ad22f8da23c7fb3a8c9588bc1576a797ac1b8f523455f46b94ce453c8e894da16e06c6bb05a SHA512 c7646b8c7e6c55bb87595380d22d77563f9d3981bf8f169a7ac85650e2860bcbb6831c4968040b92efdc1267a8ca9ae81c2f46c6644ba0c40333f81d6651cf19 +DIST libusbmuxd-2.1.1.tar.bz2 325055 BLAKE2B acb40c2e045ce895868f2cd96f944f35f621ed5e27913e261a245836d7439866e4413d69c8f1df351750b783040b700ee772a8167f012c5897b5810636561fe5 SHA512 f1327a64e0a1dc0f08d2e2355271feb34194753de1d622a0259e23fc751d2720af9b4a06555e0d5f7e86d00765e7400cdc246727cceb0715bf991a278c0dedb9 diff --git a/app-pda/libusbmuxd/libusbmuxd-2.1.1.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.1.1.ebuild new file mode 100644 index 000000000000..b7504abb78fa --- /dev/null +++ b/app-pda/libusbmuxd/libusbmuxd-2.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" +HOMEPAGE="https://libimobiledevice.org/" +SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+ +SLOT="0/2.0-7" # based on SONAME of libusbmuxd-2.0.so +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86" + +RDEPEND=" + >=app-pda/libimobiledevice-glue-1.2.0:= + >=app-pda/libplist-2.2.0:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + econf \ + --disable-static \ + $(usex kernel_linux '' --without-inotify) +} + +src_install() { + default + find "${D}" -name '*.la' -type f -delete || die +}
