diff options
author | Sven Eden <sven.eden@prydeworx.com> | 2021-04-24 14:51:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-24 14:51:30 +0200 |
commit | 5ae54d1e747b699aef71cd549555968db56a11e2 (patch) | |
tree | 47049e561b2b3711e4acf41ba0e5f82d08f2631d /app-i18n/ibus-anthy | |
parent | sys-devel/kgcc64: bump up to 10.3.0 (diff) | |
download | gentoo-5ae54d1e747b699aef71cd549555968db56a11e2.tar.gz gentoo-5ae54d1e747b699aef71cd549555968db56a11e2.tar.bz2 gentoo-5ae54d1e747b699aef71cd549555968db56a11e2.zip |
sci-misc/boinc: Fix installation with imagemagick[-xml]
If imagemagick is installed with USE="-xml" when installing boinc
with USE="X", the process off creating png icons using `convert`
fails with the following messages:
========
convert: Incorrect value for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag'
@ warning/tiff.c/TIFFWarnings/1046.
convert: delegate library support not built-in
'/data/portage/portage/sci-misc/boinc-7.14.2/distdir/boinc.tif' (XML)
@ error/profile.c/ValidateXMPProfile/1927.
convert: Incorrect value for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag'
@ warning/tiff.c/TIFFWarnings/1046.
========
Actually these are just warnings from libtiff, and the conversion
succeeds. There is no problem with the resulting PNGs.
This commit switches the check'n'fail from the `convert` command to
the `newicon` command, so we only fail if the target PNG really
could not be created.
Also add some minor fixes to the ebuild.
Closes: https://bugs.gentoo.org/766093
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-anthy')
0 files changed, 0 insertions, 0 deletions