The build fails (in the configure phase), with the following error when the TIFF option is disabled: ------- [...] Run-time dependency libspiro found: YES 20221101 Dependency libtiff-4 skipped: feature libtiff disabled Run-time dependency libv4l1 found: NO (tried pkgconfig) meson.build:392:12: ERROR: Dependency "libv4l1" not found, tried pkgconfig --------
(In reply to Tassilo Philipp from comment #0) Thanks for report, I'll investigate it asap
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=433938fa8772f9548a831f9deb32f45a5821b5b2 commit 433938fa8772f9548a831f9deb32f45a5821b5b2 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-05-19 21:41:59 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-05-19 21:41:59 +0000 graphics/gegl: unbreak build with V4L option disabled (+) PR: 271506 graphics/gegl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed, thanks