SHA256
1
0
forked from pool/wpewebkit

6 Commits

Author SHA256 Message Date
1a2a6d1121 Accepting request 1248760 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1248760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpewebkit?expand=0&rev=6
2025-02-27 13:50:42 +00:00
91648cb6f2 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/wpewebkit?expand=0&rev=11
2025-02-26 15:54:31 +00:00
24e9455fbd Accepting request 1225488 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1225488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpewebkit?expand=0&rev=5
2024-11-21 14:18:42 +00:00
ca3a4e430d OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/wpewebkit?expand=0&rev=9 2024-11-21 08:51:22 +00:00
9b9217d96b Accepting request 1205554 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1205554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpewebkit?expand=0&rev=4
2024-10-04 15:10:34 +00:00
fa12588a12 - Update to version 2.46.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/wpewebkit?expand=0&rev=7
2024-10-03 15:24:01 +00:00
4 changed files with 49 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f8f8447b9c7b0578f7d751ca27c682a2c180b5abb91542af52a96e8a24a6262
size 40699832

View File

@@ -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>

View File

@@ -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