David Juran wrote:
On Thu, 2008-11-27 at 22:46 -0700, Orion Poplawski wrote:
> On Sun, November 23, 2008 4:44 am, Thorsten Leemhuis wrote:
>
>> * transcode needs ImageMagick-devel as BR. That is not yet in EPEL.
>> Orion, could you take care of that?
>>
> ImageMagick is in the base, but an old version.
>
And I don't think there is anything wrong with the old version, it's
just that the newer version split up libMagick into libMagicWand and
libMagicCore. And I was too lazy to do a patch that detected which
variant was installed so I patched transcode to use the new naming
scheme and put in a requirement for it. If you drop both the requirement
and the patch, it should work with the old version (-:
%if 0%{?rhel}
BuildRequires: libMagick
%else
BuildRequires: libMagicCore libMagicWand
%endif
adjust as needed