From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6935E158090 for ; Sat, 17 Feb 2024 21:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F6CE2A5E; Sat, 17 Feb 2024 21:53:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95EDEE2A5E for ; Sat, 17 Feb 2024 21:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8657A33BE91 for ; Sat, 17 Feb 2024 21:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E759A1065 for ; Sat, 17 Feb 2024 21:53:18 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1708206709.98cc311d24a3ebdd67fc8633209f43f724f832b6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libwpe/Manifest gui-libs/libwpe/libwpe-1.14.2.ebuild X-VCS-Directories: gui-libs/libwpe/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 98cc311d24a3ebdd67fc8633209f43f724f832b6 X-VCS-Branch: master Date: Sat, 17 Feb 2024 21:53:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a3ababb-53f1-477f-b39f-860c9aaa95d8 X-Archives-Hash: 27cbbc3a7705d608860ded32abe8187a commit: 98cc311d24a3ebdd67fc8633209f43f724f832b6 Author: Guillermo Joandet gmail com> AuthorDate: Sat Jan 27 00:42:55 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 17 21:51:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cc311d gui-libs/libwpe: Version bump to 1.14.2 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35033 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/libwpe/Manifest | 1 + gui-libs/libwpe/libwpe-1.14.2.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest index 3cf05fc96924..0502bdf79e7c 100644 --- a/gui-libs/libwpe/Manifest +++ b/gui-libs/libwpe/Manifest @@ -1 +1,2 @@ DIST libwpe-1.14.1.tar.xz 62980 BLAKE2B 5f24322ff463fe9701e47c5eb46076fd406cbef2f54ca08b962c93f425a2ee217eed810ee7d2582ba6d54691071d651f8e60f624a88e99330027a8221e3f4d2c SHA512 302f5e795c1d3c927f583eea8f52a1e764ce4d610b8021dc6cd6fd672331bf5999388c0d3f4bda2fa2096385beda2fe399f18b6d8d31bddb18c5a4aae87b2e35 +DIST libwpe-1.14.2.tar.xz 63076 BLAKE2B cc866198c92c949cddde668ffba8f322ccaf55551fd3aa33ec06c36609355c6f7cbf2e7fb91cb40e6c4add2bd45a024663d787beeb5287031c8fba3e84a55db3 SHA512 2c7b14190a55adcb9f45281715c5238e746ca85b8e50c655974b3a5e359472162bd87a5a40d13b73811e76d34d705614968bb6bdf8bf01c90504ce11e4b30e56 diff --git a/gui-libs/libwpe/libwpe-1.14.2.ebuild b/gui-libs/libwpe/libwpe-1.14.2.ebuild new file mode 100644 index 000000000000..034047a9d0a7 --- /dev/null +++ b/gui-libs/libwpe/libwpe-1.14.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Platform-agnostic interfaces for WPE WebKit" +HOMEPAGE="https://wpewebkit.org/" +SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="1.0" + +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + media-libs/mesa[egl(+)] + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Denable-xkb=true + -Dbuild-docs=false # hotdoc not packaged + ) + meson_src_configure +}