Bug 470859

Summary: Unable to extract dimensions when built against exiv2 0.28.0
Product: [Frameworks and Libraries] frameworks-kfilemetadata Reporter: 2wxsy58236r3
Component: generalAssignee: Pinak Ahuja <pinak.ahuja>
Status: RESOLVED FIXED    
Severity: normal CC: kdelovaa, nicolas.fella
Priority: NOR    
Version First Reported In: 5.106.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description 2wxsy58236r3 2023-06-10 08:15:23 UTC
SUMMARY

On Arch Linux (which has been offering exiv2 0.28.0 in official repo), I can no longer see image dimensions.

STEPS TO REPRODUCE

1. In Dolphin, point the cursor to image files.
2. Notice that it does not show the image dimensions.
3. Build and install exiv2 0.27.7.
4. Rebuild kfilemetadata against exiv2 0.27.7 and install.
5. Point the cursor to image files. This time it shows image dimensions.

SOFTWARE/OS VERSIONS

Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Comment 1 Bug Janitor Service 2023-06-10 14:49:41 UTC
A possibly relevant merge request was started @ https://invent.kde.org/libraries/baloo-widgets/-/merge_requests/58
Comment 2 Bug Janitor Service 2023-06-10 15:12:23 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kfilemetadata/-/merge_requests/104
Comment 3 Antonio Rojas 2023-06-13 11:13:21 UTC
Git commit b8947e1050e25481d12e644fab02ce2df40329cf by Antonio Rojas.
Committed on 13/06/2023 at 11:13.
Pushed by arojas into branch 'master'.

Fix displaying image dimensions with exiv2 0.28

Accept UInt as the dimensions type

M  +1    -1    src/filemetadataprovider.cpp

https://invent.kde.org/libraries/baloo-widgets/-/commit/b8947e1050e25481d12e644fab02ce2df40329cf
Comment 4 Antonio Rojas 2023-06-21 06:26:28 UTC
*** Bug 471274 has been marked as a duplicate of this bug. ***