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

Bug 87963

Summary: ImageMagick/PerlMagick bump to 6.2.0-7 or greater for upstream perlmagick bug in animate
Product: Gentoo Linux Reporter: Jonathan Manning <jmanning>
Component: New packagesAssignee: Karol Wojtaszek (RETIRED) <sekretarz>
Status: RESOLVED FIXED    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://studio.imagemagick.org/discussion-server/viewtopic.php?t=3864
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonathan Manning 2005-04-04 13:56:33 UTC
Just a simple ebump to fix an upstream bug. Calls to animate would only return first frame as a blob instead of all frames animated. Fixed upstream in 6.2.0-7, but 6.2.0-8 is currently also available. A bump to either would be great.

Reproducible: Always
Steps to Reproduce:
my $im = Image::Magick->new();
foreach my $image (@images) { $im->BlobToImage($image)}
return $im->ImageToBlob('magick' => 'gif', 'delay' => 50, 'loop' => 0); 


Actual Results:  
Only first frame of animation returned.

Expected Results:  
All frames should animate.
Comment 1 Jonathan Manning 2005-04-05 06:46:16 UTC
If it helps, I can confirm that simply renaming the ebuild to 6.2.0.7 and/or 6.2.0.8 works great - provided both imagemagick and perlmagick are done at the same time.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-04-20 07:55:10 UTC
Bumped in portage, thanks for info.