[gstreamer] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit e7ac9dcb8950aae99f8c05a4d72f5902dde0b0a6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 9 11:44:15 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
gstreamer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 72b750f..23fabb3 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -7,7 +7,7 @@
Name: %{gstreamer}
Version: 0.10.36
-Release: 31%{?dist}
+Release: 32%{?dist}
Summary: GStreamer streaming media framework runtime
License: LGPLv2+
@@ -237,6 +237,9 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
%changelog
+* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.10.36-32
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.10.36-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2 years, 10 months
[ffmpegthumbnailer] Fix for gcc-12
by Leigh Scott
commit cab848a8424129d4e611efc6177887ed5382ef8d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Feb 9 11:39:57 2022 +0000
Fix for gcc-12
ffmpegthumbnailer.spec | 1 +
gcc12_fix.patch | 10 ++++++++++
2 files changed, 11 insertions(+)
---
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index 7a552a0..51112a4 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -11,6 +11,7 @@ License: GPLv2+
URL: https://github.com/dirkvdb/%{name}
Source0: %{url}/archive/%{commit}/%{name}-%{commit}.tar.gz
Patch0: add_audio_cover.patch
+Patch1: gcc12_fix.patch
BuildRequires: ffmpeg-devel
BuildRequires: libpng-devel
diff --git a/gcc12_fix.patch b/gcc12_fix.patch
new file mode 100644
index 0000000..b5c737c
--- /dev/null
+++ b/gcc12_fix.patch
@@ -0,0 +1,10 @@
+--- b/libffmpegthumbnailer/videothumbnailer.cpp
++++ a/libffmpegthumbnailer/videothumbnailer.cpp
+@@ -32,6 +32,7 @@
+ #include <stdexcept>
+ #include <cassert>
+ #include <cerrno>
++#include <cstring>
+ #include <memory>
+ #include <regex>
+ #include <algorithm>
2 years, 10 months
[get_iplayer] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
by Sérgio M. Basto
commit 20d82da3208de857090d4ed404b15de0ceeb259d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 9 11:28:12 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
get_iplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/get_iplayer.spec b/get_iplayer.spec
index b4e6dc4..da4aede 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 3.28
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
Group: Applications/Internet
@@ -102,6 +102,9 @@ fi
%changelog
+* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.28-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Dec 10 2021 Peter Oliver <rpm(a)mavit.org.uk> - 3.28-1
- Update to version 3.28.
2 years, 10 months