public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Tue, 23 May 2023 19:53:57 +0000 (UTC)	[thread overview]
Message-ID: <1684871630.2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a.marecki@gentoo> (raw)

commit:     2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 19:51:21 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue May 23 19:53:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfa0507

app-emulation/fuse: USE=png requires USE=zlib

screenshot.c unconditionally passes Z_BEST_COMPRESSION, a zlib.h macro,
to png_set_compression_level(). Funnily enough, the same file first
takes pains to only include zlib.h if it was found by configure.

Closes: https://bugs.gentoo.org/907034
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-emulation/fuse/fuse-1.6.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild
index ad8465525cbb..b7f0f065d660 100644
--- a/app-emulation/fuse/fuse-1.6.0.ebuild
+++ b/app-emulation/fuse/fuse-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,8 @@ IUSE="alsa ao backend-X backend-fbcon +backend-gtk3 backend-sdl backend-svga gpm
 
 # At most one audio driver and at most one UI back-end can be enabled at a time
 REQUIRED_USE="?? ( alsa ao backend-sdl pulseaudio )
-	?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )"
+	?? ( backend-X backend-fbcon backend-gtk3 backend-sdl backend-svga )
+	png? ( zlib )"
 
 RDEPEND="
 	>=app-emulation/libspectrum-1.5.0[zlib?]


             reply	other threads:[~2023-05-23 19:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 19:53 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:22 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ Andreas Sturmlechner
2022-10-11  9:11 Marek Szuba
2022-06-29  6:53 Marek Szuba
2021-03-19 11:03 Marek Szuba
2021-03-18 15:04 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-05 19:39 Sam James
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2018-12-16 19:30 Andreas Sturmlechner
2018-12-16 19:30 Andreas Sturmlechner
2018-11-28  9:58 Michał Górny
2018-10-18 19:38 Michał Górny
2018-10-18 19:38 Michał Górny
2018-07-07 12:39 Andreas Sturmlechner
2018-07-07 12:39 Andreas Sturmlechner
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-03-14 17:27 Michał Górny
2018-03-05 16:27 Michał Górny
2018-03-05 16:27 Michał Górny
2017-12-15  8:23 Patrice Clement
2017-12-10  9:27 Ulrich Müller
2017-09-14 22:21 Patrice Clement
2017-08-10 11:01 Michał Górny
2017-08-06 11:15 Michał Górny
2017-08-06 11:15 Michał Górny
2017-08-01 10:54 Marek Szuba
2017-08-01 10:54 Marek Szuba
2017-06-12 17:29 Andreas Hüttel
2017-03-08  7:37 Göktürk Yüksek
2016-10-12 18:11 Pacho Ramos
2016-08-27 16:37 Sergei Trofimovich
2016-08-06 12:47 Pacho Ramos
2016-04-01  2:29 Ian Delaney

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=1684871630.2bfa05078a93e0dc559ce15c4af965a7ec0d6f4a.marecki@gentoo \
    --to=marecki@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