Remove GStreamer, deprecated upstream, no longer needed with Wine 6.20

epel9
Michael Cronenworth 3 years ago
parent 2f1628937a
commit 473b9ab07a

@ -1,6 +1,6 @@
Name: FAudio Name: FAudio
Version: 21.11 Version: 21.11
Release: 1%{?dist} Release: 2%{?dist}
Summary: FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries Summary: FNA is a reimplementation of the Microsoft XNA Game Studio 4.0 Refresh libraries
License: zlib License: zlib
@ -15,8 +15,6 @@ BuildRequires: gcc-c++
BuildRequires: make BuildRequires: make
BuildRequires: SDL2-devel BuildRequires: SDL2-devel
BuildRequires: gstreamer1-devel
BuildRequires: gstreamer1-plugins-base-devel
%description %description
@ -49,9 +47,7 @@ Development files for the FAudio library.
%build %build
# GStreamer support is deprecated and will be removed in the next release %cmake
%cmake \
-DGSTREAMER=ON
%cmake_build %cmake_build
@ -80,6 +76,9 @@ Development files for the FAudio library.
%changelog %changelog
* Wed Nov 10 2021 Michael Cronenworth <mike@cchtml.com> - 21.11-2
- Remove GStreamer
* Wed Nov 10 2021 Michael Cronenworth <mike@cchtml.com> - 21.11-1 * Wed Nov 10 2021 Michael Cronenworth <mike@cchtml.com> - 21.11-1
- Update to 21.11 - Update to 21.11

Loading…
Cancel
Save