From: "Nicolas PARLANT" <ppn@parhuet.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/
Date: Sun, 19 Jan 2025 19:06:44 +0000 (UTC) [thread overview]
Message-ID: <1737313600.f4fe01e9bacbc1acef06889a177cb0061ff71dd6.ppn@gentoo> (raw)
commit: f4fe01e9bacbc1acef06889a177cb0061ff71dd6
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sun Jan 19 17:55:25 2025 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Sun Jan 19 19:06:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4fe01e9
media-gfx/swayimg: add 3.7, drop 3.5
add sixel support with media-libs/libsixel
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
media-gfx/swayimg/Manifest | 2 +-
media-gfx/swayimg/metadata.xml | 1 +
media-gfx/swayimg/{swayimg-3.5.ebuild => swayimg-3.7.ebuild} | 4 +++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
index c91352845..4f51496f5 100644
--- a/media-gfx/swayimg/Manifest
+++ b/media-gfx/swayimg/Manifest
@@ -1,2 +1,2 @@
-DIST swayimg-3.5.tar.gz 669706 BLAKE2B 21c8f6ba5cf99c1ff6e89f1f55dbbd3a8c097525f654592976853d6e98579177a199150de4a77f8058034f69a37485c7e197e3c5f98a3440c6a801ba557636ac SHA512 0f50775a02a12ce76f451d00117f395d704b225b759104f40342d0a22fffbe2c2a18ca927f5efb1c4d30d4712f2230a6015966d7f1d93c8146f0c5599689ca16
DIST swayimg-3.6.tar.gz 682803 BLAKE2B 2862290dfb3d8f2eb4a8c4d8259cab6c0ff217dafc6a45b7d03b1952a1792e471a3181ae55676f89bc9127b9657ff097995e0b56b881cb7412e70f396ef42ff2 SHA512 8e5516391091a3fa13f970313098054eed84c71599f133b41346f3812cba0574b08eb631ed39675f6a7f7e7fcf0a5f77b216b53efecd016dfd7cc7974d22fbb2
+DIST swayimg-3.7.tar.gz 754482 BLAKE2B 028ddd5f8348d7323ed8acf8ea2839466bfc599b433b7528292af23eb8cb250afd3f381f9634de806f64967e1a7a1cb7ee5044145dfeb6ad4bac09204cef00ec SHA512 bbd58c6600faeab456550f539ef1989b6163ad048641d76c8c1b68ac9bfafa077bdb46581cc5ceae17d179255072cf27ebc0d012fd3e55005e110d6d0856298a
diff --git a/media-gfx/swayimg/metadata.xml b/media-gfx/swayimg/metadata.xml
index 0b8602387..357bce823 100644
--- a/media-gfx/swayimg/metadata.xml
+++ b/media-gfx/swayimg/metadata.xml
@@ -10,5 +10,6 @@
<use>
<flag name="exr">Enable support for EXR image format</flag>
<flag name="jpegxl">Enable support for JPEG XL image format</flag>
+ <flag name="sixel">Enable support for Sixel image format</flag>
</use>
</pkgmetadata>
diff --git a/media-gfx/swayimg/swayimg-3.5.ebuild b/media-gfx/swayimg/swayimg-3.7.ebuild
similarity index 91%
rename from media-gfx/swayimg/swayimg-3.5.ebuild
rename to media-gfx/swayimg/swayimg-3.7.ebuild
index e534410bc..a6dd8892e 100644
--- a/media-gfx/swayimg/swayimg-3.5.ebuild
+++ b/media-gfx/swayimg/swayimg-3.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png svg test tiff webp X"
+IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png sixel svg test tiff webp X"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -30,6 +30,7 @@ RDEPEND="
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
@@ -56,6 +57,7 @@ src_configure() {
$(meson_feature jpeg)
$(meson_feature jpegxl jxl)
$(meson_feature png)
+ $(meson_feature sixel)
$(meson_feature svg)
$(meson_feature test tests)
$(meson_feature tiff)
next reply other threads:[~2025-01-19 19:06 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-19 19:06 Nicolas PARLANT [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 22:22 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ Filip Kobierski
2025-02-01 19:09 Filip Kobierski
2025-02-01 13:36 Nicolas PARLANT
2025-02-01 13:36 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-07-07 9:02 Takuya Wakazono
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=1737313600.f4fe01e9bacbc1acef06889a177cb0061ff71dd6.ppn@gentoo \
--to=ppn@parhuet.fr \
--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