Skip to content

Auto-update libimobiledevice to 1.4.0#9810

Open
waruqi wants to merge 1 commit intodevfrom
autoupdate-libimobiledevice-1.4.0
Open

Auto-update libimobiledevice to 1.4.0#9810
waruqi wants to merge 1 commit intodevfrom
autoupdate-libimobiledevice-1.4.0

Conversation

@waruqi
Copy link
Copy Markdown
Member

@waruqi waruqi commented Apr 22, 2026

New version of libimobiledevice detected (package version: 1.3.0, last github version: 1.4.0)

@waruqi waruqi added the auto-update Automatic update label Apr 22, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the libimobiledevice package to version 1.4.0. A critical dependency mismatch was identified, as the new version requires updated versions of libimobiledevice-glue and libusbmuxd that are not currently provided in the repository, which will lead to build failures.


add_urls("https://github.com/libimobiledevice/libimobiledevice/archive/refs/tags/$(version).tar.gz",
"https://github.com/libimobiledevice/libimobiledevice.git")
add_versions("1.4.0", "99e042acc1513815c36816723de52e0d0892e081f36ec29672531ce99ed59ccd")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating libimobiledevice to version 1.4.0 introduces a compatibility issue with the current dependencies in the repository. Upstream version 1.4.0 requires libimobiledevice-glue >= 1.3.0 and libusbmuxd >= 2.1.0.

Currently, the repository provides:

  • libimobiledevice-glue: 2021.11.24 (which identifies as version ~1.0.0)
  • libusbmuxd: 2021.09.13 (which identifies as version ~2.0.2)

This mismatch will cause the build to fail during the autoconf configuration phase because the required package versions are not met. These dependencies should be updated to their corresponding latest versions (1.3.x and 2.1.x respectively) to support this update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-update Automatic update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant