From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/
Date: Sun, 17 Sep 2023 21:41:59 +0000 (UTC) [thread overview]
Message-ID: <1694986851.a1ade7f83f9e8facf1150cf5996e4f7e4a68cf7a.conikost@gentoo> (raw)
commit: a1ade7f83f9e8facf1150cf5996e4f7e4a68cf7a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 21:17:15 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 21:40:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ade7f8
app-misc/graphlcd-base: unify *magick usage
Closes: https://bugs.gentoo.org/914234
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.ebuild | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.ebuild b/app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.ebuild
index df811179a910..785f2ca47f73 100644
--- a/app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.ebuild
+++ b/app-misc/graphlcd-base/graphlcd-base-2.0.3-r3.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
@@ -13,15 +13,16 @@ KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="fontconfig freetype graphicsmagick imagemagick lcd_devices_ax206dpf lcd_devices_picolcd_256x64 lcd_devices_vnc"
-REQUIRED_USE="?? ( graphicsmagick imagemagick )"
RDEPEND="
dev-libs/libhid
net-libs/libvncserver
freetype? ( media-libs/freetype:2= )
fontconfig? ( media-libs/fontconfig:1.0= )
- graphicsmagick? ( media-gfx/graphicsmagick:0/1.3[cxx] )
- imagemagick? ( media-gfx/imagemagick:= )
+ imagemagick? (
+ !graphicsmagick? ( media-gfx/imagemagick:= )
+ graphicsmagick? ( media-gfx/graphicsmagick:0/1.3[cxx] )
+ )
lcd_devices_ax206dpf? ( virtual/libusb:0 )
lcd_devices_picolcd_256x64? ( virtual/libusb:0 )
"
@@ -71,11 +72,13 @@ src_configure() {
if ! use fontconfig; then
sed -e "50s:HAVE:#HAVE:" -i Make.config || die
fi
- if use graphicsmagick; then
- sed -e "57s:#::" -i Make.config || die
- fi
+
if use imagemagick; then
- sed -e "56s:#::" -i Make.config || die
+ if use graphicsmagick; then
+ sed -e "57s:#::" -i Make.config || die
+ else
+ sed -e "56s:#::" -i Make.config || die
+ fi
fi
}
next reply other threads:[~2023-09-17 21:42 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-17 21:41 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-14 12:30 [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ Conrad Kostecki
2022-07-16 19:05 Conrad Kostecki
2022-04-28 3:34 Sam James
2022-03-12 11:52 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2021-01-07 21:09 Conrad Kostecki
2021-01-04 19:08 Conrad Kostecki
2021-01-03 21:45 Conrad Kostecki
2020-10-09 13:36 Conrad Kostecki
2020-10-07 7:09 Agostino Sarubbo
2020-09-28 22:11 Conrad Kostecki
2020-09-28 22:11 Conrad Kostecki
2020-08-22 20:16 Conrad Kostecki
2020-07-30 22:36 Conrad Kostecki
2020-07-30 22:36 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2019-08-08 3:32 Joonas Niilola
2019-07-24 8:19 Agostino Sarubbo
2019-07-23 11:30 Agostino Sarubbo
2019-04-06 22:23 Patrice Clement
2019-04-06 22:23 Patrice Clement
2019-04-01 21:02 Thomas Deutschmann
2019-03-10 23:06 Patrice Clement
2019-03-10 22:38 Patrice Clement
2017-11-09 15:00 Manuel Rüger
2017-11-09 15:00 Manuel Rüger
2017-11-02 21:16 Thomas Deutschmann
2016-10-16 19:16 Joerg Bornkessel
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=1694986851.a1ade7f83f9e8facf1150cf5996e4f7e4a68cf7a.conikost@gentoo \
--to=conikost@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