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: Sat, 28 Jan 2023 16:32:15 +0000 (UTC)	[thread overview]
Message-ID: <1674923524.023867cdbde34eb3c61780f109456305473d21be.nrk@gentoo> (raw)

commit:     023867cdbde34eb3c61780f109456305473d21be
Author:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Jan 28 16:26:52 2023 +0000
Commit:     Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Sat Jan 28 16:32:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=023867cd

media-gfx/nsxiv: add v31, drop v29

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

 media-gfx/nsxiv/Manifest                             |  2 +-
 media-gfx/nsxiv/{nsxiv-29.ebuild => nsxiv-31.ebuild} | 17 ++++++-----------
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/media-gfx/nsxiv/Manifest b/media-gfx/nsxiv/Manifest
index 28b502a3d..cec12c781 100644
--- a/media-gfx/nsxiv/Manifest
+++ b/media-gfx/nsxiv/Manifest
@@ -1,2 +1,2 @@
-DIST nsxiv-29.tar.gz 64012 BLAKE2B 1b964736619a56cc8fb4092979f12749389fa347e3fda7a40fcfdc1b07a72e101c61d99fb12b10f4ea7ab6459c8068d5c64d754e3e988ec6bfd4504813bcc485 SHA512 d891fc0885f280a622401e105dc1ed9ba39e40f3e760e3e0cd34ae79fdb32187b1d3dc15590bbefd68a18db2aa12795433907e6e744561cc891fc03e7a1f1e94
 DIST nsxiv-30.tar.gz 65642 BLAKE2B 910d1afe2c32e729bf5f848255d5b5d31658b4027f1a44d0e9812e5aac992fe3bb5bc0662aa70aca4f49fba5f3d769c83d5afb098d3ab662883c0b0ccffdb6b0 SHA512 2c852790c5940a8995a5c8a152b6f74198de4640e3827164c8e99855dc06b921c4601ac712a16c801071c656da4a6cd839a6590894f6ab86af35e90b30a8f5af
+DIST nsxiv-31.tar.gz 73821 BLAKE2B f5a5f16d82fb78ce9ae5da341cb481f653dd28db7138529f20b76b4f0a73415e9c5ffa9a8c2dee23ec754d1d7f5451ae631e786a535799b6542ef55ed3548c5a SHA512 f6814f337763f23b569f12ad6d2aa33380b1f5dec0890f0bedb54620a725330fa6518acd6ddabe79c420f0feab01c307bdc91e4ea6141ce1a4528ea0a96addd8

diff --git a/media-gfx/nsxiv/nsxiv-29.ebuild b/media-gfx/nsxiv/nsxiv-31.ebuild
similarity index 80%
rename from media-gfx/nsxiv/nsxiv-29.ebuild
rename to media-gfx/nsxiv/nsxiv-31.ebuild
index 6aa11c535..aef44e615 100644
--- a/media-gfx/nsxiv/nsxiv-29.ebuild
+++ b/media-gfx/nsxiv/nsxiv-31.ebuild
@@ -18,15 +18,13 @@ HOMEPAGE="https://codeberg.org/nsxiv/nsxiv"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+statusbar exif +inotify +gif webp"
+IUSE="+statusbar +inotify exif"
 
 RDEPEND="
 	x11-libs/libX11
-	media-libs/imlib2[X]
+	>=media-libs/imlib2-1.8.0[X]
 	statusbar? ( x11-libs/libXft )
 	exif? ( media-libs/libexif )
-	gif? ( media-libs/giflib:0= )
-	webp? ( media-libs/libwebp )
 "
 DEPEND="${RDEPEND}"
 
@@ -45,17 +43,14 @@ src_prepare() {
 }
 
 src_configure() {
-	sed -i -e '/^install: / s|: all|:|' \
-		-e 's|^CFLAGS =|CFLAGS +=|' \
-		Makefile || die "sed failed"
+	sed -i -e '/^install: / s|: all|:|' Makefile || die "sed failed"
+	sed -i -e 's|^CFLAGS =|CFLAGS +=|' config.mk || die "sed failed"
 }
 
 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)"
 }
 
@@ -66,7 +61,7 @@ src_install() {
 		EGPREFIX="/usr/share/doc/${P}/examples" \
 		install install-icon
 	dodoc README.md
-	domenu nsxiv.desktop
+	domenu etc/nsxiv.desktop
 
 	save_config config.h
 }
@@ -77,7 +72,7 @@ pkg_postinst() {
 
 	einfo "${PN} uses media-libs/imlib2 for loading images."
 	einfo "To enable/disable support for specific image formats,"
-	einfo "toggle the necessary USE flag for imlib2."
+	einfo "toggle the necessary USE flag for media-libs/imlib2."
 }
 
 pkg_postrm() {


             reply	other threads:[~2023-01-28 16:32 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-28 16:32 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-10  4:55 Nickolas Raymond Kaczynski
2023-01-09 10:25 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=1674923524.023867cdbde34eb3c61780f109456305473d21be.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