Bug 1039378

Summary: Remove unneeded build requirement to giflib-devel
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: ImageMagickAssignee: Pavel Alexeev <pahan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: nmurray, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-06 19:08:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2013-12-08 23:38:43 UTC
Description of problem:
Please remove the unneeded build requirement to giflib-devel. Nothing in
ImageMagick depends on giflib nor does ripping out the build requirement
change anything. Verify this yourself (if needed) with "grep -r lgif *"
or "grep -r gif_lib.h" or "grep -r lungif *".

Version-Release number of selected component (if applicable):
ImageMagick-6.8.7.0-2.fc21

Actual results:
--- snipp ---
[...]
BuildRequires:	libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1
[...]
--- snapp ---

Expected results:
--- snipp ---
[...]
BuildRequires:	libtiff-devel, zlib-devel, perl-devel >= 5.8.1
[...]
--- snapp ---

Comment 1 Robert Scheck 2013-12-08 23:40:01 UTC
Oh, if you wonder where GIF support comes from: coders/gif.c seems to contain
ImageMagick's own implementation.

Comment 2 Pavel Alexeev 2014-01-06 19:08:33 UTC
Thanks for the bug.
Let it be http://koji.fedoraproject.org/koji/taskinfo?taskID=6365769