Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2023-02-12 19:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Sun Feb 12 19:13:58 2023 rev:136 rq:1064326 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2023-02-07 18:47:36.898657594 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1848/gstreamer-plugins-bad.changes
    2023-02-12 19:14:02.280936527 +0100
@@ -1,0 +2,7 @@
+Tue Feb  7 13:02:51 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Stop building openh264 by default even on 3'rd party
+  buildservices, do this via bcond. Codec now available via a
+  special repo.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.opYxDI/_old  2023-02-12 19:14:03.304942802 +0100
+++ /var/tmp/diff_new_pack.opYxDI/_new  2023-02-12 19:14:03.308942826 +0100
@@ -23,6 +23,7 @@
 %define gst_branch 1.0
 %bcond_with faac
 %bcond_with faad
+%bcond_with openh264
 
 %if 0%{?is_opensuse} || 0%{?sle_version} >= 150400
 %bcond_without avtp
@@ -221,7 +222,9 @@
 BuildRequires:  pkgconfig(libmodplug)
 BuildRequires:  pkgconfig(libopenaptx) == 0.2.0
 BuildRequires:  pkgconfig(librtmp)
+%if %{with openh264}
 BuildRequires:  pkgconfig(openh264) >= 1.3.0
+%endif
 BuildRequires:  pkgconfig(vo-aacenc) >= 0.1.0
 BuildRequires:  pkgconfig(vo-amrwbenc) >= 0.1.0
 BuildRequires:  pkgconfig(x265)
@@ -742,8 +745,6 @@
        -Dvoaacenc=disabled \
        -Dx265=disabled \
        -Dopenaptx=disabled \
-%else
-       -Dopenh264=enabled \
 %endif
        -Dgpl=enabled \
 %if %{without avtp}
@@ -758,6 +759,9 @@
 %if %{without fdk_aac}
        -Dfdkaac=disabled \
 %endif
+%if %{without openh264}
+       -Dopenh264=disabled \
+%endif
        -Ddirectfb=disabled \
        -Ddoc=disabled \
        -Dexamples=disabled \
@@ -1167,18 +1171,17 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstvoamrwbenc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvoaacenc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdtsdec.so
-
 %if %{with faac}
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
 %endif
-
 %if %{with faad}
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
 %endif
-
 %{_libdir}/gstreamer-%{gst_branch}/libgstde265.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
+%if %{with openh264}
 %{_libdir}/gstreamer-%{gst_branch}/libgstopenh264.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstsiren.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstx265.so

Reply via email to