diff --git a/ImageMagick.changes b/ImageMagick.changes index 04ef918..5a6fbe2 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 18 14:23:33 UTC 2011 - pgajdos@suse.com + +- build against librsvg as recommended upstream [bnc#724222] + ------------------------------------------------------------------- Sat Oct 15 04:47:13 UTC 2011 - coolo@suse.com diff --git a/ImageMagick.spec b/ImageMagick.spec index d2fd705..dd9dff2 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -29,6 +29,8 @@ %bcond_without EXIF %bcond_without JPEG %bcond_without WEBP +# build against librsvg [bnc#724222] +%bcond_without RSVG Name: ImageMagick @@ -83,6 +85,10 @@ BuildRequires: libjasper-devel BuildRequires: libwebp-devel %endif +%if %{with RSVG} +BuildRequires: librsvg-devel +%endif + %define xtp_version 5.4.3 %define mfr_version 6.7.2 %define mfr_revision 7 @@ -145,6 +151,9 @@ Requires: libjasper-devel %if %{with WEBP} Requires: libwebp-devel %endif +%if %{with RSVG} +Requires: librsvg-devel +%endif %package extra License: PERMISSIVE-OSI-COMPLIANT @@ -512,6 +521,20 @@ HTML documentation for ImageMagick library and scene examples. + + + + + + + + + + + + + +