Bug 286209 - graphics/gwenview: add optional dependency on graphics/qt6-imageformats to support more graphics formats
Summary: graphics/gwenview: add optional dependency on graphics/qt6-imageformats to su...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-19 16:57 UTC by Martin Birgmeier
Modified: 2025-04-25 19:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2025-04-19 16:57:46 UTC
Scenario:
- FreeBSD stable/14
- ports latest
- graphics/kdegraphics installed
- Trying to open a downloaded version of https://upload.wikimedia.org/wikipedia/commons/1/1a/ETH-BIB-Barcelona%2C_Sagrada_Familia-Tschadseeflug_1930-31-LBS_MH02-08-0201.tif

Result:
- gwenview complains that it does not support TIFF files

Expected result:
- gwenview should show the file

Fix:
- Installing graphics/qt6-imageformats lets gwenview open this file.

-- Martin
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-04-25 19:09:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=514bd916890249c5a2d1c4303acbab1084daa5a1

commit 514bd916890249c5a2d1c4303acbab1084daa5a1
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-04-25 19:08:27 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-04-25 19:08:27 +0000

    graphics/gwenview: add dependency on Qt-imageformats

    to provide support for various image formats.

    PR:             286209
    Reported by:    Martin Birgmeier

 graphics/gwenview/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-04-25 19:15:13 UTC
A commit in branch 2025Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a02016086aabbd5168557c078e21ffb8d38993a

commit 7a02016086aabbd5168557c078e21ffb8d38993a
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-04-25 19:08:27 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-04-25 19:13:36 +0000

    graphics/gwenview: add dependency on Qt-imageformats

    to provide support for various image formats.

    PR:             286209
    Reported by:    Martin Birgmeier

    (cherry picked from commit 514bd916890249c5a2d1c4303acbab1084daa5a1)

 graphics/gwenview/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2025-04-25 19:16:25 UTC
Fixed, thank you!