Bugs item #2205696, was opened at 2008-10-28 15:59
Message generated for change (Comment added) made by zelgadis_ksee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2205696&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compile-Time
Group: Latest release
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Adam Williamson (awilliamson)
Assigned to: Nobody/Anonymous (nobody)
Summary: synfig does not build with a Magick using MagickCore

Initial Comment:
I just packaged synfig for Mandriva Linux, and am reporting bugs based on 
things I had to change.

This one I'm honestly not sure about the details on, but it seems that 
somewhere between Mandriva 2008 Spring and Mandriva 2009, a change happened in 
ImageMagick; there's now two alternative interfaces (MagickCore and 
MagickWand), you have to use -lMagickCore not -lMagick , and MagickLib:: 
doesn't work any more, it has to be MagickCore:: .

I don't really know where this change comes from, but I know it's not 
Mandriva-specific: Arch's synfig packages have similar dodges to the ones I 
used.

Anyway, to make this work, I have to do this in the spec:

# These two fix for the split of libMagick in recent releases - AdamW
sed -i -e 
's.Magick,OptimizeImageTransparency.MagickCore,OptimizeImageTransparency.g' 
configure.ac
sed -i -e 's,MagickLib::,MagickCore::,g' 
src/modules/mod_magickpp/trgt_magickpp.cpp

however, this doesn't work with the older ImageMagick in Mandriva 2008 and 2008 
Spring, so I have to leave that hack out for those releases.

Hope you can make more sense of this issue. configure should probably try and 
figure out which type of Magick is in use and adjust the build appropriately, 
or something.

----------------------------------------------------------------------

Comment By: Konstantin Dmitriev (zelgadis_ksee)
Date: 2012-12-26 04:16

Message:
This bugtracker is no longer active. The issue is moved to the new
bugtracker - http://synfig.org/issues/thebuggenie/synfig

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2205696&group_id=144022

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to