public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Moschny <thomas.moschny@gmx.de>
To: git-commits@fedoraproject.org
Subject: [rpms/guvcview] epel9-next: Refine BRs, ensure we build against SDL2.
Date: Tue, 21 Jul 2026 17:26:33 GMT [thread overview]
Message-ID: <178465479380.1.8604529082192537888.rpms-guvcview-58aaf133ff47@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/guvcview
Branch : epel9-next
Commit : 58aaf133ff476f6f0a62361f91d93d1c3ad0b721
Author : Thomas Moschny <thomas.moschny@gmx.de>
Date : 2026-03-15T22:30:03+01:00
Stats : +12/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/guvcview/c/58aaf133ff476f6f0a62361f91d93d1c3ad0b721?branch=epel9-next
Log:
Refine BRs, ensure we build against SDL2.
---
diff --git a/guvcview.spec b/guvcview.spec
index 9c763f5..3e74b03 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -2,7 +2,7 @@
Name: guvcview
Version: 2.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GTK+ UVC Viewer and Capturer
License: GPL-2.0-or-later
URL: https://guvcview.sourceforge.net/
@@ -19,15 +19,18 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0)
-BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavcodec) >= 57.16
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libpng)
-BuildRequires: pkgconfig(sfml-graphics)
-BuildRequires: pkgconfig(gsl)
+# SFML 3.0 currently not available in Fedora
+#BuildRequires: pkgconfig(sfml-graphics) >= 3.0
+#BuildRequires: pkgconfig(sfml-window) >= 3.0
+BuildRequires: pkgconfig(gsl) >= 0.15
BuildRequires: pkgconfig(portaudio-2.0)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: desktop-file-utils
+BuildRequires: pkgconfig(sdl2)
+Buildrequires: desktop-file-utils
BuildRequires: libappstream-glib
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -67,7 +70,7 @@ This package contains development files for %{name}.
find . \( -name '*.h' -o -name '*.c' \) -exec chmod -x {} \;
%build
-%cmake -DUSE_SFML=ON -DUSE_SDL=OFF -DUSE_DEBIANMENU=OFF -DINSTALL_DEVKIT=ON
+%cmake -DUSE_DEBIANMENU=OFF -DINSTALL_DEVKIT=ON
%cmake_build
@@ -120,6 +123,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda
%changelog
+* Sun Mar 15 2026 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.2-2
+- Refine BRs, ensure we build against SDL2.
+
* Sat Mar 14 2026 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.2-1
- Update to 2.2.2.
- guvcview uses cmake now.
reply other threads:[~2026-07-21 17:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178465479380.1.8604529082192537888.rpms-guvcview-58aaf133ff47@fedoraproject.org \
--to=thomas.moschny@gmx.de \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox