diff options
Diffstat (limited to 'media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch')
-rw-r--r-- | media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch | 12 |
1 files changed, 0 insertions, 12 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 deleted file mode 100644 index 74cd240639e6..000000000000 --- a/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch +++ /dev/null @@ -1,12 +0,0 @@ -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=""@EchoDelegate@" "set size 1.25,0.62 set terminal postscript portrait color solid; set output "%o"; load "%i"" > "%u";"@GnuplotDecodeDelegate@" "%u""/> - <delegate decode="hdr" command=""@HDRDecodeDelegate@" "%i" "%o""/> - <delegate decode="hpg" command=""@HPGLDecodeDelegate@" -q -m eps -f `basename "%o"` "%i" mv -f `basename "%o"` "%o""/> -- <delegate decode="hpgl" command="if [ -e @HPGLDecodeDelegate@ -o -e /usr/bin/@HPGLDecodeDelegate@ ]; then @HPGLDecodeDelegate@ -q -m eps -f `basename "%o"` "%i" mv -f `basename "%o"` "%o else echo "You need to install hp2xx to use HPGL files with ImageMagick." exit 1 fi"/> -+ <delegate decode="hpgl" command="if [ -e @HPGLDecodeDelegate@ -o -e /usr/bin/@HPGLDecodeDelegate@ ]; then @HPGLDecodeDelegate@ -q -m eps -f `basename "%o"` "%i"; mv -f `basename "%o"` "%o"; else echo "You need to install hp2xx to use HPGL files with ImageMagick."; exit 1; fi"/> - <delegate decode="htm" command=""@HTMLDecodeDelegate@" -U -o "%o" "%i""/> - <delegate decode="html" command=""@HTMLDecodeDelegate@" -U -o "%o" "%i""/> - <delegate decode="https" command=""@WWWDecodeDelegate@" -s -k -o "%o" "https:%M""/> |