David PHAM-VAN

Update Pdfium libraries

1 # Changelog 1 # Changelog
2 2
  3 +## 5.4.3
  4 +
  5 +- Update Pdfium libraries
  6 +
3 ## 5.4.2 7 ## 5.4.2
4 8
5 - Use proper print dialog on Firefox 9 - Use proper print dialog on Firefox
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10) @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10)
16 set(PROJECT_NAME "printing") 16 set(PROJECT_NAME "printing")
17 project(${PROJECT_NAME} LANGUAGES CXX) 17 project(${PROJECT_NAME} LANGUAGES CXX)
18 18
19 -set(PDFIUM_VERSION "latest") 19 +set(PDFIUM_VERSION "4542")
20 20
21 if(${PDFIUM_VERSION} STREQUAL "latest") 21 if(${PDFIUM_VERSION} STREQUAL "latest")
22 set(PDFIUM_URL "https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux.tgz") 22 set(PDFIUM_URL "https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux.tgz")
@@ -7,7 +7,7 @@ description: > @@ -7,7 +7,7 @@ description: >
7 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 7 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
8 repository: https://github.com/DavBfr/dart_pdf 8 repository: https://github.com/DavBfr/dart_pdf
9 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 9 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
10 -version: 5.4.2 10 +version: 5.4.3
11 11
12 environment: 12 environment:
13 sdk: ">=2.12.0 <3.0.0" 13 sdk: ">=2.12.0 <3.0.0"
@@ -17,7 +17,7 @@ set(PROJECT_NAME "printing") @@ -17,7 +17,7 @@ set(PROJECT_NAME "printing")
17 project(${PROJECT_NAME} LANGUAGES CXX) 17 project(${PROJECT_NAME} LANGUAGES CXX)
18 18
19 set(ARCH "x64") 19 set(ARCH "x64")
20 -set(PDFIUM_VERSION "4503") 20 +set(PDFIUM_VERSION "4549")
21 21
22 if(${PDFIUM_VERSION} STREQUAL "latest") 22 if(${PDFIUM_VERSION} STREQUAL "latest")
23 set(PDFIUM_URL "https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-windows-${ARCH}.zip") 23 set(PDFIUM_URL "https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-windows-${ARCH}.zip")