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 E2B8215806E for ; Sun, 28 May 2023 21:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ADECE086C; Sun, 28 May 2023 21:45:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01BB7E086C for ; Sun, 28 May 2023 21:45:05 +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 1F15E335D8E for ; Sun, 28 May 2023 21:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F674A6C for ; Sun, 28 May 2023 21:45:03 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1685310279.3e159a1617484b183e187a718f434135fa7fb8bd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzugpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ueberzugpp/metadata.xml media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild X-VCS-Directories: media-gfx/ueberzugpp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3e159a1617484b183e187a718f434135fa7fb8bd X-VCS-Branch: master Date: Sun, 28 May 2023 21:45:03 +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: 28f325c8-2944-45b3-8b66-84cb91dbbc55 X-Archives-Hash: 238e259c05b356dddfe6380aa456b903 commit: 3e159a1617484b183e187a718f434135fa7fb8bd Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 28 21:01:01 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 28 21:44:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e159a16 media-gfx/ueberzugpp: rename sway USE to wayland It is still not generic wayland support, but it now supports hyprland on top of sway and the generic flag may be ok with just local description to clarify. Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/ueberzugpp/metadata.xml | 2 +- media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/ueberzugpp/metadata.xml b/media-gfx/ueberzugpp/metadata.xml index 407eee6aebee..3099100a6dd7 100644 --- a/media-gfx/ueberzugpp/metadata.xml +++ b/media-gfx/ueberzugpp/metadata.xml @@ -7,7 +7,7 @@ Use media-libs/opencv for additional image formats and OpenCL accelerated scaling - Enable support for gui-wm/sway on wayland + Enable wayland support (only usable with some wlroots-based compositors) jstkdng/ueberzugpp diff --git a/media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild b/media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild index 3d6109418aae..076a995df926 100644 --- a/media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild +++ b/media-gfx/ueberzugpp/ueberzugpp-2.8.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v${PV}.tar.gz - LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="X opencv sway" +IUSE="X opencv wayland" RDEPEND=" dev-cpp/tbb:= @@ -29,7 +29,7 @@ RDEPEND=" x11-libs/xcb-util-image ) opencv? ( media-libs/opencv:= ) - sway? ( dev-libs/wayland ) + wayland? ( dev-libs/wayland ) !media-gfx/ueberzug" DEPEND=" ${RDEPEND} @@ -37,9 +37,9 @@ DEPEND=" dev-cpp/ms-gsl dev-cpp/nlohmann_json X? ( x11-base/xorg-proto ) - sway? ( dev-libs/wayland-protocols )" + wayland? ( dev-libs/wayland-protocols )" BDEPEND=" - sway? ( + wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules )" @@ -49,7 +49,7 @@ src_configure() { local mycmakeargs=( -DENABLE_OPENCV=$(usex opencv) - -DENABLE_SWAY=$(usex sway) + -DENABLE_SWAY=$(usex wayland) -DENABLE_TURBOBASE64=no # not packaged -DENABLE_X11=$(usex X) -DFETCHCONTENT_FULLY_DISCONNECTED=yes