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

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