Bug 271506 - graphics/gegl: Fails to build with V4L option disabled
Summary: graphics/gegl: Fails to build with V4L option disabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-19 08:43 UTC by Tassilo Philipp
Modified: 2023-05-19 21:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tassilo Philipp 2023-05-19 08:43:24 UTC
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
--------
Comment 1 Dima Panov freebsd_committer freebsd_triage 2023-05-19 09:08:53 UTC
(In reply to Tassilo Philipp from comment #0)
Thanks for report, I'll investigate it asap
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-19 21:43:43 UTC
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(-)
Comment 3 Dima Panov freebsd_committer freebsd_triage 2023-05-19 21:44:16 UTC
Fixed, thanks