From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/
Date: Sun, 7 Jul 2024 09:02:50 +0000 (UTC) [thread overview]
Message-ID: <1720342875.bc9fcaad1c41131972a7028f8c9b02ef42ccecd9.pastalian46@gentoo> (raw)
commit: bc9fcaad1c41131972a7028f8c9b02ef42ccecd9
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jul 5 15:58:08 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jul 7 09:01:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc9fcaad
media-gfx/swayimg: add 2.2
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-gfx/swayimg/Manifest | 1 +
media-gfx/swayimg/swayimg-2.2.ebuild | 63 ++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
index 2da2de76b..f01fc0b3f 100644
--- a/media-gfx/swayimg/Manifest
+++ b/media-gfx/swayimg/Manifest
@@ -1 +1,2 @@
DIST swayimg-2.1.tar.gz 407561 BLAKE2B 80e7acd457440af6bb6ed8fda35858d48dc063e8056f9273530609075f53f1b3166427d6bdb977cc82805bc09db14a2e4596b6ec25352177e5bab36b24ccb165 SHA512 970ea7f8896df28d14ed126c88ec70b3af88dba2977bc351184b66a1094fd1528b81150b8d09afbfac5463c59e20ce32d69872d6726f8129724f344f34892c05
+DIST swayimg-2.2.tar.gz 313340 BLAKE2B 51c7bb01df02469a9b089cf9b83bcade78247e0c8d60031ce5a540a184f87b00fd7cce2732d0d99f256f1023a6d3ed4a79eb2e5dcc6f9e1097ee209048616491 SHA512 d7923c8bcb09c4a271dec41374df02e936d847f268d5e8e7dc9e50ebb639fc52592bc5a602e8df702bd536320c90e3277c699ebfa63d33327706c4350466e681
diff --git a/media-gfx/swayimg/swayimg-2.2.ebuild b/media-gfx/swayimg/swayimg-2.2.ebuild
new file mode 100644
index 000000000..1d064fdff
--- /dev/null
+++ b/media-gfx/swayimg/swayimg-2.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2023-2024 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/swayimg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="avif exif exr gif heif jpeg jpegxl png svg tiff webp bash-completion"
+
+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:= )
+ svg? (
+ dev-libs/glib:2
+ gnome-base/librsvg:2
+ x11-libs/cairo
+ )
+ tiff? ( media-libs/tiff:= )
+ webp? ( media-libs/libwebp:= )"
+DEPEND="${RDEPEND}
+ dev-libs/wayland-protocols"
+BDEPEND="dev-util/wayland-scanner"
+
+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 svg)
+ $(meson_feature tiff)
+ $(meson_feature webp)
+ $(meson_feature bash-completion bash)
+ -Dversion=${PV}
+ -Ddesktop=true
+ -Dman=true
+ -Dzsh=enabled
+ )
+ meson_src_configure
+}
next reply other threads:[~2024-07-07 9:02 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-07 9:02 Takuya Wakazono [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 8:45 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ Filip Kobierski
2025-07-11 15:27 Filip Kobierski
2025-07-11 15:27 Filip Kobierski
2025-07-11 15:27 Filip Kobierski
2025-07-09 9:58 Nicolas PARLANT
2025-07-09 9:58 Nicolas PARLANT
2025-07-08 14:52 Nicolas PARLANT
2025-06-27 14:13 Nicolas PARLANT
2025-06-27 14:10 Nicolas PARLANT
2025-06-27 14:10 Nicolas PARLANT
2025-06-02 1:41 Nicolas PARLANT
2025-06-02 1:41 Nicolas PARLANT
2025-05-18 19:10 Nicolas PARLANT
2025-03-14 11:41 Nicolas PARLANT
2025-02-01 22:22 Filip Kobierski
2025-02-01 19:09 Filip Kobierski
2025-02-01 13:36 Nicolas PARLANT
2025-02-01 13:36 Nicolas PARLANT
2025-01-19 19:06 Nicolas PARLANT
2024-12-08 21:10 Nicolas PARLANT
2024-12-08 21:10 Nicolas PARLANT
2024-12-08 20:59 Nicolas PARLANT
2024-12-08 20:59 Nicolas PARLANT
2024-11-16 20:30 Nicolas PARLANT
2024-11-16 20:30 Nicolas PARLANT
2024-11-02 15:20 Takuya Wakazono
2024-11-02 13:02 Takuya Wakazono
2024-11-01 1:39 Dale Showers
2024-10-28 0:48 Nicolas PARLANT
2024-10-28 0:17 Nicolas PARLANT
2024-08-27 15:37 Filip Kobierski
2024-08-27 15:37 Filip Kobierski
2024-03-12 9:55 Takuya Wakazono
2024-01-07 7:24 Takuya Wakazono
2023-08-01 20:51 Mykyta Holubakha
2023-06-03 12:20 Mykyta Holubakha
2023-06-03 12:16 Mykyta Holubakha
2023-06-03 12:06 Mykyta Holubakha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720342875.bc9fcaad1c41131972a7028f8c9b02ef42ccecd9.pastalian46@gentoo \
--to=pastalian46@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox