From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/
Date: Tue, 29 Oct 2024 14:06:40 +0000 (UTC) [thread overview]
Message-ID: <1730075968.7dcc4f6c640da3c9e8914f69b47f6fafd42637ec.davidroman@gentoo> (raw)
commit: 7dcc4f6c640da3c9e8914f69b47f6fafd42637ec
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Oct 28 00:38:43 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 28 00:39:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dcc4f6c
media-gfx/swayimg: add 3.4
add unit tests : https://github.com/artemsen/swayimg/commit/7db658d
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
media-gfx/swayimg/Manifest | 1 +
media-gfx/swayimg/swayimg-3.4.ebuild | 73 ++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
index bdaef1448..5344b0210 100644
--- a/media-gfx/swayimg/Manifest
+++ b/media-gfx/swayimg/Manifest
@@ -1 +1,2 @@
DIST swayimg-3.2.tar.gz 665154 BLAKE2B 6ece41b6f57190babb7236acdfc74b4855bc67b8e32916af8c8c34e482ba427d77a6fb242995457ef44bf7757cb381252a480cb0ef24dfc8916558448e17454e SHA512 9355e4b66e602b9cd6aabce834bdfd138952e8605fb60b7a78aef39fa1a6bf2ae83a04d745e7f8e133b3f94cdcd7361cf6faff55865ed8d243f62ba7e683b893
+DIST swayimg-3.4.tar.gz 668782 BLAKE2B 8d1e05ee592761e46bff760be98f79d0a76438cc0b129ca05205ce00b22e43c223ae83e6d11d98809c3d49b1f02bc281b177df89f24fa62d2767087c0b33209c SHA512 fb558bba0b2be70023f72444eec16fd0260f81bc7376f1d28c68136acc91befef148f0509f053d90cd3911755f270da908118afdc2a41c19bcb37d5018eb8450
diff --git a/media-gfx/swayimg/swayimg-3.4.ebuild b/media-gfx/swayimg/swayimg-3.4.ebuild
new file mode 100644
index 000000000..d8daf2f99
--- /dev/null
+++ b/media-gfx/swayimg/swayimg-3.4.ebuild
@@ -0,0 +1,73 @@
+
+# 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/${PN}/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 test tiff webp bash-completion"
+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:= )
+ 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
+ svg? (
+ dev-build/cmake
+ x11-base/xorg-proto
+ )
+ 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 svg)
+ $(meson_feature test tests)
+ $(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-10-29 14:06 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 14:06 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 16:10 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/ David Roman
2025-02-01 16:10 David Roman
2025-01-20 9:34 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-12-10 11:32 David Roman
2024-11-16 22:55 Julien Roy
2024-11-16 22:55 Julien Roy
2024-11-02 20:52 David Roman
2024-11-02 20:52 David Roman
2024-11-02 20:52 David Roman
2024-10-29 14:06 David Roman
2024-08-28 10:57 David Roman
2024-08-28 10:57 David Roman
2024-07-08 16:47 David Roman
2024-03-12 14:48 Haelwenn Monnier
2024-01-07 23:46 David Roman
2023-08-02 16:30 Florian Schmaus
2023-06-04 6:20 Viorel Munteanu
2023-06-04 6:20 Viorel Munteanu
2023-06-04 6:20 Viorel Munteanu
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=1730075968.7dcc4f6c640da3c9e8914f69b47f6fafd42637ec.davidroman@gentoo \
--to=davidroman96@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