Changelog: https://github.com/hzeller/timg/releases/tag/v1.6.0
Pet portclippy.
Details
Details
- Reviewers
bofh diizzy - Commits
- R11:63460d2fa17b: graphics/timg: update to 1.6.0
Portclippy, portfmt and portlint are ok.
Poudriere builds on 13.2 and 14.0
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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
graphics/timg/Makefile | ||
---|---|---|
13 | That doesn't seem to be needed/correct? | |
14 | ||
21 |
Comment Actions
Uses pkgconfig
Remove unneeded BUILD_DEPENDS
Add WITH_POPPLER, WITH_RSVG to CMAKE_OFF.
Comment Actions
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). |