Skip to content

Commit

Permalink
update pdfium version to 5968
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 25, 2023
1 parent d1afeb2 commit f414755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 15b1203da8e9be060d143a184de6473ca7a68b83
RUN git checkout 7952b46ddd1db647dc618b5caf890706ec3bd6d7

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 15b1203da8e9be060d143a184de6473ca7a68b83
RUN git checkout 7952b46ddd1db647dc618b5caf890706ec3bd6d7

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 = "5668"
pdfium_git_commit = "15b1203da8e9be060d143a184de6473ca7a68b83"
# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5668
pdfium_git_branch = "5968"
pdfium_git_commit = "7952b46ddd1db647dc618b5caf890706ec3bd6d7"
# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5968
# 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.34"
emsdk_version = "3.1.45"
# OBS 1: don't forget change in wasm docker file (docker/wasm/Dockerfile)

# macos
Expand Down

0 comments on commit f414755

Please sign in to comment.