Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2020-04-07 10:24:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Tue Apr  7 10:24:10 2020 rev:26 rq:790242 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2020-03-31 
17:32:44.080277681 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3248/ffmpeg-4.changes      
2020-04-07 10:24:16.766026475 +0200
@@ -1,0 +2,7 @@
+Fri Mar 31 00:41:22 UTC 2020 - Ismail Dönmez <[email protected]>
+
+- Add Samba support for Factory (as this needs a fix in Samba itself)
+  Add --enable-libsmbclient to configure, add BR on pkgconfig(smbclient)
+- License is now GPLv3+ by default (--enable-version3)
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.665M3w/_old  2020-04-07 10:24:17.694027506 +0200
+++ /var/tmp/diff_new_pack.665M3w/_new  2020-04-07 10:24:17.698027510 +0200
@@ -60,6 +60,7 @@
 %bcond_without libaom
 %bcond_without mysofa
 %bcond_without vidstab
+%bcond_without smbclient
 %bcond_without srt
 %bcond_without codec2
 %bcond_without lv2
@@ -70,6 +71,7 @@
 %bcond_with libaom
 %bcond_with mysofa
 %bcond_with vidstab
+%bcond_with smbclient
 %bcond_with srt
 %bcond_with codec2
 %bcond_with lv2
@@ -93,7 +95,7 @@
 Version:        4.2.2
 Release:        0
 Summary:        Library for working with various multimedia formats
-License:        LGPL-2.1-or-later AND GPL-2.0-or-later
+License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://ffmpeg.org/
 
@@ -177,6 +179,9 @@
 BuildRequires:  pkgconfig(rubberband)
 %endif
 BuildRequires:  pkgconfig(sdl2)
+%if %{with smbclient}
+BuildRequires:  pkgconfig(smbclient)
+%endif
 %if %{with soxr}
 BuildRequires:  pkgconfig(soxr)
 %endif
@@ -598,6 +603,10 @@
        --enable-shared \
        --disable-static \
        --enable-gpl \
+       --enable-version3 \
+%if %{with smbclient}
+       --enable-libsmbclient \
+%endif
        --disable-openssl \
        --enable-avresample \
        --enable-gnutls \
@@ -687,11 +696,9 @@
 %if %{with opencore}
        --enable-libopencore-amrnb \
        --enable-libopencore-amrwb \
-       --enable-version3 \
 %endif
 %if %{with amrwb}
        --enable-libvo-amrwbenc \
-       --enable-version3 \
 %endif
 %if %{with x264}
        --enable-libx264 \



Reply via email to