office-gobmx/external/pdfium
Miklos Vajna 4488be8a92 external: update pdfium to 4203
Change-Id: Ib712fa5494e5461ef59252a0e832d43eabccbee0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99157
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-07-22 10:40:57 +02:00
..
configs
inc/pch external: update pdfium to 4203 2020-07-22 10:40:57 +02:00
build.patch.1 external: update pdfium to 4203 2020-07-22 10:40:57 +02:00
c++20-comparison.patch
Library_pdfium.mk external: update pdfium to 4203 2020-07-22 10:40:57 +02:00
Makefile
Module_pdfium.mk
README
ubsan.patch
UnpackedTarball_pdfium.mk external: update pdfium to 4203 2020-07-22 10:40:57 +02:00
windows7.patch.1

External package containing pdfium.

"Insert -> Picture -> From File..." uses this library when a PDF file is
selected.

https://pdfium.googlesource.com/pdfium/

How to update the tarball:

version=$(git for-each-ref|grep chromium/|tail -n 1|sed 's|.*/||')
git archive --prefix=pdfium/ --format=tar origin/chromium/${version} > pdfium-${version}.tar
(cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/third_party/freetype/src/include/ pdfium/third_party/freetype/src/src/)
bzip2 pdfium-${version}.tar