summarylogtreecommitdiffstats
path: root/imagemagick-inkscape-1.0.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-15 02:59:33 +0000
committerDaniel Bermond2020-05-15 02:59:33 +0000
commit22aabbc9ee4fd04a0b3a22f447de1659dc7a0c81 (patch)
tree25ed7d2c4e39af180850b447b2ca643d21495835 /imagemagick-inkscape-1.0.patch
parent5e9eb207f3840ead98c765445dc474f51c5caa26 (diff)
downloadaur-22aabbc9ee4fd04a0b3a22f447de1659dc7a0c81.tar.gz
Updated to version 7.0.10.11
Diffstat (limited to 'imagemagick-inkscape-1.0.patch')
-rw-r--r--imagemagick-inkscape-1.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagemagick-inkscape-1.0.patch b/imagemagick-inkscape-1.0.patch
new file mode 100644
index 000000000000..02bbc9e77830
--- /dev/null
+++ b/imagemagick-inkscape-1.0.patch
@@ -0,0 +1,13 @@
+diff --git a/config/delegates.xml.in b/config/delegates.xml.in
+index 442fa1aca..19baaee91 100644
+--- a/config/delegates.xml.in
++++ b/config/delegates.xml.in
+@@ -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-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;"/>
+ <delegate decode="webp" command="&quot;@WebPDecodeDelegate@&quot; -pam &quot;%i&quot; -o &quot;%o&quot;"/>