public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/
Date: Sun,  4 Jun 2023 06:20:51 +0000 (UTC)	[thread overview]
Message-ID: <1685794006.001025220e46ac41e9bac50293b825dd03c6d7f3.ceamac@gentoo> (raw)

commit:     001025220e46ac41e9bac50293b825dd03c6d7f3
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Sat Jun  3 12:06:46 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 12:06:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00102522

media-gfx/swayimg: new package, add 1.11

Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com>

 media-gfx/swayimg/Manifest            |  1 +
 media-gfx/swayimg/metadata.xml        | 13 +++++++++
 media-gfx/swayimg/swayimg-1.11.ebuild | 55 +++++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
new file mode 100644
index 000000000..9ca60d04d
--- /dev/null
+++ b/media-gfx/swayimg/Manifest
@@ -0,0 +1 @@
+DIST swayimg-1.11.tar.gz 390650 BLAKE2B 5ab45417f214d63ac36f6f28d89848a0f0d55e8fe3051f003838206c80501d67be7ba3d9cdeb0e23c8a305778586665d2800c72ff857adf5acb550cccd0a014c SHA512 6a9722b101c4e4cc2bee5c18f9ca46d2602460521dfd0fe05da1c0d631d4dbaae492c6d27cb38d759d4f4ef10159897f952bb23499ac26123f2b5d646152bbf8

diff --git a/media-gfx/swayimg/metadata.xml b/media-gfx/swayimg/metadata.xml
new file mode 100644
index 000000000..7cac2d005
--- /dev/null
+++ b/media-gfx/swayimg/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>hilobakho@gmail.com</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">artemsen/swayimg</remote-id>
+	</upstream>
+	<use>
+		<flag name="jpegxl">Enable support for JPEG XL image format</flag>
+	</use>
+</pkgmetadata>

diff --git a/media-gfx/swayimg/swayimg-1.11.ebuild b/media-gfx/swayimg/swayimg-1.11.ebuild
new file mode 100644
index 000000000..6879b9ae1
--- /dev/null
+++ b/media-gfx/swayimg/swayimg-1.11.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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"
+
+RDEPEND="
+	dev-libs/json-c
+	dev-libs/wayland
+	media-libs/fontconfig
+	media-libs/freetype
+	x11-libs/libxkbcommon
+	exif? ( media-libs/libexif )
+	gif? ( media-libs/giflib )
+	heif? ( media-libs/libheif )
+	jpeg? ( media-libs/libjpeg-turbo )
+	jpegxl? ( media-libs/libjxl )
+	png? ( media-libs/libpng )
+	svg? ( gnome-base/librsvg )
+	tiff? ( media-libs/tiff )
+	webp? ( media-libs/libwebp )"
+DEPEND="${RDEPEND}
+	dev-libs/wayland-protocols"
+BDEPEND="dev-util/wayland-scanner"
+
+IUSE="+exif +gif heif +jpeg jpegxl +png svg tiff webp bash-completion zsh-completion"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature exif)
+		$(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)
+		$(meson_feature zsh-completion zsh)
+		-Dversion=${PV}
+		-Ddesktop=true
+		-Dman=true
+	)
+	meson_src_configure
+}


             reply	other threads:[~2023-06-04  6:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04  6:20 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-04  6:20 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/ Viorel Munteanu
2023-06-04  6:20 Viorel Munteanu
2023-08-02 16:30 Florian Schmaus
2024-01-07 23:46 David Roman
2024-03-12 14:48 Haelwenn Monnier
2024-07-08 16:47 David Roman
2024-08-28 10:57 David Roman
2024-08-28 10:57 David Roman
2024-10-29 14:06 David Roman
2024-10-29 14:06 David Roman
2024-11-02 20:52 David Roman
2024-11-02 20:52 David Roman
2024-11-02 20:52 David Roman
2024-11-16 22:55 Julien Roy
2024-11-16 22:55 Julien Roy
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
2025-01-20  9:34 David Roman
2025-02-01 16:10 David Roman
2025-02-01 16:10 David Roman

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=1685794006.001025220e46ac41e9bac50293b825dd03c6d7f3.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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