Page MenuHomeFreeBSD

graphics/timg: update to 1.6.0
ClosedPublic

Authored by uzsolt on Feb 14 2024, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 1:04 AM
Unknown Object (File)
Nov 22 2024, 5:04 AM
Unknown Object (File)
Nov 13 2024, 2:35 AM
Unknown Object (File)
Nov 9 2024, 9:18 PM
Unknown Object (File)
Oct 26 2024, 3:15 PM
Unknown Object (File)
Oct 4 2024, 1:51 PM
Unknown Object (File)
Oct 3 2024, 12:30 AM
Unknown Object (File)
Oct 1 2024, 11:55 AM
Subscribers
None

Details

Summary
Test Plan

Portclippy, portfmt and portlint are ok.
Poudriere builds on 13.2 and 14.0

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

uzsolt created this revision.

Uses pkgconfig
Remove unneeded BUILD_DEPENDS
Add WITH_POPPLER, WITH_RSVG to CMAKE_OFF.

What about these? (These might be installed if people are using ports and not Poudriere)
https://github.com/hzeller/timg/blob/v1.6.0/CMakeLists.txt#L59
https://github.com/hzeller/timg/blob/v1.6.0/CMakeLists.txt#L64

Added them to CMAKE_OFF. Thanks.

graphics/timg/Makefile
21

It doesn't work because jpeg.mk add graphics/jpeg-turbo dependency (https://cgit.freebsd.org/ports/tree/Mk/Uses/jpeg.mk#n17) but timg need graphics/libjpeg-turbo (plus 'lib' in name).

LGTM, nice work!

graphics/timg/Makefile
21

True, sorry for the noise

This revision is now accepted and ready to land.Feb 26 2024, 10:38 PM
This revision was automatically updated to reflect the committed changes.