- added patches
fix inkscape commandline [bsc#1174272] + ImageMagick-inkscape-commandilne.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=520
This commit is contained in:
parent
15b01070b4
commit
de53e78044
13
ImageMagick-inkscape-commandilne.patch
Normal file
13
ImageMagick-inkscape-commandilne.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: ImageMagick-7.0.10-28/config/delegates.xml.in
|
||||
===================================================================
|
||||
--- ImageMagick-7.0.10-28.orig/config/delegates.xml.in 2020-08-16 18:11:37.000000000 +0200
|
||||
+++ ImageMagick-7.0.10-28/config/delegates.xml.in 2020-08-31 18:56:03.651420565 +0200
|
||||
@@ -111,7 +111,7 @@
|
||||
<delegate decode="sid" command=""@MrSIDDecodeDelegate@" -if sid -i "%i" -of tif -o "%o" > "%u""/>
|
||||
<delegate decode="svg" command=""@RSVGDecodeDelegate@" -o "%o" "%i""/>
|
||||
<!-- Change export-file to export-png for inkscape < 1.0 -->
|
||||
- <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-file="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
|
||||
+ <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-filename="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
|
||||
<delegate decode="tiff" encode="launch" mode="encode" command=""@LaunchDelegate@" "%i""/>
|
||||
<delegate decode="wdp" command="@MVDelegate@ "%i" "%i.jxr"; "@JXRDecodeDelegate@" -i "%i.jxr" -o "%o.bmp"; @MVDelegate@ "%i.jxr" "%i"; @MVDelegate@ "%o.bmp" "%o""/>
|
||||
<delegate decode="webp" command=""@WebPDecodeDelegate@" -pam "%i" -o "%o""/>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 16:56:25 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- added patches
|
||||
fix inkscape commandline [bsc#1174272]
|
||||
+ ImageMagick-inkscape-commandilne.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 13:30:24 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -50,6 +50,8 @@ Patch2: ImageMagick-library-installable-in-parallel.patch
|
||||
Patch3: ImageMagick-s390-disable-tests.patch
|
||||
# https://github.com/ImageMagick/ImageMagick/commit/029fb3425ecf82e8b30c060e38a135d1d3e76bb3
|
||||
Patch4: ImageMagick-set-correct-colorspace.patch
|
||||
# fix inkscape commandline [bsc#1174272]
|
||||
Patch5: ImageMagick-inkscape-commandilne.patch
|
||||
#%%endif
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: fdupes
|
||||
@ -336,6 +338,7 @@ preserved.
|
||||
%patch3 -p1
|
||||
%endif
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
# bsc#1088463
|
||||
|
Loading…
x
Reference in New Issue
Block a user