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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6370139337 for ; Mon, 26 Jul 2021 19:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF812E093E; Mon, 26 Jul 2021 19:52:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE8D8E093E for ; Mon, 26 Jul 2021 19:52:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69F6B342E15 for ; Mon, 26 Jul 2021 19:52:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B8A827 for ; Mon, 26 Jul 2021 19:52:00 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1627328781.c9c21fd45fc5dadd795f27140d2bef37e103c9ae.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-9.0.0-r1.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: c9c21fd45fc5dadd795f27140d2bef37e103c9ae X-VCS-Branch: master Date: Mon, 26 Jul 2021 19:52:00 +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: 3fc5216c-b9f7-49c2-86af-544ee149d7a1 X-Archives-Hash: ca80ee11c68d3165a67646715dd67492 commit: c9c21fd45fc5dadd795f27140d2bef37e103c9ae Author: Piotr Karbowski gentoo org> AuthorDate: Mon Jul 26 19:46:21 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Jul 26 19:46:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c21fd4 dev-libs/weston: revbump with xwayland dependency. Signed-off-by: Piotr Karbowski gentoo.org> .../weston/{weston-9999.ebuild => weston-9.0.0-r1.ebuild} | 12 +++++++----- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9.0.0-r1.ebuild similarity index 94% copy from dev-libs/weston/weston-9999.ebuild copy to dev-libs/weston/weston-9.0.0-r1.ebuild index 5bc288e9874..9cccdc2f48f 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9.0.0-r1.ebuild @@ -18,13 +18,13 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg kiosk +launch lcms pipewire rdp remoting +resize-optimization screen-sharing seatd +suid systemd test wayland-compositor webp +X xwayland" +IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg kiosk +launch lcms pipewire rdp remoting +resize-optimization screen-sharing +suid systemd test wayland-compositor webp +X xwayland" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -70,7 +70,6 @@ RDEPEND=" media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) - seatd? ( sys-auth/seatd:= ) systemd? ( sys-auth/pambase[systemd] >=sys-apps/dbus-1.6 @@ -82,7 +81,7 @@ RDEPEND=" x11-libs/libX11 ) xwayland? ( - x11-base/xorg-server[wayland] + x11-base/xwayland x11-libs/cairo[X,xcb(+)] >=x11-libs/libxcb-1.9 x11-libs/libXcursor @@ -93,6 +92,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-pipewire-0.3.patch +) + src_configure() { local emesonargs=( $(meson_use drm backend-drm) @@ -107,7 +110,6 @@ src_configure() { $(meson_use gles2 renderer-gl) $(meson_use launch weston-launch) $(meson_use xwayland) - $(meson_use seatd launcher-libseat) $(meson_use systemd) $(meson_use remoting) $(meson_use pipewire) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 5bc288e9874..8d0a5358b77 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -82,7 +82,7 @@ RDEPEND=" x11-libs/libX11 ) xwayland? ( - x11-base/xorg-server[wayland] + x11-base/xwayland x11-libs/cairo[X,xcb(+)] >=x11-libs/libxcb-1.9 x11-libs/libXcursor