From 1d3e577440cf9594bad581b779b1ceac84495143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Gonz=C3=A1lez=20L?= Date: Sun, 14 May 2023 15:05:51 -0400 Subject: [PATCH] Update poppler to 21.02.0 and fontforge to 0230101 --- buildScripts/versionEnvs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/buildScripts/versionEnvs b/buildScripts/versionEnvs index 7ed3096..408f218 100755 --- a/buildScripts/versionEnvs +++ b/buildScripts/versionEnvs @@ -4,11 +4,12 @@ # versions # see: https://poppler.freedesktop.org/releases.html -# current working: 0.89.0 +# current working: 21.02.0 export PDF2HTMLEX_VERSION=0.18.8.rc2 -export POPPLER_VERSION=poppler-0.89.0 +export POPPLER_VERSION=poppler-21.02.0 +#export POPPLER_VERSION=poppler-0.89.0 #export POPPLER_VERSION=poppler-0.88.0 #export POPPLER_VERSION=poppler-0.87.0 #export POPPLER_VERSION=poppler-0.86.1 @@ -20,9 +21,10 @@ export POPPLER_VERSION=poppler-0.89.0 #export POPPLER_VERSION=poppler-0.81.0 # see: https://github.com/fontforge/fontforge/releases -# current working: 20190801 +# current working: 20220308 -export FONTFORGE_VERSION=20220308 +export FONTFORGE_VERSION=20230101 +#export FONTFORGE_VERSION=20220308 #export FONTFORGE_VERSION=20190801 #export FONTFORGE_VERSION=20190413 #export FONTFORGE_VERSION=20190413 @@ -50,7 +52,7 @@ if [ -z "$PDF2HTMLEX_BRANCH" ]; then echo "" read -p "Enter the pdf2htmlEX branch or version: " PDF2HTMLEX_BRANCH echo "" - if [ -z "$PDF2HTMLEX_BRANCH" ]; then + if [ -z "$PDF2HTMLEX_BRANCH" ]; then echo "PDF2HTMLEX_BRANCH not set... so we can not build anything." exit 1 fi