Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 314411

Summary: x11-plugins/wmgrabimage should depend on || (media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick])
Product: Gentoo Linux Reporter: Wojciech Porczyk <wojciech>
Component: New packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED INVALID    
Severity: normal CC: s4t4n
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 314431    

Description Wojciech Porczyk 2010-04-09 21:45:15 UTC
GraphicsMagick is a replacement for ImageMagick. Now x11-plugins/wmgrabimage depends only on media-gfx/imagemagick.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-04-12 11:14:47 UTC
Sorry about the mass reassignment, but this undertaking really shouldn't burden bug-wranglers further.
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2010-10-27 09:21:41 UTC
Have you actually tested this package against graphicsmagick?
I am asking because I just tried that and, while the package does compile fine, it does not work for me.

wmGrabImage -url http://www.hoteljasmin.com/diano-marina.jpg

works fine when built against imagemagick
fails when built against graphicsmagick

stderr messages are:
cat: /home/thorin/.wmGrabImage/diano-marina.jpg.tmp.xpm: No such file or directory
rm: cannot remove `/home/thorin/.wmGrabImage/diano-marina.jpg.tmp.xpm': No such file or directory
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2010-10-27 09:23:08 UTC
Make sure to

rm -fr ${HOME}.wmGrabImage

to clean up cached files when trying one or the other version
Comment 4 Wojciech Porczyk 2010-10-27 10:11:27 UTC
No, I didn't. This bug is one of 114 bugs filed under same premise: it DEPEND (or RDEPEND) on imagemagick only. That could be correct. There is possibility that this bug is invalid.