[obs-studio] Apply ffmpeg workaround only for F37+.
by Vitaly Zaitsev
commit 4aec616376dea1cf6f351d923fa1ed0939dce620
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun Aug 7 23:19:17 2022 +0200
Apply ffmpeg workaround only for F37+.
obs-studio.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index d1a7f9e..7518703 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -99,7 +99,9 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
tar -xf %{SOURCE1} -C plugins/obs-vst --strip-components=1
# Fix ffmpeg 5.1 FTBFS
+%if 0%{?fedora} && 0%{?fedora} >= 37
sed -e 's/-Werror-implicit-function-declaration//g' -i CMakeLists.txt
+%endif
%build
%cmake -DOBS_VERSION_OVERRIDE=%{version} \
2 years, 3 months
[obs-studio] Trying to fix ffmpeg 5.1 build issue.
by Vitaly Zaitsev
commit 44ecc3caaa0e4321d7025cf361594e53ca1cf885
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun Aug 7 23:16:28 2022 +0200
Trying to fix ffmpeg 5.1 build issue.
obs-studio.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 5716bf6..d1a7f9e 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -98,6 +98,9 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
# Prepare plugins/obs-vst
tar -xf %{SOURCE1} -C plugins/obs-vst --strip-components=1
+# Fix ffmpeg 5.1 FTBFS
+sed -e 's/-Werror-implicit-function-declaration//g' -i CMakeLists.txt
+
%build
%cmake -DOBS_VERSION_OVERRIDE=%{version} \
-DUNIX_STRUCTURE=1 -GNinja \
2 years, 3 months
[qmmp-plugins-freeworld] - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
by Sérgio M. Basto
commit bb60d389c5a363025229a94b0a0b0e7de54478fb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 7 22:01:35 2022 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
qmmp-plugins-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 9a5e7b6..46c5b03 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
Version: 2.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -168,6 +168,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg-enque
%changelog
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
* Tue Jun 14 2022 Karel Volný <kvolny(a)redhat.com> 2.1.1-1
- version bump to 2.1.1
2 years, 3 months
[qmmp-plugin-pack-freeworld] - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
by Sérgio M. Basto
commit 538513d744e6b928455cd2944c8aa9675408fdf2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 7 22:01:23 2022 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
qmmp-plugin-pack-freeworld.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/qmmp-plugin-pack-freeworld.spec b/qmmp-plugin-pack-freeworld.spec
index 091e36f..8ea8f4a 100644
--- a/qmmp-plugin-pack-freeworld.spec
+++ b/qmmp-plugin-pack-freeworld.spec
@@ -1,6 +1,6 @@
Name: qmmp-plugin-pack-freeworld
Version: 2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A set of extra plugins for Qmmp
Group: Applications/Multimedia
@@ -47,6 +47,10 @@ make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/Engines/ffvideo
%changelog
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
* Thu May 19 2022 Karel Volný <kvolny(a)redhat.com> 2.1.0-1
- new version 2.1.0
2 years, 3 months
[python-vlc] - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
by Sérgio M. Basto
commit 7397c107ef0a6a8aada07d35d2e150bc9949d5e3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 7 21:51:10 2022 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
python-vlc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index d9f67ed..0135b36 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 3.0.16120
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: %{sum}
License: LGPLv2+
@@ -57,6 +57,10 @@ chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.0.16120-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
* Sat Jun 25 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 3.0.16120-2
- Rebuilt for Python 3.11
2 years, 3 months
[python-ffmpeg-progress-yield] - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
by Sérgio M. Basto
commit b674950a00ca489d7ec48f8374fd9163ab2105a3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 7 21:50:59 2022 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
python-ffmpeg-progress-yield.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
index ec37747..6d9e4da 100644
--- a/python-ffmpeg-progress-yield.spec
+++ b/python-ffmpeg-progress-yield.spec
@@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: %{pypi_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Run an ffmpeg command with progress
License: MIT
@@ -46,6 +46,10 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/ffmpeg_progress_yield-%{pypi_version}-py%{python3_version}.egg-info
%changelog
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
* Thu Aug 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.0-1
- Update to 0.3.0
2 years, 3 months
[python-ffmpeg-normalize] - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
by Sérgio M. Basto
commit 24ebef547ef8678ff7522834597d92f728599c7e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 7 21:50:52 2022 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
python-ffmpeg-normalize.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index bd4cc02..a3893af 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.24.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Normalize audio via ffmpeg
License: MIT
@@ -62,6 +62,10 @@ Batch processing of several input files is possible, including video files.
%{python3_sitelib}/ffmpeg_normalize-%{version}-py%{python3_version}.egg-info
%changelog
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.24.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
* Thu Aug 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.24.0-1
- Update to 1.24.0
2 years, 3 months