public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/guvcview] epel9-next: Switch from SDL2 to SFML to fix crashes on GNOME
Date: Tue, 21 Jul 2026 17:26:29 GMT	[thread overview]
Message-ID: <178465478902.1.2593657027603487899.rpms-guvcview-42cddff91039@fedoraproject.org> (raw)

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
 

                 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=178465478902.1.2593657027603487899.rpms-guvcview-42cddff91039@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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