summarylogtreecommitdiffstats
path: root/imagemagick-inkscape-1.0.patch
diff options
context:
space:
mode:
authorlilac2020-05-10 02:24:16 +0800
committerlilac2020-05-10 02:24:16 +0800
commit445b791082172b26351c6a4d7d04406afc8e30fe (patch)
tree8e463824243699ffd3a8f29aa2ac1b737d8ef891 /imagemagick-inkscape-1.0.patch
parentc4c8d3be589c9f34f5935cfef8b118d56f2e8727 (diff)
downloadaur-445b791082172b26351c6a4d7d04406afc8e30fe.tar.gz
update by lilac
Diffstat (limited to 'imagemagick-inkscape-1.0.patch')
-rw-r--r--imagemagick-inkscape-1.0.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/imagemagick-inkscape-1.0.patch b/imagemagick-inkscape-1.0.patch
index bd3ba5acc60e..02bbc9e77830 100644
--- a/imagemagick-inkscape-1.0.patch
+++ b/imagemagick-inkscape-1.0.patch
@@ -5,8 +5,8 @@ index 442fa1aca..19baaee91 100644
@@ -111,7 +111,7 @@
<delegate decode="sid" command="&quot;@MrSIDDecodeDelegate@&quot; -if sid -i &quot;%i&quot; -of tif -o &quot;%o&quot; &gt; &quot;%u&quot;"/>
<delegate decode="svg" command="&quot;@RSVGDecodeDelegate@&quot; -o &quot;%o&quot; &quot;%i&quot;"/>
- <!-- Change export-png to export-file for inkscape >= 1.0 -->
-- <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-png=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
+ <!-- Change export-file to export-png for inkscape < 1.0 -->
+- <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-file=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
+ <delegate decode="svg:decode" stealth="True" command="&quot;@SVGDecodeDelegate@&quot; &quot;%s&quot; --export-filename=&quot;%s&quot; --export-dpi=&quot;%s&quot; --export-background=&quot;%s&quot; --export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>
<delegate decode="tiff" encode="launch" mode="encode" command="&quot;@LaunchDelegate@&quot; &quot;%i&quot;"/>
<delegate decode="wdp" command="@MVDelegate@ &quot;%i&quot; &quot;%i.jxr&quot;; &quot;@JXRDecodeDelegate@&quot; -i &quot;%i.jxr&quot; -o &quot;%o.bmp&quot;; @MVDelegate@ &quot;%i.jxr&quot; &quot;%i&quot;; @MVDelegate@ &quot;%o.bmp&quot; &quot;%o&quot;"/>