forked from pool/wpewebkit
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1a2a6d1121 | |||
| 91648cb6f2 | |||
| 24e9455fbd | |||
| ca3a4e430d | |||
| 9b9217d96b | |||
| fa12588a12 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7
|
||||
size 35182184
|
||||
3
wpewebkit-2.46.6.tar.xz
Normal file
3
wpewebkit-2.46.6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f8f8447b9c7b0578f7d751ca27c682a2c180b5abb91542af52a96e8a24a6262
|
||||
size 40699832
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 13:34:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.46.6:
|
||||
+ Support building against ICU 76.1
|
||||
+ Fix lost initial audio samples played using WebAudio on 32-bit
|
||||
Raspberry Pi devices when using the OpenMAX GStreamer elements.
|
||||
+ Fix rendering on GPUs with maximum texture size smaller than
|
||||
2000x2000 pixels by querying the maximum size supported at
|
||||
runtime.
|
||||
+ Fix a crash when enabling Skia CPU rendering.
|
||||
+ Fix several crashes and rendering issues.
|
||||
- Drop fix-icu-build.patch: Fixed upstream.
|
||||
- Drop libWPEPlatform sub-package, no longer built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:13:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add fix-icu-build.patch: Support ICU 76.1 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 12:44:54 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 2.46.0:
|
||||
+ Fix rendering of images in PDF documents.
|
||||
+ Make process launching fast again.
|
||||
+ Fix webkit_web_resource_get_data() regression that caused we
|
||||
were always retuning empty data.
|
||||
+ Fix the build with touch events disabled.
|
||||
+ Fix the build with GLib < 2.68.
|
||||
+ Fix several crashes and rendering issues.
|
||||
+ For all changes between 2.44.2 and 2.45.90, please see packaged
|
||||
NEWS file.
|
||||
- Add libinput to BuildRequires: new dependency.
|
||||
- Pass USE_SYSTEM_SYSPROF_CAPTURE=NO to cmake, avoid building
|
||||
sysprof capture for now.
|
||||
- Only disable LTO on x86 and ppc64le.
|
||||
- Package libWPEPlatform (new WPE platform API).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 17:28:23 UTC 2024 - Joan Torres <joan.torres@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wpewebkit
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,15 @@
|
||||
|
||||
%define _apiver 2.0
|
||||
%define _wksover 2_0-1
|
||||
%define _wpsover 2_0-0
|
||||
%define _sonameverpkg 2_0
|
||||
|
||||
Name: wpewebkit
|
||||
### FIXME ### Drop the disabling of LTO on next release/versionbump
|
||||
%ifarch %{ix86} ppc64le
|
||||
%define _lto_cflags %{nil}
|
||||
Version: 2.44.2
|
||||
%endif
|
||||
Version: 2.46.6
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, WPE Port
|
||||
License: BSD-3-Clause AND LGPL-2.1-only
|
||||
@@ -72,6 +75,7 @@ BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libavif) >= 0.9.0
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libgcrypt) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libinput) >= 1.19.0
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
@@ -184,6 +188,7 @@ export CXXFLAGS="%{optflags} $(pkg-config --cflags wayland-client xkbcommon)"
|
||||
-DENABLE_JIT=OFF \
|
||||
-DUSE_SYSTEM_MALLOC=ON \
|
||||
%endif
|
||||
-DUSE_SYSTEM_SYSPROF_CAPTURE=NO
|
||||
%ninja_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user