public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guvcview] epel9-next: Switch from SDL2 to SFML to fix crashes on GNOME
@ 2026-07-21 17:26 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-21 17:26 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/guvcview
Branch : epel9-next
Commit : 42cddff910399a4840743076161bf6d83d4aa44d
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2024-04-04T19:49:11-04:00
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/guvcview/c/42cddff910399a4840743076161bf6d83d4aa44d?branch=epel9-next

Log:
Switch from SDL2 to SFML to fix crashes on GNOME

---
diff --git a/guvcview.spec b/guvcview.spec
index c8cf28b..7e2853e 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -2,7 +2,7 @@
 
 Name:           guvcview
 Version:        2.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ UVC Viewer and Capturer
 License:        GPL-2.0-or-later
 URL:            http://guvcview.sourceforge.net/
@@ -21,7 +21,7 @@ BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sfml-graphics)
 BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(portaudio-2.0)
 BuildRequires:  pkgconfig(libpulse)
@@ -66,8 +66,8 @@ This package contains development files for %{name}.
 find . \( -name '*.h' -o -name '*.c' \) -exec chmod -x {} \;
 
 %build
-./bootstrap.sh
-%configure CC=gcc CXX=g++ --disable-debian-menu --disable-silent-rules --disable-static
+autoreconf -fiv
+%configure CC=gcc CXX=g++ --disable-debian-menu --disable-silent-rules --disable-static --enable-sfml --disable-sdl2
 %make_build
 
 
@@ -119,6 +119,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda
 
 
 %changelog
+* Thu Apr 04 2024 Neal Gompa <ngompa@fedoraproject.org> - 2.1.0-2
+- Switch from SDL2 to SFML to fix crashes on GNOME
+
 * Thu Mar 28 2024 Adam Williamson <awilliam@redhat.com> - 2.1.0-1
 - Update to 2.1.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 17:26 [rpms/guvcview] epel9-next: Switch from SDL2 to SFML to fix crashes on GNOME Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox