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-04-28 16:22:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Fri Apr 28 16:22:28 2023 rev:144 rq:1083187 version:1.22.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2023-04-26 17:23:57.093129729 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1533/gstreamer-plugins-bad.changes
    2023-04-28 16:22:40.573767844 +0200
@@ -1,0 +2,6 @@
+Wed Apr 26 14:56:52 UTC 2023 - Frederic Crozat <fcro...@suse.com>
+
+- Only build build vo-amrwbenc plugin on openSUSE, vo-amrwbenc
+  license is problematic for commercial use.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.AvMMl9/_old  2023-04-28 16:22:41.117771020 +0200
+++ /var/tmp/diff_new_pack.AvMMl9/_new  2023-04-28 16:22:41.121771043 +0200
@@ -24,15 +24,18 @@
 %bcond_with faac
 %bcond_with faad
 %bcond_with openh264
+%bcond_with voamrwbenc
 
 %if 0%{?is_opensuse} || 0%{?sle_version} >= 150400
 %bcond_without avtp
 %bcond_without bs2b
 %bcond_without zbar
+%bcond_without voamrwbenc
 %else
 %bcond_with avtp
 %bcond_with bs2b
 %bcond_with zbar
+%bcond_with voamrwbenc
 %endif
 
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
@@ -170,7 +173,9 @@
 BuildRequires:  pkgconfig(soundtouch)
 BuildRequires:  pkgconfig(spandsp) >= 0.0.6
 BuildRequires:  pkgconfig(srt)
+%if %{with voamrwbenc}
 BuildRequires:  pkgconfig(vo-amrwbenc) >= 0.1.0
+%endif
 # FIXME we do not have pkgconfig(storage_client) in openSUSE yet -- remove 
-Dgs=disabled
 # BuildRequires:  pkgconfig(storage_client)
 BuildRequires:  pkgconfig(vulkan)
@@ -800,6 +805,9 @@
        -Dsctp=disabled \
        -Dsvthevcenc=disabled \
        -Dtinyalsa=disabled \
+%if %{without voamrwbenc}
+       -Dvoamrwbenc=disabled \
+%endif
        -Dwasapi=disabled \
        -Dwasapi2=disabled \
        -Dwayland=enabled \
@@ -870,7 +878,6 @@
 %license COPYING
 %dir %{_datadir}/gstreamer-%{gst_branch}/presets/
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstFreeverb.prs
-%{_datadir}/gstreamer-%{gst_branch}/presets/GstVoAmrwbEnc.prs
 %{_datadir}/appdata/gstreamer-plugins-bad.appdata.xml
 %{_libdir}/gstreamer-%{gst_branch}/libgstaccurip.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstadpcmdec.so
@@ -988,7 +995,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideoparsersbad.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideosignal.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvmnc.so
+%if %{with voamrwbenc}
+%{_datadir}/gstreamer-%{gst_branch}/presets/GstVoAmrwbEnc.prs
 %{_libdir}/gstreamer-%{gst_branch}/libgstvoamrwbenc.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstvulkan.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlv2.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstopenal.so

Reply via email to