Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libheif: force off gdk-pixbuf #183407

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Conversation

fxcoudert
Copy link
Member

libheif does not depend on gdk-pixbuf (even indirectly), and the loader is not built on previous macOS versions. But with recent cmake, it became a hard error:

Package gdk-pixbuf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-2.0' found
CMake Error at gdk-pixbuf/CMakeLists.txt:19 (install):
  install TARGETS given no LIBRARY DESTINATION for module target
  "pixbufloader-heif".

Seen in #182758 and https://stackoverflow.com/questions/78870274/error-when-installing-libheif-with-homebrew

We can fall back to the previous situation by forcing it off.

@fxcoudert fxcoudert added the CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot. label Sep 4, 2024
@carlocab carlocab added the CI-no-bottles Merge without publishing bottles label Sep 4, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 4, 2024
Merged via the queue into Homebrew:master with commit a854da1 Sep 4, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants