From: "Mykyta Holubakha" <hilobakho@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/
Date: Tue, 1 Aug 2023 20:51:17 +0000 (UTC) [thread overview]
Message-ID: <1690923070.3e9618553e3c444da7906157b027b5930a418a88.hilobakho@gentoo> (raw)
commit: 3e9618553e3c444da7906157b027b5930a418a88
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Tue Aug 1 20:50:02 2023 +0000
Commit: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
CommitDate: Tue Aug 1 20:51:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e961855
media-gfx/swayimg: bump to 1.12, add exr support
Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com>
media-gfx/swayimg/Manifest | 2 +-
media-gfx/swayimg/{swayimg-1.11.ebuild => swayimg-1.12.ebuild} | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
index 9ca60d04dd..5b967d7771 100644
--- a/media-gfx/swayimg/Manifest
+++ b/media-gfx/swayimg/Manifest
@@ -1 +1 @@
-DIST swayimg-1.11.tar.gz 390650 BLAKE2B 5ab45417f214d63ac36f6f28d89848a0f0d55e8fe3051f003838206c80501d67be7ba3d9cdeb0e23c8a305778586665d2800c72ff857adf5acb550cccd0a014c SHA512 6a9722b101c4e4cc2bee5c18f9ca46d2602460521dfd0fe05da1c0d631d4dbaae492c6d27cb38d759d4f4ef10159897f952bb23499ac26123f2b5d646152bbf8
+DIST swayimg-1.12.tar.gz 395978 BLAKE2B 5e610e9556dfa4bbfd4324d993015aa95d836ab629ee54a541f7be5406cdee19c8230955423cbf9822760854b3017794b3e16dde339dd0b5675d747a45c5bc12 SHA512 47cdf60449da0787179a4299edc48b0dde4227cd462832b2bbbcb0e2ce95f2e784e6bc8cb424a6154539e8d61a36ed274fb86505ba8b8fb2aaa37eb75d1a15af
diff --git a/media-gfx/swayimg/swayimg-1.11.ebuild b/media-gfx/swayimg/swayimg-1.12.ebuild
similarity index 90%
rename from media-gfx/swayimg/swayimg-1.11.ebuild
rename to media-gfx/swayimg/swayimg-1.12.ebuild
index 9da31ffdb5..8dfa19474e 100644
--- a/media-gfx/swayimg/swayimg-1.11.ebuild
+++ b/media-gfx/swayimg/swayimg-1.12.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
x11-libs/libxkbcommon
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 )
@@ -33,11 +34,12 @@ 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"
+IUSE="+exif exr +gif heif +jpeg jpegxl +png svg tiff webp bash-completion zsh-completion"
src_configure() {
local emesonargs=(
$(meson_feature exif)
+ $(meson_feature exr)
$(meson_feature gif)
$(meson_feature heif)
$(meson_feature jpeg)
next reply other threads:[~2023-08-01 20:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 20:51 Mykyta Holubakha [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
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-07-07 9:02 Takuya Wakazono
2024-03-12 9:55 Takuya Wakazono
2024-01-07 7:24 Takuya Wakazono
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=1690923070.3e9618553e3c444da7906157b027b5930a418a88.hilobakho@gentoo \
--to=hilobakho@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