package/wpebackend-fdo: bump to version 1.16.1

This maintenance release introduces support for newer versions of the
Mesa library. Release notes:

  https://wpewebkit.org/release/wpebackend-fdo-1.16.1.html

Also imports an upstream patch that is needed at least to successfully
build when using the Musl libc.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Adrian Perez de Castro
2025-12-21 23:26:19 +02:00
committed by Julien Olivain
parent a4cdb412f1
commit d582de6838
3 changed files with 35 additions and 5 deletions

View File

@@ -0,0 +1,30 @@
From 5316ecb0193d8c8cbbbe0921ba711859b36f8ef3 Mon Sep 17 00:00:00 2001
From: Adrian Perez de Castro <aperez@igalia.com>
Date: Sat, 20 Dec 2025 15:05:05 +0200
Subject: [PATCH] ws-egl: Add missing unistd.h include
Fixes #204
(cherry picked from commit 84492327673fa0dedfa4fa0ab9488bed1763a5a8)
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Upstream: https://github.com/Igalia/WPEBackend-fdo/commit/5316ecb0193d8c8cbbbe0921ba711859b36f8ef3
---
src/ws-egl.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/ws-egl.cpp b/src/ws-egl.cpp
index 76d6194..cc7a8f2 100644
--- a/src/ws-egl.cpp
+++ b/src/ws-egl.cpp
@@ -33,6 +33,7 @@
#include <vector>
#include <sys/mman.h>
#include <sys/stat.h>
+#include <unistd.h>
#ifndef EGL_WL_bind_wayland_display
#define EGL_WAYLAND_BUFFER_WL 0x31D5
--
2.52.0

View File

@@ -1,7 +1,7 @@
# From https://wpewebkit.org/releases/wpebackend-fdo-1.16.0.tar.xz.sums
md5 38f488aaa6d68252b593b65ba3e2d9d1 wpebackend-fdo-1.16.0.tar.xz
sha1 8a06e51aeb2c94b4cf254d866c19eca587d3cd37 wpebackend-fdo-1.16.0.tar.xz
sha256 beddf321232d5bd08106c179dbc600f8ce88eb3620b4a59a6329063b78f64635 wpebackend-fdo-1.16.0.tar.xz
# From https://wpewebkit.org/releases/wpebackend-fdo-1.16.1.tar.xz.sums
md5 a112358168e03abf4937c0cecfe1dc9d wpebackend-fdo-1.16.1.tar.xz
sha1 4ed9d1d568ef805f79b691baa0d1cbdff17ef453 wpebackend-fdo-1.16.1.tar.xz
sha256 544ae14012f8e7e426b8cb522eb0aaaac831ad7c35601d1cf31d37670e0ebb3b wpebackend-fdo-1.16.1.tar.xz
# Hashes for license files:
sha256 c9f6803371047fad3e72200ec6cd226329a5ee08ac61104c8211c2761fb46825 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
WPEBACKEND_FDO_VERSION = 1.16.0
WPEBACKEND_FDO_VERSION = 1.16.1
WPEBACKEND_FDO_SITE = https://wpewebkit.org/releases
WPEBACKEND_FDO_SOURCE = wpebackend-fdo-$(WPEBACKEND_FDO_VERSION).tar.xz
WPEBACKEND_FDO_INSTALL_STAGING = YES