Overview
Request 5684 (accepted)
Disable openh264 codec support since openSUSE now ships openh264 themselves:
https://news.opensuse.org/2023/01/24/opensuse-simplifies-codec-install/
This would avoid a file conflict between this package and the gstreamer openh264 plugins package from openSUSE.
I attempted to fix the problems of Request 5683.
If you have any suggestions for improvement, please let me know.
gstreamer-plugins-bad-codecs.changes
Changed
-------------------------------------------------------------------
+Tue Feb 7 15:38:26 UTC 2023 - Simon Vogl <simon.vogl@gmx.net>
+
+- Removed the openh264 gstreamer plugin as openSUSE now ships the
+ openh264 gstreamer plugin themselves:
+ https://news.opensuse.org/2023/01/24/opensuse-simplifies-codec-install/
+
+-------------------------------------------------------------------
Thu Jan 26 20:29:50 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
- Update to version 1.22.0
gstreamer-plugins-bad-codecs.spec
Changed
BuildRequires: pkgconfig(libde265) >= 0.9
BuildRequires: pkgconfig(libmodplug)
BuildRequires: pkgconfig(librtmp)
-BuildRequires: pkgconfig(openh264) >= 1.3.0
BuildRequires: pkgconfig(vo-amrwbenc) >= 0.1.0
BuildRequires: pkgconfig(x265)
-Dfaac=enabled \
-Dfaad=enabled \
-Dmodplug=enabled \
- -Dopenh264=enabled \
-Dresindvd=enabled \
-Drtmp=enabled \
-Dsiren=enabled \
%{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
%{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
%{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstopenh264.so
%{_libdir}/gstreamer-%{gst_branch}/libgstresindvd.so
%{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so
%{_libdir}/gstreamer-%{gst_branch}/libgstsiren.so
zaitor wrote over 2 years ago
Please add a .changes entry.
zaitor wrote over 2 years ago
And removing -Dopenh264=enabled \ is enough, no need to add the disabled line.
Request History
DarkWav created request over 2 years ago
Disable openh264 codec support since openSUSE now ships openh264 themselves:
https://news.opensuse.org/2023/01/24/opensuse-simplifies-codec-install/
This would avoid a file conflict between this package and the gstreamer openh264 plugins package from openSUSE.
I attempted to fix the problems of Request 5683.
If you have any suggestions for improvement, please let me know.
zaitor accepted request over 2 years ago
Xin