From f981ac64e249a9af7a83f7e8d6d864669bdbcce7 Mon Sep 17 00:00:00 2001 From: Paulo Coutinho Date: Wed, 22 Mar 2023 01:54:19 -0300 Subject: [PATCH 1/2] update to version 5668 --- README.md | 6 +++++- docker/android/Dockerfile | 2 +- docker/wasm/Dockerfile | 2 +- modules/config.py | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 824c215..90db4c8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Project to compile PDFium library to multiple platforms.
- ## Platforms This project currently compiles to these platforms: @@ -119,6 +118,11 @@ Support the continuous development of this project. Buy Me a Coffee at ko-fi.com +## My other projects + +- XPLPC - Cross Platform Lite Procedure Call [https://github.com/xplpc/xplpc](https://github.com/xplpc/xplpc) +- Nativium - C++ Multiplatform Modular Toolkit Template [https://github.com/nativium/nativium](https://github.com/nativium/nativium) + ## License This license informations is about this personal project, not the Google PDFium Library. diff --git a/docker/android/Dockerfile b/docker/android/Dockerfile index 9d11ecc..5a3bcb7 100644 --- a/docker/android/Dockerfile +++ b/docker/android/Dockerfile @@ -58,7 +58,7 @@ WORKDIR /build RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git RUN gclient sync WORKDIR /build/pdfium -RUN git checkout bad2c6c8f9549ac9bb0ec4e9e18e7cd2fc9f8d53 +RUN git checkout 15b1203da8e9be060d143a184de6473ca7a68b83 RUN ln -s /usr/bin/python3 /usr/bin/python RUN ln -s /usr/bin/pip3 /usr/bin/pip diff --git a/docker/wasm/Dockerfile b/docker/wasm/Dockerfile index debd871..5ad95f0 100644 --- a/docker/wasm/Dockerfile +++ b/docker/wasm/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /build RUN gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git RUN gclient sync WORKDIR /build/pdfium -RUN git checkout bad2c6c8f9549ac9bb0ec4e9e18e7cd2fc9f8d53 +RUN git checkout 15b1203da8e9be060d143a184de6473ca7a68b83 RUN ln -s /usr/bin/python3 /usr/bin/python RUN ln -s /usr/bin/pip3 /usr/bin/pip diff --git a/modules/config.py b/modules/config.py index e06cdef..ca706be 100644 --- a/modules/config.py +++ b/modules/config.py @@ -3,14 +3,14 @@ task = "" # pdfium -pdfium_git_branch = "5609" -pdfium_git_commit = "bad2c6c8f9549ac9bb0ec4e9e18e7cd2fc9f8d53" -# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5609 +pdfium_git_branch = "5668" +pdfium_git_commit = "15b1203da8e9be060d143a184de6473ca7a68b83" +# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5668 # OBS 1: don't forget change in android docker file (docker/android/Dockerfile) # OBS 2: don't forget change in wasm docker file (docker/wasm/Dockerfile) # emsdk -emsdk_version = "3.1.32" +emsdk_version = "3.1.34" # OBS 1: don't forget change in wasm docker file (docker/wasm/Dockerfile) # macos From 2f94b16641a69e0830fb69db86d283c10a55e776 Mon Sep 17 00:00:00 2001 From: Paulo Coutinho Date: Wed, 22 Mar 2023 03:23:49 -0300 Subject: [PATCH 2/2] update to version 5668 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90db4c8..ac26c5b 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,8 @@ Support the continuous development of this project. ## My other projects -- XPLPC - Cross Platform Lite Procedure Call [https://github.com/xplpc/xplpc](https://github.com/xplpc/xplpc) -- Nativium - C++ Multiplatform Modular Toolkit Template [https://github.com/nativium/nativium](https://github.com/nativium/nativium) +- XPLPC - Cross Platform Lite Procedure Call: [https://github.com/xplpc/xplpc](https://github.com/xplpc/xplpc) +- Nativium - C++ Multiplatform Modular Toolkit Template: [https://github.com/nativium/nativium](https://github.com/nativium/nativium) ## License