From bf3f1363f8133f4775ab4bf6f2f6107c2fa75ef0 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Thu, 1 Apr 2021 11:22:56 +0200 Subject: ghostscript - tweak --- printer/ghostscript/BUILD | 2 +- printer/ghostscript/HISTORY | 2 ++ printer/ghostscript/PRE_BUILD | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'printer') diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD index 61316c0e3a..e194335f7f 100755 --- a/printer/ghostscript/BUILD +++ b/printer/ghostscript/BUILD @@ -2,7 +2,7 @@ CFLAGS+=" -Wno-unused-but-set-variable -Wno-unused-variable -Wno-maybe-uninitial # need a comma separated list OPTS="--with-drivers=`echo ${GS_PRINTERS} | \ sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`JAPAN,FILES \ - --enable-dynamic --without-luratech ${OPTS}" && + --enable-dynamic ${OPTS}" && # -s causes libgs.so to be fully stripped LDFLAGS+=' ' diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY index 1fdfef3ede..85ec553006 100644 --- a/printer/ghostscript/HISTORY +++ b/printer/ghostscript/HISTORY @@ -1,6 +1,8 @@ 2021-04-01 Treeve Jelbert * DETAILS: version 9.54.0 * ft.patch: deleted + * PRE_BUILD: remove leptonica tesseract + * BUILD: no more luratech 2020-11-18 Treeve Jelbert * DETAILS: version 9.53.3 diff --git a/printer/ghostscript/PRE_BUILD b/printer/ghostscript/PRE_BUILD index c21f12308b..bd3174a6cb 100755 --- a/printer/ghostscript/PRE_BUILD +++ b/printer/ghostscript/PRE_BUILD @@ -4,7 +4,7 @@ cd $SOURCE_DIRECTORY && apply_patch_dir patches && # remove most of the embedded libraries. use the system ones instead -rm -rf freetype jpeg libpng tiff lcms2 ijs openjpeg zlib && +rm -rf freetype jpeg libpng tiff lcms2 ijs openjpeg zlib leptonica tesseract && # remove non-existing openjpeg header inclusion sed -i "/opj_malloc.h/d" base/sjpx_openjpeg.c -- cgit v1.2.3