Blame SOURCES/ImageMagick-gnuplot-delegate-remove.diff

b7c072
diff -up ImageMagick-6.7.8-9/config/delegates.xml.in.gnuplot-delegate-remove ImageMagick-6.7.8-9/config/delegates.xml.in
b7c072
--- ImageMagick-6.7.8-9/config/delegates.xml.in.gnuplot-delegate-remove	2016-06-02 13:46:27.392910453 +0200
b7c072
+++ ImageMagick-6.7.8-9/config/delegates.xml.in	2016-06-02 13:52:15.161907901 +0200
b7c072
@@ -80,7 +80,6 @@
b7c072
   <delegate decode="eps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 "-sDEVICE=@GSPDFDevice@" "-sOutputFile=%o" "-f%i""/>
b7c072
   <delegate decode="eps" encode="ps" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=@GSPSDevice@" "-sOutputFile=%o" "-f%i""/>
b7c072
   <delegate decode="fig" command=""@FIGDecodeDelegate@" -L ps "%i" "%o""/>
b7c072
-  <delegate decode="plt" command=""@EchoDelegate@" "set size 1.25,0.62; set terminal postscript portrait color solid; set output \'%o\'; load \'%i\'" > "%u";"@GnuplotDecodeDelegate@" "%u""/>
b7c072
   <delegate decode="hpg" command=""@HPGLDecodeDelegate@" -q -m eps -f `basename "%o"` "%i";     mv -f `basename "%o"` "%o""/>
b7c072
   <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"/>
b7c072
   <delegate decode="htm" command=""@HTMLDecodeDelegate@" -U -o "%o" "%i""/>
b7c072
diff -up ImageMagick-6.7.8-9/configure.ac.gnuplot-delegate-remove ImageMagick-6.7.8-9/configure.ac
b7c072
--- ImageMagick-6.7.8-9/configure.ac.gnuplot-delegate-remove	2012-08-05 17:58:14.000000000 +0200
b7c072
+++ ImageMagick-6.7.8-9/configure.ac	2016-06-02 13:48:27.359909573 +0200
b7c072
@@ -3055,7 +3055,6 @@ FIGDecodeDelegateDefault='fig2dev'
b7c072
 ConvertDelegateDefault=`echo convert | sed ${configure_transform_name}`
b7c072
 DisplayDelegateDefault=`echo display | sed ${configure_transform_name}`
b7c072
 MogrifyDelegateDefault=`echo mogrify | sed ${configure_transform_name}`
b7c072
-GnuplotDecodeDelegateDefault='gnuplot'
b7c072
 HPGLDecodeDelegateDefault='hp2xx'
b7c072
 HTMLDecodeDelegateDefault='html2ps'
b7c072
 ILBMDecodeDelegateDefault='ilbmtoppm'
b7c072
@@ -3107,7 +3106,6 @@ AC_PATH_PROG(FIGDecodeDelegate, "$FIGDec
b7c072
 AC_PATH_PROG(ConvertDelegate, "$ConvertDelegateDefault", "$ConvertDelegateDefault")
b7c072
 AC_PATH_PROG(DisplayDelegate, "$DisplayDelegateDefault", "$DisplayDelegateDefault")
b7c072
 AC_PATH_PROG(MogrifyDelegate, "$MogrifyDelegateDefault", "$MogrifyDelegateDefault")
b7c072
-AC_PATH_PROG(GnuplotDecodeDelegate, "$GnuplotDecodeDelegateDefault", "$GnuplotDecodeDelegateDefault")
b7c072
 AC_PATH_PROG(HPGLDecodeDelegate, "$HPGLDecodeDelegateDefault", "$HPGLDecodeDelegateDefault")
b7c072
 AC_PATH_PROG(HTMLDecodeDelegate, "$HTMLDecodeDelegateDefault", "$HTMLDecodeDelegateDefault")
b7c072
 AC_PATH_PROG(ILBMDecodeDelegate, "$ILBMDecodeDelegateDefault", "$ILBMDecodeDelegateDefault")
b7c072
@@ -3273,7 +3271,6 @@ if test "$with_frozenpaths" != 'yes'; th
b7c072
   EchoDelegate="$EchoDelegateDefault"
b7c072
   EditorDelegate="$EditorDelegateDefault"
b7c072
   FIGDecodeDelegate="$FIGDecodeDelegateDefault"
b7c072
-  GnuplotDecodeDelegate="$GnuplotDecodeDelegateDefault"
b7c072
   HPGLDecodeDelegate="$HPGLDecodeDelegateDefault"
b7c072
   HTMLDecodeDelegate="$HTMLDecodeDelegateDefault"
b7c072
   ILBMDecodeDelegate="$ILBMDecodeDelegateDefault"
b7c072
@@ -3318,7 +3315,6 @@ AC_SUBST(DVIDecodeDelegate)
b7c072
 AC_SUBST(EchoDelegate)
b7c072
 AC_SUBST(EditorDelegate)
b7c072
 AC_SUBST(FIGDecodeDelegate)
b7c072
-AC_SUBST(GnuplotDecodeDelegate)
b7c072
 AC_SUBST(HPGLDecodeDelegate)
b7c072
 AC_SUBST(HTMLDecodeDelegate)
b7c072
 AC_SUBST(ILBMDecodeDelegate)
b7c072
diff -up ImageMagick-6.7.8-9/configure.gnuplot-delegate-remove ImageMagick-6.7.8-9/configure
b7c072
--- ImageMagick-6.7.8-9/configure.gnuplot-delegate-remove	2016-06-02 13:46:27.368910453 +0200
b7c072
+++ ImageMagick-6.7.8-9/configure	2016-06-02 13:50:26.856908696 +0200
b7c072
@@ -725,7 +725,6 @@ ILBMEncodeDelegate
b7c072
 ILBMDecodeDelegate
b7c072
 HTMLDecodeDelegate
b7c072
 HPGLDecodeDelegate
b7c072
-GnuplotDecodeDelegate
b7c072
 MogrifyDelegate
b7c072
 DisplayDelegate
b7c072
 ConvertDelegate
b7c072
@@ -32794,7 +32793,6 @@ FIGDecodeDelegateDefault='fig2dev'
b7c072
 ConvertDelegateDefault=`echo convert | sed ${configure_transform_name}`
b7c072
 DisplayDelegateDefault=`echo display | sed ${configure_transform_name}`
b7c072
 MogrifyDelegateDefault=`echo mogrify | sed ${configure_transform_name}`
b7c072
-GnuplotDecodeDelegateDefault='gnuplot'
b7c072
 HPGLDecodeDelegateDefault='hp2xx'
b7c072
 HTMLDecodeDelegateDefault='html2ps'
b7c072
 ILBMDecodeDelegateDefault='ilbmtoppm'
b7c072
@@ -33445,48 +33443,6 @@ else
b7c072
 $as_echo "no" >&6; }
b7c072
 fi
b7c072
 
b7c072
-
b7c072
-# Extract the first word of ""$GnuplotDecodeDelegateDefault"", so it can be a program name with args.
b7c072
-set dummy "$GnuplotDecodeDelegateDefault"; ac_word=$2
b7c072
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
b7c072
-$as_echo_n "checking for $ac_word... " >&6; }
b7c072
-if ${ac_cv_path_GnuplotDecodeDelegate+:} false; then :
b7c072
-  $as_echo_n "(cached) " >&6
b7c072
-else
b7c072
-  case $GnuplotDecodeDelegate in
b7c072
-  [\\/]* | ?:[\\/]*)
b7c072
-  ac_cv_path_GnuplotDecodeDelegate="$GnuplotDecodeDelegate" # Let the user override the test with a path.
b7c072
-  ;;
b7c072
-  *)
b7c072
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
b7c072
-for as_dir in $PATH
b7c072
-do
b7c072
-  IFS=$as_save_IFS
b7c072
-  test -z "$as_dir" && as_dir=.
b7c072
-    for ac_exec_ext in '' $ac_executable_extensions; do
b7c072
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b7c072
-    ac_cv_path_GnuplotDecodeDelegate="$as_dir/$ac_word$ac_exec_ext"
b7c072
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b7c072
-    break 2
b7c072
-  fi
b7c072
-done
b7c072
-  done
b7c072
-IFS=$as_save_IFS
b7c072
-
b7c072
-  test -z "$ac_cv_path_GnuplotDecodeDelegate" && ac_cv_path_GnuplotDecodeDelegate=""$GnuplotDecodeDelegateDefault""
b7c072
-  ;;
b7c072
-esac
b7c072
-fi
b7c072
-GnuplotDecodeDelegate=$ac_cv_path_GnuplotDecodeDelegate
b7c072
-if test -n "$GnuplotDecodeDelegate"; then
b7c072
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GnuplotDecodeDelegate" >&5
b7c072
-$as_echo "$GnuplotDecodeDelegate" >&6; }
b7c072
-else
b7c072
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
b7c072
-$as_echo "no" >&6; }
b7c072
-fi
b7c072
-
b7c072
-
b7c072
 # Extract the first word of ""$HPGLDecodeDelegateDefault"", so it can be a program name with args.
b7c072
 set dummy "$HPGLDecodeDelegateDefault"; ac_word=$2
b7c072
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
b7c072
@@ -34783,7 +34739,6 @@ if test "$with_frozenpaths" != 'yes'; th
b7c072
   EchoDelegate="$EchoDelegateDefault"
b7c072
   EditorDelegate="$EditorDelegateDefault"
b7c072
   FIGDecodeDelegate="$FIGDecodeDelegateDefault"
b7c072
-  GnuplotDecodeDelegate="$GnuplotDecodeDelegateDefault"
b7c072
   HPGLDecodeDelegate="$HPGLDecodeDelegateDefault"
b7c072
   HTMLDecodeDelegate="$HTMLDecodeDelegateDefault"
b7c072
   ILBMDecodeDelegate="$ILBMDecodeDelegateDefault"
b7c072
@@ -34819,7 +34774,6 @@ fi
b7c072
 
b7c072
 
b7c072
 
b7c072
-
b7c072
 
b7c072
 
b7c072
 
b7c072
diff -up ImageMagick-6.7.8-9/Makefile.in.gnuplot-delegate-remove ImageMagick-6.7.8-9/Makefile.in
b7c072
--- ImageMagick-6.7.8-9/Makefile.in.gnuplot-delegate-remove	2012-08-10 14:41:20.000000000 +0200
b7c072
+++ ImageMagick-6.7.8-9/Makefile.in	2016-06-02 13:46:27.392910453 +0200
b7c072
@@ -2534,7 +2534,6 @@ GS_LIBS = @GS_LIBS@
b7c072
 GVCDecodeDelegate = @GVCDecodeDelegate@
b7c072
 GVC_CFLAGS = @GVC_CFLAGS@
b7c072
 GVC_LIBS = @GVC_LIBS@
b7c072
-GnuplotDecodeDelegate = @GnuplotDecodeDelegate@
b7c072
 HPGLDecodeDelegate = @HPGLDecodeDelegate@
b7c072
 HTMLDecodeDelegate = @HTMLDecodeDelegate@
b7c072
 ILBMDecodeDelegate = @ILBMDecodeDelegate@