Accepting request 88654 from graphics
- build against librsvg as recommended upstream [bnc#724222] OBS-URL: https://build.opensuse.org/request/show/88654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=74
This commit is contained in:
commit
b563e25499
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user