1
0
Fork 0
libreoffice/external/pdfium
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00
..
inc/pch Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
build.patch.1 Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
c++20-comparison.patch Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
constexpr-template.patch Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Library_pdfium.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Makefile Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Module_pdfium.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
README Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
system-abseil.diff Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
UnpackedTarball_pdfium.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
windows7.patch.1 Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00

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 checkout --track origin/chromium/$version
gclient sync
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/)
(cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/third_party/abseil-cpp/absl/)
(cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/build/build_config.h pdfium/build/buildflag.h)
(cd ..; tar --append --file pdfium/pdfium-${version}.tar pdfium/third_party/fast_float/src/)
bzip2 pdfium-${version}.tar