Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2021-09-04 12:21:54 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
838d0403539de1b7ee5077018b144b6864b688e4
838d0403
1 parent
0be8f479
Update pdfium library to 4627
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
printing/CHANGELOG.md
printing/linux/CMakeLists.txt
printing/windows/CMakeLists.txt
printing/CHANGELOG.md
View file @
838d040
...
...
@@ -7,6 +7,7 @@
-
Fix iOS build warning
-
Fix pdfium memory leak
-
Fix error while loading shared libraries on Linux
-
Update pdfium library to 4627
## 5.5.0
...
...
printing/linux/CMakeLists.txt
View file @
838d040
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"4
542
"
)
set
(
PDFIUM_VERSION
"4
627
"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
set
(
PDFIUM_URL
"https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux.tgz"
)
...
...
printing/windows/CMakeLists.txt
View file @
838d040
...
...
@@ -17,7 +17,7 @@ set(PROJECT_NAME "printing")
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
ARCH
"x64"
)
set
(
PDFIUM_VERSION
"4
549
"
)
set
(
PDFIUM_VERSION
"4
627
"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
set
(
PDFIUM_URL
"https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-windows-
${
ARCH
}
.zip"
)
...
...
Please
register
or
login
to post a comment