summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-02-03 15:18:48 +0000
committerMarkus Meier <maekke@gentoo.org>2008-02-03 15:18:48 +0000
commit86e0626d364bdabbe3da706e60939cf16e228fe5 (patch)
treef9f61d9db8846a9bfced6cbb8c8923ab15ccd797 /media-gfx/imagemagick/files
parentgenerate fonts in the sandbox instead of using addwrite.. (diff)
downloadhistorical-86e0626d364bdabbe3da706e60939cf16e228fe5.tar.gz
historical-86e0626d364bdabbe3da706e60939cf16e228fe5.tar.bz2
historical-86e0626d364bdabbe3da706e60939cf16e228fe5.zip
bump, this should fix bug #206925 and bug #206937.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'media-gfx/imagemagick/files')
-rw-r--r--media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch b/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch
new file mode 100644
index 000000000000..74cd240639e6
--- /dev/null
+++ b/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch
@@ -0,0 +1,12 @@
+diff -ru ImageMagick-6.3.8-orig/config/delegates.xml.in ImageMagick-6.3.8/config/delegates.xml.in
+--- ImageMagick-6.3.8-orig/config/delegates.xml.in 2008-02-02 18:33:18.000000000 +0100
++++ ImageMagick-6.3.8/config/delegates.xml.in 2008-02-02 18:33:45.000000000 +0100
+@@ -67,7 +67,7 @@
+ <delegate decode="gplt" command="&quot;@EchoDelegate@&quot; &quot;set size 1.25,0.62 set terminal postscript portrait color solid; set output &quot;%o&quot;; load &quot;%i&quot;&quot; &gt; &quot;%u&quot;;&quot;@GnuplotDecodeDelegate@&quot; &quot;%u&quot;"/>
+ <delegate decode="hdr" command="&quot;@HDRDecodeDelegate@&quot; &quot;%i&quot; &quot;%o&quot;"/>
+ <delegate decode="hpg" command="&quot;@HPGLDecodeDelegate@&quot; -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot; mv -f `basename &quot;%o&quot;` &quot;%o&quot;"/>
+- <delegate decode="hpgl" command="if [ -e @HPGLDecodeDelegate@ -o -e /usr/bin/@HPGLDecodeDelegate@ ]; then @HPGLDecodeDelegate@ -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot; mv -f `basename &quot;%o&quot;` &quot;%o else echo &quot;You need to install hp2xx to use HPGL files with ImageMagick.&quot; exit 1 fi"/>
++ <delegate decode="hpgl" command="if [ -e @HPGLDecodeDelegate@ -o -e /usr/bin/@HPGLDecodeDelegate@ ]; then @HPGLDecodeDelegate@ -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; mv -f `basename &quot;%o&quot;` &quot;%o&quot;; else echo &quot;You need to install hp2xx to use HPGL files with ImageMagick.&quot;; exit 1; fi"/>
+ <delegate decode="htm" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
+ <delegate decode="html" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
+ <delegate decode="https" command="&quot;@WWWDecodeDelegate@&quot; -s -k -o &quot;%o&quot; &quot;https:%M&quot;"/>