f1073838d2
For it to compile, the inclusion of <Carbon/Carbon.h> had to be replaced with <CoreGraphics/CoreGraphics.h>. That doesn't harm the macOS build either. This fixes the crash in https://github.com/CollaboraOnline/online/issues/1710 . I am not entirely sure yet whether the actual PDF import functionality now then works in the iOS app, though. Change-Id: Ie25e7c58632c0fdddb569d58217f23b26d1e5937 Signed-off-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112571 Tested-by: Jenkins |
||
---|---|---|
.. | ||
configs | ||
inc/pch | ||
build.patch.1 | ||
c++20-comparison.patch | ||
cg-instead-of-carbon.patch.1 | ||
gcc-c++20-comparison.patch | ||
Library_pdfium.mk | ||
Makefile | ||
Module_pdfium.mk | ||
README | ||
ubsan.patch | ||
UnpackedTarball_pdfium.mk | ||
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