Accepting request 687897 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/687897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=76
This commit is contained in:
commit
f72d16f1f6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 19:52:23 UTC 2019 - mgorse@suse.com
|
||||
|
||||
- Disable openjpeg on SLE 12. Our version isn't new enough.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -9,6 +14,7 @@ Wed Mar 13 13:40:11 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
+ Support for JPEG2000 images.
|
||||
+ Script dialogs are now modal to the current web view only.
|
||||
+ New API to convert URI to format for display.
|
||||
+ Security fixes: CVE-2019-8375 (boo#1126768).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 16:25:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
@ -75,8 +75,10 @@ BuildRequires: hyphen-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: ninja
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: openjpeg2
|
||||
BuildRequires: openjpeg2-devel
|
||||
%endif
|
||||
BuildRequires: perl >= 5.10.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: ruby >= 1.8.7
|
||||
@ -329,6 +331,7 @@ export PYTHON=%{_bindir}/python3
|
||||
-DCMAKE_CXX_COMPILER=g++-7 \
|
||||
-DENABLE_WEB_CRYPTO=OFF \
|
||||
-DUSE_GSTREAMER_GL=false \
|
||||
-DUSE_OPENJPEG=false \
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1500
|
||||
-DUSE_WOFF2=false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user