diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-10-17 04:34:41 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-10-17 04:34:41 +0000 |
commit | 75bec0ab5435eec13f141c81a9e336316127eb89 (patch) | |
tree | d2ccdc45a0a7dbb80fee4264d93e563bdadce514 /Build | |
parent | b0c70261108fef180a03ae7ae0ab56254fdda84b (diff) |
pdftexdir: add new files to support poppler 0.59.0 or new ones (typo)
git-svn-id: svn://tug.org/texlive/trunk@45552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftosrc-newpoppler.cc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc b/Build/source/texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc index 01810b90c18..018e43bb815 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc @@ -19,7 +19,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. /* This is based on the patch texlive-poppler-0.59.patch <2017-09-19> at -https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunkby Arch Linux. A little modifications are made to avoid a crash for +https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunk +by Arch Linux. A little modifications are made to avoid a crash for some kind of pdf images, such as figure_missing.pdf in gnuplot. The poppler should be 0.59.0 or newer versions. POPPLER_VERSION should be defined. diff --git a/Build/source/texk/web2c/pdftexdir/pdftosrc-newpoppler.cc b/Build/source/texk/web2c/pdftexdir/pdftosrc-newpoppler.cc index 1655c50e856..99109695bab 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftosrc-newpoppler.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftosrc-newpoppler.cc @@ -19,7 +19,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. /* This is based on the patch texlive-poppler-0.59.patch <2017-09-19> at -https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunkby Arch Linux. The poppler should be 0.59.0 or newer versions. +https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunk +by Arch Linux. The poppler should be 0.59.0 or newer versions. POPPLER_VERSION should be defined. */ |