Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2017-09-29 11:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtwebengine"

Fri Sep 29 11:50:16 2017 rev:23 rq:528855 version:5.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes    
2017-07-30 11:20:29.375721174 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes   
    2017-09-29 11:50:17.233945198 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 15:03:00 UTC 2017 - [email protected]
+
+- Unbundle ffmpeg if possible, only support proprietary codecs
+  if the system ffmpeg does
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqt5-qtwebengine.spec ++++++
--- /var/tmp/diff_new_pack.2DVCv2/_old  2017-09-29 11:50:22.565193401 +0200
+++ /var/tmp/diff_new_pack.2DVCv2/_new  2017-09-29 11:50:22.569192837 +0200
@@ -18,18 +18,23 @@
 
 %define qt5_snapshot 0
 
-%if %{?suse_version} <= 1320
+%if 0%{?suse_version} <= 1320
 %bcond_with system_vpx
 %else
 %bcond_without system_vpx
 %endif
-%if %{?suse_version} < 1330
+%if 0%{?suse_version} < 1330
 %bcond_with system_icu
 %else
 # Change to without once ICU 59 in TW is supported
 %bcond_with system_icu
 %endif
-%if %{?suse_version} >= 1320 || (%{?suse_version} == 1315 && 0%{?leap_version} 
>= 420200)
+%if %{?suse_version} >= 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 
120300)
+%bcond_without system_ffmpeg
+%else
+%bcond_with system_ffmpeg
+%endif
+%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?sle_version} >= 120200)
 %bcond_without system_minizip
 %else
 %bcond_with system_minizip
@@ -168,6 +173,11 @@
 %if %{with system_vpx}
 BuildRequires:  pkgconfig(vpx) >= 1.4.0
 %endif
+%if %{with system_ffmpeg}
+BuildRequires:  libavformat-devel
+BuildRequires:  libavcodec-devel
+BuildRequires:  libavutil-devel
+%endif
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
@@ -247,8 +257,10 @@
 %endif
 # It does not actually include proprietary codecs, it only makes it attempt to 
use ffmpeg
 %qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
-        QMAKE_CFLAGS+="$RPM_OPT_FLAGS" \
+%if %{with system_ffmpeg}
         WEBENGINE_CONFIG+=use_proprietary_codecs \
+        WEBENGINE_CONFIG+=use_system_ffmpeg \
+%endif
 %if %{with system_icu}
         WEBENGINE_CONFIG+=use_system_icu \
 %endif


Reply via email to