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

"pkg-config --variable=builtin_h265_decoder libheif" does not return yes #1299

Open
hornschorsch opened this issue Sep 4, 2024 · 2 comments

Comments

@hornschorsch
Copy link

Tody i tried to compile gimp with support for heic/heif files on my slackware 15.0 system. I installed libde265 and x265 and then built libheif and it correctly statet:

=== Supported formats ===
format        decoding   encoding
HEIC            YES        YES

The configure script of gimp then does the following checks:

can_import_heic=`$PKG_CONFIG --variable=builtin_h265_decoder libheif`
can_export_heic=`$PKG_CONFIG --variable=builtin_h265_encoder libheif`

but "pkg-config --variable=builtin_h265_encoder libheif" does not return "yes", despite the fact that heic encoding and decoding is enabled.

I replaced the two lines with

can_import_heic=yes
can_export_heic=yes

and then i could compile gimp with heic support and it really can load and save heic images then.

What am i missing?

@kmilos
Copy link
Contributor

kmilos commented Sep 4, 2024

What am i missing?

See #1062, #758 (comment), and https://gitlab.gnome.org/GNOME/gimp/-/issues/9080

@hornschorsch
Copy link
Author

Please see my comment at #758 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants