From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0E76158B20 for ; Sat, 01 Feb 2025 19:09:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D7A3833BE3B for ; Sat, 01 Feb 2025 19:09:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D52571103B6; Sat, 01 Feb 2025 19:09:40 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C5B251103B6 for ; Sat, 01 Feb 2025 19:09:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6562533BE3B for ; Sat, 01 Feb 2025 19:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E146518F6 for ; Sat, 01 Feb 2025 19:09:38 +0000 (UTC) From: "Filip Kobierski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Filip Kobierski" Message-ID: <1738436974.394ceadb7f0bda62040f84ccf76074bacd67b2c2.fkobi@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/swayimg/swayimg-3.8-r1.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: fkobi X-VCS-Committer-Name: Filip Kobierski X-VCS-Revision: 394ceadb7f0bda62040f84ccf76074bacd67b2c2 X-VCS-Branch: dev Date: Sat, 01 Feb 2025 19:09:38 +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: 2e9dee99-f010-47a9-ac93-9119a587c761 X-Archives-Hash: 5258382f6b57baa58d87fa808f3c106d commit: 394ceadb7f0bda62040f84ccf76074bacd67b2c2 Author: Filip Kobierski pm me> AuthorDate: Sat Feb 1 19:08:06 2025 +0000 Commit: Filip Kobierski pm me> CommitDate: Sat Feb 1 19:09:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=394ceadb media-gfx/swayimg: add USE="man zsh-completion" Signed-off-by: Filip Kobierski pm.me> media-gfx/swayimg/swayimg-3.8-r1.ebuild | 72 +++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/media-gfx/swayimg/swayimg-3.8-r1.ebuild b/media-gfx/swayimg/swayimg-3.8-r1.ebuild new file mode 100644 index 000000000..36623722a --- /dev/null +++ b/media-gfx/swayimg/swayimg-3.8-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg + +DESCRIPTION="A lightweight image viewer for Wayland display servers" +HOMEPAGE="https://github.com/artemsen/swayimg" +SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="avif bash-completion exif exr gif heif jpeg jpegxl man png sixel svg test tiff webp zsh-completion X" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-libs/json-c:= + dev-libs/wayland + media-libs/fontconfig + media-libs/freetype + x11-libs/libxkbcommon + avif? ( media-libs/libavif:= ) + bash-completion? ( app-shells/bash-completion ) + exif? ( media-libs/libexif ) + exr? ( media-libs/openexr:= ) + gif? ( media-libs/giflib:= ) + heif? ( media-libs/libheif:= ) + jpeg? ( media-libs/libjpeg-turbo:= ) + jpegxl? ( media-libs/libjxl:= ) + png? ( media-libs/libpng:= ) + sixel? ( media-libs/libsixel ) + svg? ( + dev-libs/glib:2 + gnome-base/librsvg:2 + x11-libs/cairo[X=] + ) + tiff? ( media-libs/tiff:= ) + webp? ( media-libs/libwebp:= )" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols + svg? ( X? ( x11-base/xorg-proto ) ) +" +BDEPEND=" + dev-util/wayland-scanner + test? ( dev-cpp/gtest ) +" + +src_configure() { + local emesonargs=( + $(meson_feature avif) + $(meson_feature exif) + $(meson_feature exr) + $(meson_feature gif) + $(meson_feature heif) + $(meson_feature jpeg) + $(meson_feature jpegxl jxl) + $(meson_feature png) + $(meson_feature sixel) + $(meson_feature svg) + $(meson_feature test tests) + $(meson_feature tiff) + $(meson_feature webp) + $(meson_feature bash-completion bash) + $(meson_feature zsh-completion zsh) + $(meson_use man) + -Dversion=${PV} + -Ddesktop=true + ) + meson_src_configure +}