Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/imagemagick/files: imagemagick-6.3.8.3-hpgl.patch
Date: Sun, 03 Feb 2008 15:18:51
Message-Id: E1JLgcK-0005FA-Qm@stork.gentoo.org
1 maekke 08/02/03 15:18:48
2
3 Added: imagemagick-6.3.8.3-hpgl.patch
4 Log:
5 bump, this should fix bug #206925 and bug #206937.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/imagemagick/files/imagemagick-6.3.8.3-hpgl.patch?rev=1.1&content-type=text/plain
13
14 Index: imagemagick-6.3.8.3-hpgl.patch
15 ===================================================================
16 diff -ru ImageMagick-6.3.8-orig/config/delegates.xml.in ImageMagick-6.3.8/config/delegates.xml.in
17 --- ImageMagick-6.3.8-orig/config/delegates.xml.in 2008-02-02 18:33:18.000000000 +0100
18 +++ ImageMagick-6.3.8/config/delegates.xml.in 2008-02-02 18:33:45.000000000 +0100
19 @@ -67,7 +67,7 @@
20 <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;"/>
21 <delegate decode="hdr" command="&quot;@HDRDecodeDelegate@&quot; &quot;%i&quot; &quot;%o&quot;"/>
22 <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;"/>
23 - <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"/>
24 + <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"/>
25 <delegate decode="htm" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
26 <delegate decode="html" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
27 <delegate decode="https" command="&quot;@WWWDecodeDelegate@&quot; -s -k -o &quot;%o&quot; &quot;https:%M&quot;"/>
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list