mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
added new poppler and fontforge release targets
This commit is contained in:
parent
6ff6689d9f
commit
0cfb9720ab
@ -3,11 +3,28 @@
|
||||
# This bash script exports environment variables for the latest software
|
||||
# versions
|
||||
|
||||
# see: https://poppler.freedesktop.org/releases.html
|
||||
# current working: 0.83.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
|
||||
#export POPPLER_VERSION=poppler-0.86.0
|
||||
#export POPPLER_VERSION=poppler-0.85.0
|
||||
#export POPPLER_VERSION=poppler-0.84.0
|
||||
export POPPLER_VERSION=poppler-0.83.0
|
||||
#export POPPLER_VERSION=poppler-0.82.0
|
||||
#export POPPLER_VERSION=poppler-0.81.0
|
||||
|
||||
# see: https://github.com/fontforge/fontforge/releases
|
||||
# current working: 20190801
|
||||
|
||||
#export FONTFORGE_VERSION=20200314
|
||||
export FONTFORGE_VERSION=20190801
|
||||
#export FONTFORGE_VERSION=20190413
|
||||
#export FONTFORGE_VERSION=20190413
|
||||
#export FONTFORGE_VERSION=20190317
|
||||
#export FONTFORGE_VERSION=20170731
|
||||
|
||||
if [ -z "$PDF2HTMLEX_BRANCH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user