Skip to content

Commit

Permalink
Merge pull request #86 from paulocoutinhox/version-5668
Browse files Browse the repository at this point in the history
update to version 5668
  • Loading branch information
paulocoutinhox authored Mar 22, 2023
2 parents 8509e05 + 2f94b16 commit 3091ade
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Project to compile PDFium library to multiple platforms.

<br>


## Platforms

This project currently compiles to these platforms:
Expand Down Expand Up @@ -119,6 +118,11 @@ Support the continuous development of this project.

<a href='https://ko-fi.com/paulocoutinho' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

## 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.
Expand Down
2 changes: 1 addition & 1 deletion docker/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/wasm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3091ade

Please sign in to comment.