public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nickolas Raymond Kaczynski" <nrk@disroot.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/nsxiv/
Date: Mon,  9 Jan 2023 10:25:07 +0000 (UTC)	[thread overview]
Message-ID: <1673259423.94a9da220dd351ae2334c097261492fcdab3a0fc.nrk@gentoo> (raw)

commit:     94a9da220dd351ae2334c097261492fcdab3a0fc
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Jan  9 10:11:35 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Mon Jan  9 10:17:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94a9da22

media-gfx/nsxiv: add animated USE flag, drop gif & webp

the gif and webp build options are depreciated upstream.

Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>

 media-gfx/nsxiv/metadata.xml      | 3 ++-
 media-gfx/nsxiv/nsxiv-9999.ebuild | 7 ++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-gfx/nsxiv/metadata.xml b/media-gfx/nsxiv/metadata.xml
index 9b518bd51..0f74c8e53 100644
--- a/media-gfx/nsxiv/metadata.xml
+++ b/media-gfx/nsxiv/metadata.xml
@@ -8,8 +8,9 @@
 		<remote-id type="github">nsxiv/nsxiv</remote-id>
 	</upstream>
 	<use>
-		<flag name="statusbar">Add statusbar support</flag>
+		<flag name="animated">Add animated image support</flag>
 		<flag name="gif">Add animated gif support</flag>
+		<flag name="statusbar">Add statusbar support</flag>
 		<flag name="webp">Add animated webp support</flag>
 	</use>
 </pkgmetadata>

diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-9999.ebuild
index cea408441..0c6c27ce0 100644
--- a/media-gfx/nsxiv/nsxiv-9999.ebuild
+++ b/media-gfx/nsxiv/nsxiv-9999.ebuild
@@ -18,15 +18,14 @@ HOMEPAGE="https://codeberg.org/nsxiv/nsxiv"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+statusbar exif +inotify +gif webp"
+IUSE="+statusbar +animated +inotify exif"
 
 RDEPEND="
 	x11-libs/libX11
 	media-libs/imlib2[X]
 	statusbar? ( x11-libs/libXft )
 	exif? ( media-libs/libexif )
-	gif? ( media-libs/giflib:0= )
-	webp? ( media-libs/libwebp )
+	animated? ( >=media-libs/imlib2-1.8.0[X] )
 "
 DEPEND="${RDEPEND}"
 
@@ -53,8 +52,6 @@ src_compile() {
 	emake CC="$(tc-getCC)" OPT_DEP_DEFAULT=0 \
 		HAVE_INOTIFY="$(usex inotify 1 0)" \
 		HAVE_LIBFONTS="$(usex statusbar 1 0)" \
-		HAVE_LIBGIF="$(usex gif 1 0)" \
-		HAVE_LIBWEBP="$(usex webp 1 0)" \
 		HAVE_LIBEXIF="$(usex exif 1 0)"
 }
 


             reply	other threads:[~2023-01-09 10:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 10:25 Nickolas Raymond Kaczynski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 16:14 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/nsxiv/ Nickolas Raymond Kaczynski
2024-06-28 12:14 Nickolas Raymond Kaczynski
2024-05-25 15:17 Nickolas Raymond Kaczynski
2024-05-15  2:58 Lucio Sauer
2024-05-15  2:58 Lucio Sauer
2023-10-02 12:21 Nickolas Raymond Kaczynski
2023-10-01 13:58 Nickolas Raymond Kaczynski
2023-05-20 17:30 Nickolas Raymond Kaczynski
2023-05-20 17:30 Nickolas Raymond Kaczynski
2023-02-18 14:06 Ronny Gutbrod
2023-02-18  9:51 Nickolas Raymond Kaczynski
2023-02-18  9:51 Nickolas Raymond Kaczynski
2023-01-28 16:32 Nickolas Raymond Kaczynski
2023-01-10  4:55 Nickolas Raymond Kaczynski
2022-08-09 17:25 Nickolas Raymond Kaczynski
2022-06-18  7:01 Nickolas Raymond Kaczynski
2022-06-11 15:38 Nickolas Raymond Kaczynski
2022-05-30 13:08 Nickolas Raymond Kaczynski
2022-04-25  0:31 Nickolas Raymond Kaczynski
2022-03-03 13:04 Nickolas Raymond Kaczynski
2021-12-12 12:17 Nickolas Raymond Kaczynski
2021-11-21 14:48 Nickolas Raymond Kaczynski
2021-11-21 14:22 Nickolas Raymond Kaczynski
2021-09-23  6:46 Nickolas Raymond Kaczynski
2021-09-17  0:24 Nickolas Raymond Kaczynski

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=1673259423.94a9da220dd351ae2334c097261492fcdab3a0fc.nrk@gentoo \
    --to=nrk@disroot.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