FS#59129 - [ilmbase] Gimp-2.10.2-2 loses ability to load raw files through Darktable - exr loader missing

Attached to Project: Arch Linux
Opened by Mike Bing (newmikey) - Sunday, 24 June 2018, 13:00 GMT
Last edited by Christian Hesse (eworm) - Monday, 25 June 2018, 07:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Gimp 2.10.2-2 missing exr file loader which breaks Darktable raw file loading

Steps to reproduce:
Install gimp-2.10.2-2 results in /usr/lib/gimp/2.0/plugins/file-exr and /usr/lib64/gimp/2.0/plugins/file-exr going AWOL
Opening raw files through Darktable fails with gimp reporting unknown file format
Opening openexr files generated by f.i. LuminanceHDR fails with the same unrecognized file format warning

Temp solution: Downgrading to gimp-2.10.2-1 resolves and results in the plugin fil re-appearing

Required solution: packaging to re-include file-exr plugin file
This task depends upon

Closed by  Christian Hesse (eworm)
Monday, 25 June 2018, 07:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  ilmbase 2.2.1-4
gimp 2.10.2-3
Comment by Doug Newgard (Scimmia) - Sunday, 24 June 2018, 23:53 GMT
Looks like this is because of https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ilmbase&id=8def4f6bccb1802f1f26a88abce205770c23cd11

configure:28634: checking for OPENEXR
configure:28641: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.6.1"
configure:28644: $? = 0
configure:28658: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.6.1"
configure:28661: $? = 0
configure:28675: result: no
Package 'gl', required by 'IlmBase', not found
Package 'glu', required by 'IlmBase', not found
Comment by Christian Hesse (eworm) - Monday, 25 June 2018, 06:19 GMT
This should work with pkgconf replacing pkg-config in our repositories... Looks like it does not.

Loading...