Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 493516 Details for
Bug 630468
media-gfx/uniconvertor-2.0_pre379-r2 - Support media-gfx/graphicsmagick
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
uniconvertor-2.0_pre379-r3.ebuild.patch
uniconvertor-2.0_pre379-r3.ebuild.patch (text/plain), 1.60 KB, created by
Dennis Schridde
on 2017-09-09 12:26:09 UTC
(
hide
)
Description:
uniconvertor-2.0_pre379-r3.ebuild.patch
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2017-09-09 12:26:09 UTC
Size:
1.60 KB
patch
obsolete
>--- ../../../gentoo/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 2017-08-30 14:06:15.000000000 +0200 >+++ uniconvertor-2.0_pre379-r3.ebuild 2017-09-09 13:41:26.021910125 +0200 >@@ -14,11 +14,12 @@ > KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" > SLOT="0" > LICENSE="GPL-2 LGPL-2" >-IUSE="" >+IUSE="graphicsmagick" > > RDEPEND=" > dev-python/pycairo[${PYTHON_USEDEP}] >- media-gfx/imagemagick:= >+ !graphicsmagick? ( media-gfx/imagemagick:= ) >+ graphicsmagick? ( media-gfx/graphicsmagick:= ) > media-libs/lcms:2 > dev-python/pillow[${PYTHON_USEDEP}]" > DEPEND="${RDEPEND} >@@ -33,7 +34,12 @@ > > python_prepare_all() { > local wand >- wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g") >+ if use graphicsmagick ; then >+ wand=$(pkg-config --libs GraphicsMagickWand) >+ else >+ wand=$(pkg-config --libs MagickWand) >+ fi >+ wand=$(echo "${wand}" | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g") > > distutils-r1_python_prepare_all > >@@ -43,8 +49,11 @@ > -e "/libraries/s:'MagickWand':${wand}:g" \ > -i setup.py || die > >- # https://bugs.gentoo.org/581816 >- if has_version ">=media-gfx/imagemagick-7.0" ; then >+ if use graphicsmagick ; then >+ sed -e "s:ImageMagick-6:GraphicsMagick:" -i setup.py || die >+ eapply "${FILESDIR}"/${P}-graphicsmagick.patch >+ elif has_version ">=media-gfx/imagemagick-7.0" ; then >+ # https://bugs.gentoo.org/581816 > sed -e "s:ImageMagick-6:ImageMagick-7:" -i setup.py || die > eapply "${FILESDIR}"/${P}-ImageMagick7.patch > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 630468
:
493512
| 493516