slackware-current/source/xap/gv/gv-bz1536211.patch
Patrick J Volkerding 4fc798c4ca Thu Dec 5 19:04:24 UTC 2019
a/tcsh-6.22.02-x86_64-1.txz:  Upgraded.
ap/vim-8.1.2391-x86_64-1.txz:  Upgraded.
l/fuse3-3.8.0-x86_64-2.txz:  Rebuilt.
  rc.fuse3: Don't source /lib/lsb/init-functions unless it exists.
  NOTE: FUSE seems to work fine without starting rc.fuse3, which it why it
  isn't actually called from anywhere during system startup.
n/iw-5.4-x86_64-1.txz:  Upgraded.
n/php-7.4.0-x86_64-2.txz:  Rebuilt.
  Rebuilt using --enable-gd=shared and --with-zip=shared.
  Thanks to Matteo Bernardini.
xap/gv-3.7.4-x86_64-3.txz:  Rebuilt.
  Patched to fix save/print features when used with the latest ghostscript.
  Added --enable-international build option.
  Fixed broken whitespace in the bounding-box patch.
  Thanks to Xsane.
xap/vim-gvim-8.1.2391-x86_64-1.txz:  Upgraded.
2019-12-06 08:59:49 +01:00

24 lines
2 KiB
Diff

diff -up gv-3.7.4/src/Makefile.am.bz1536211 gv-3.7.4/src/Makefile.am
--- gv-3.7.4/src/Makefile.am.bz1536211 2012-03-29 10:03:49.000000000 -0600
+++ gv-3.7.4/src/Makefile.am 2019-11-18 18:42:47.244610229 -0700
@@ -198,7 +198,7 @@ gv_intern_res_unix.dat :
@echo "" >> gv_intern_res_unix.dat
@echo "GV.gsInterpreter: gs" >> gv_intern_res_unix.dat
@echo "GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quit" >> gv_intern_res_unix.dat
- @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat
+ @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=ps2write -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat
@echo "GV.gsX11Device: -sDEVICE=x11" >> gv_intern_res_unix.dat
@echo "GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTS" >> gv_intern_res_unix.dat
@echo "GV.gsSafeDir: True" >> gv_intern_res_unix.dat
diff -up gv-3.7.4/src/Makefile.in.bz1536211 gv-3.7.4/src/Makefile.in
--- gv-3.7.4/src/Makefile.in.bz1536211 2013-03-17 05:20:10.000000000 -0600
+++ gv-3.7.4/src/Makefile.in 2019-11-18 18:43:30.038305572 -0700
@@ -1134,7 +1134,7 @@ gv_intern_res_unix.dat :
@echo "" >> gv_intern_res_unix.dat
@echo "GV.gsInterpreter: gs" >> gv_intern_res_unix.dat
@echo "GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quit" >> gv_intern_res_unix.dat
- @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat
+ @echo "GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=ps2write -sOutputFile=%s -f %s -c save pop quit" >> gv_intern_res_unix.dat
@echo "GV.gsX11Device: -sDEVICE=x11" >> gv_intern_res_unix.dat
@echo "GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTS" >> gv_intern_res_unix.dat
@echo "GV.gsSafeDir: True" >> gv_intern_res_unix.dat