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
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Tue Feb  7 15:38:26 UTC 2023 - Simon Vogl <simon.vogl@gmx.net>
4
+
5
+- Removed the openh264 gstreamer plugin as openSUSE now ships the
6
+  openh264 gstreamer plugin themselves:
7
+  https://news.opensuse.org/2023/01/24/opensuse-simplifies-codec-install/
8
+
9
+-------------------------------------------------------------------
10
 Thu Jan 26 20:29:50 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
11
 
12
 - Update to version 1.22.0
13
gstreamer-plugins-bad-codecs.spec Changed
25
 
1
@@ -38,7 +38,6 @@
2
 BuildRequires:  pkgconfig(libde265) >= 0.9
3
 BuildRequires:  pkgconfig(libmodplug)
4
 BuildRequires:  pkgconfig(librtmp)
5
-BuildRequires:  pkgconfig(openh264) >= 1.3.0
6
 BuildRequires:  pkgconfig(vo-amrwbenc) >= 0.1.0
7
 BuildRequires:  pkgconfig(x265)
8
 
9
@@ -70,7 +69,6 @@
10
    -Dfaac=enabled \
11
    -Dfaad=enabled \
12
    -Dmodplug=enabled \
13
-   -Dopenh264=enabled \
14
    -Dresindvd=enabled \
15
    -Drtmp=enabled \
16
    -Dsiren=enabled \
17
@@ -100,7 +98,6 @@
18
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
19
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
20
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
21
-%{_libdir}/gstreamer-%{gst_branch}/libgstopenh264.so
22
 %{_libdir}/gstreamer-%{gst_branch}/libgstresindvd.so
23
 %{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so
24
 %{_libdir}/gstreamer-%{gst_branch}/libgstsiren.so
25
Refresh
Refresh

Bjørn Lie

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.


Simon Vogl

DarkWav wrote over 2 years ago

Thanks for the suggestions, I will try to do these improvements!

Request History
Simon Vogl's avatar

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.


Bjørn Lie's avatar

zaitor accepted request over 2 years ago

Xin