public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Imagemagick and Graphicsmagick blocking each other
@ 2011-12-10 23:31 Frank Steinmetzger
  2011-12-10 23:51 ` Francisco Ares
  2011-12-10 23:59 ` Alex Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Frank Steinmetzger @ 2011-12-10 23:31 UTC (permalink / raw
  To: Gentoo-Users Mailinglist

[-- Attachment #1: Type: text/plain, Size: 989 bytes --]

Hello,

a number of packages depend on imagemagick, such as Inkscape, Frescobaldi and
some LaTeX related stuff. I wanted to take a look at Octave, but this
positively wants graphicsmagick, which is a fork of imagemagick as far as I can
tell and which conflicts with imagemagick.

Now some of the named packages can use graphicsmagick, it just comes last in
the ebuild’s order of dependencies, but some others can’t. D’ya think this is
worthy of a bug report, since graphicsmagick even has an imagemagick useflag?
Perhaps this could be converted into a virtual to make this easier on a global
scale.

Or would it be too much dependent upon the individual package? I don’t know
anything about graphicsmagick really, or its kind of compatibility
implementation.

Cheers
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

“We all know Linux is great … it does infinite loops in 5 seconds.”
  – Linus Torvalds

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other
  2011-12-10 23:31 [gentoo-user] Imagemagick and Graphicsmagick blocking each other Frank Steinmetzger
@ 2011-12-10 23:51 ` Francisco Ares
  2011-12-10 23:54   ` Francisco Ares
  2011-12-10 23:59 ` Alex Schuster
  1 sibling, 1 reply; 6+ messages in thread
From: Francisco Ares @ 2011-12-10 23:51 UTC (permalink / raw
  To: gentoo-user, Frank Steinmetzger

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

Hi

Not sure how, but I have both installed.  I recall having some
dificulties... Let me look for them

Francisco

On Sat, Dec 10, 2011 at 9:31 PM, Frank Steinmetzger <Warp_7@gmx.de> wrote:

> Hello,
>
> a number of packages depend on imagemagick, such as Inkscape, Frescobaldi
> and
> some LaTeX related stuff. I wanted to take a look at Octave, but this
> positively wants graphicsmagick, which is a fork of imagemagick as far as
> I can
> tell and which conflicts with imagemagick.
>
> Now some of the named packages can use graphicsmagick, it just comes last
> in
> the ebuild’s order of dependencies, but some others can’t. D’ya think this
> is
> worthy of a bug report, since graphicsmagick even has an imagemagick
> useflag?
> Perhaps this could be converted into a virtual to make this easier on a
> global
> scale.
>
> Or would it be too much dependent upon the individual package? I don’t know
> anything about graphicsmagick really, or its kind of compatibility
> implementation.
>
> Cheers
> --
> Gruß | Greetings | Qapla'
> I forbid any use of my email addresses with Facebook services.
>
> “We all know Linux is great … it does infinite loops in 5 seconds.”
>  – Linus Torvalds
>

[-- Attachment #2: Type: text/html, Size: 1576 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other
  2011-12-10 23:51 ` Francisco Ares
@ 2011-12-10 23:54   ` Francisco Ares
  0 siblings, 0 replies; 6+ messages in thread
From: Francisco Ares @ 2011-12-10 23:54 UTC (permalink / raw
  To: gentoo-user, Frank Steinmetzger

[-- Attachment #1: Type: text/plain, Size: 2245 bytes --]

Hi again

Theese are my USE flags for both, probably the key is one of them, like,
perhaps, having graphicsmagick independent of imagemagick:


# emerge -pvD graphicsmagick imagemagick

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] media-gfx/graphicsmagick-1.3.12-r1  USE="X bzip2 cxx jbig
jpeg jpeg2k lcms modules openmp png svg threads tiff truetype wmf zlib
-debug -doc -fpx -imagemagick -perl -q16 -q32" 0
kB

[ebuild   R    ] media-gfx/imagemagick-6.7.1.0  USE="X bzip2 corefonts cxx
djvu fftw fontconfig fpx graphviz gs hdri jbig jpeg jpeg2k lcms lzma opencl
openmp png svg tiff truetype wmf xml zlib -autotrace -lqr -openexr -perl
-q32 -q64 -q8 -raw -static-libs -webp" 0
kB


Total: 2 packages (2 reinstalls), Size of downloads: 0 kB


Hope it helps
Francisco

On Sat, Dec 10, 2011 at 9:51 PM, Francisco Ares <frares@gmail.com> wrote:

> Hi
>
> Not sure how, but I have both installed.  I recall having some
> dificulties... Let me look for them
>
> Francisco
>
>
> On Sat, Dec 10, 2011 at 9:31 PM, Frank Steinmetzger <Warp_7@gmx.de> wrote:
>
>> Hello,
>>
>> a number of packages depend on imagemagick, such as Inkscape, Frescobaldi
>> and
>> some LaTeX related stuff. I wanted to take a look at Octave, but this
>> positively wants graphicsmagick, which is a fork of imagemagick as far as
>> I can
>> tell and which conflicts with imagemagick.
>>
>> Now some of the named packages can use graphicsmagick, it just comes last
>> in
>> the ebuild’s order of dependencies, but some others can’t. D’ya think
>> this is
>> worthy of a bug report, since graphicsmagick even has an imagemagick
>> useflag?
>> Perhaps this could be converted into a virtual to make this easier on a
>> global
>> scale.
>>
>> Or would it be too much dependent upon the individual package? I don’t
>> know
>> anything about graphicsmagick really, or its kind of compatibility
>> implementation.
>>
>> Cheers
>> --
>> Gruß | Greetings | Qapla'
>> I forbid any use of my email addresses with Facebook services.
>>
>> “We all know Linux is great … it does infinite loops in 5 seconds.”
>>  – Linus Torvalds
>>
>
>

[-- Attachment #2: Type: text/html, Size: 3434 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other
  2011-12-10 23:31 [gentoo-user] Imagemagick and Graphicsmagick blocking each other Frank Steinmetzger
  2011-12-10 23:51 ` Francisco Ares
@ 2011-12-10 23:59 ` Alex Schuster
  2011-12-11  2:37   ` Frank Steinmetzger
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Schuster @ 2011-12-10 23:59 UTC (permalink / raw
  To: gentoo-user

Frank Steinmetzger writes:

 a number of packages depend on imagemagick, such as Inkscape,
> Frescobaldi and some LaTeX related stuff. I wanted to take a look at
> Octave, but this positively wants graphicsmagick, which is a fork of
> imagemagick as far as I can tell and which conflicts with imagemagick.

It seems you can install graphicsmagick along with imagemagick, if the
imagemagick USE flag ist not set.

	Wonko



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other
  2011-12-10 23:59 ` Alex Schuster
@ 2011-12-11  2:37   ` Frank Steinmetzger
  2011-12-11  9:02     ` Willie WY Wong
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Steinmetzger @ 2011-12-11  2:37 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

On Sun, Dec 11, 2011 at 12:59:27AM +0100, Alex Schuster wrote:
> Frank Steinmetzger writes:
> 
> It seems you can install graphicsmagick along with imagemagick, if the
> imagemagick USE flag ist not set.

That’s what came to my mind also while I was reading Francisco’s first answer.
Rebuilding without the flag now. Thanks you two.
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

Progress means that we know ever more but gain ever less from it.

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Imagemagick and Graphicsmagick blocking each other
  2011-12-11  2:37   ` Frank Steinmetzger
@ 2011-12-11  9:02     ` Willie WY Wong
  0 siblings, 0 replies; 6+ messages in thread
From: Willie WY Wong @ 2011-12-11  9:02 UTC (permalink / raw
  To: gentoo-user

On Sun, Dec 11, 2011 at 03:37:02AM +0100, Penguin Lover Frank Steinmetzger squawked:
> On Sun, Dec 11, 2011 at 12:59:27AM +0100, Alex Schuster wrote:
> > Frank Steinmetzger writes:
> > 
> > It seems you can install graphicsmagick along with imagemagick, if the
> > imagemagick USE flag ist not set.
> 
> That’s what came to my mind also while I was reading Francisco’s first answer.
> Rebuilding without the flag now. Thanks you two.

It may not be immediately obvious from the description of the USE
flag, since graphicsmagick choose not to add a local use flag
description that better describes its use, but if you read the ebuild,
you'll find that rather than "enabling support for imagemagick", the
flag "imagemagick" in this case means "enable imagemagick
compatibility", which I assume means that it will install the usual
set of tools (convert, identify, etc.) that imagemagick installs. 

Obviously this will cause a file collision if you also have
imagemagick installed. 

Cheers, 

W

-- 
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
         et vice versa   ~~~  I. Newton




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-11  9:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10 23:31 [gentoo-user] Imagemagick and Graphicsmagick blocking each other Frank Steinmetzger
2011-12-10 23:51 ` Francisco Ares
2011-12-10 23:54   ` Francisco Ares
2011-12-10 23:59 ` Alex Schuster
2011-12-11  2:37   ` Frank Steinmetzger
2011-12-11  9:02     ` Willie WY Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox