Bug 293503 - multimedia/guvcview: Update 2.2.1 => 2.2.2
Summary: multimedia/guvcview: Update 2.2.1 => 2.2.2
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: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-28 16:43 UTC by Walker R. Thompson
Modified: 2026-02-28 19:57 UTC (History)
1 user (show)

See Also:


Attachments
[patch] update multimedia/guvcview to v2.2.2 (4.67 KB, patch)
2026-02-28 16:43 UTC, Walker R. Thompson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walker R. Thompson 2026-02-28 16:43:59 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-02-28 19:53:56 UTC
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(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-28 19:57:34 UTC
Thanks.