Created attachment 268418 [details] [patch] update multimedia/guvcview to v2.2.2 Guvcview was recently updated to 2.2.2. Unfortunately, portscout did not detect it at the time (Nov. 2025). The diff is also a tad messy as some line numbers changed between versions and a couple of minor issues cropped up during testing.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cd2dfdc79862d94c71bea9e7c2418e79ac65176 commit 3cd2dfdc79862d94c71bea9e7c2418e79ac65176 Author: Walker R. Thompson <walker.thompson@urz.uni-heidelberg.de> AuthorDate: 2026-02-28 19:48:36 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-02-28 19:53:34 +0000 multimedia/guvcview: Update 2.2.1 => 2.2.2 Changelog: * Apply ffmpeg8 and musl patches by Paul Zander <negril.nx+gentoo@...>; add sfml3 fixes * update to SFML 3.0 * Fix some spelling errors * Add support for OBSMEET4K by Sam Liddicott https://sourceforge.net/p/guvcview/git-master/ci/v2.2.2/tree/ChangeLog - Remove workaround for ffmpeg8 support - upstream implemented it. - Refresh patches. PR: 293503 multimedia/guvcview/Makefile | 7 +------ multimedia/guvcview/distinfo | 6 +++--- .../guvcview/files/patch-guvcview_video__capture.c | 20 ++++++-------------- .../files/patch-gview__v4l2core_v4l2__core.c | 4 ++-- 4 files changed, 12 insertions(+), 25 deletions(-)
Thanks.