summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorTreeve Jelbert2021-04-01 11:22:56 +0200
committerTreeve Jelbert2021-04-01 11:22:56 +0200
commitbf3f1363f8133f4775ab4bf6f2f6107c2fa75ef0 (patch)
tree6a5179ba89a986addb432c471b5f30d225ce381c /printer
parent76dacf821521d91539b041ed9a54cdbb25a87c25 (diff)
ghostscript - tweak
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/ghostscript/BUILD2
-rw-r--r--printer/ghostscript/HISTORY2
-rwxr-xr-xprinter/ghostscript/PRE_BUILD2
3 files changed, 4 insertions, 2 deletions
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 <treeve@sourcemage.org>
* DETAILS: version 9.54.0
* ft.patch: deleted
+ * PRE_BUILD: remove leptonica tesseract
+ * BUILD: no more luratech
2020-11-18 Treeve Jelbert <treeve@sourcemage.org>
* 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