File tree Expand file tree Collapse file tree
dependency-builder/src/main/cpp/packages
pdf2htmlEX-dependency-tree Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ Update dependencies:
88- LCMS2-2.13.1
99- libexpat-2.4.8
1010- libffi-3.4.2
11+ - OpenJPEG-2.4.0
1112- libxml2-2.9.14
1213- pango-1.49.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include_guard(GLOBAL)
22
33ExternalProjectCMake (libopenjp2
44 DEPENDS lcms2 libpng libtiff-4 libjpeg
5- URL https://github.com/uclouvain/openjpeg/archive/ v2.3.1 .tar.gz
6- URL_HASH SHA256=63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9
5+ URL https://github.com/uclouvain/openjpeg/releases/download/ v2.4.0/openjpeg-v2.4.0-linux-x86_64 .tar.gz
6+ URL_HASH SHA256=0c3aae80679504fa3727f3f3779defc0746c08d83e49ef1f262baf5d916cd5f9
77 CONFIGURE_ARGUMENTS -DBUILD_CODEC=OFF
88)
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 minSdk 16
1313 targetSdk 32
1414
15- versionCode 1
16- versionName ' 2.3.1 '
15+ versionCode 2
16+ versionName ' 2.4.0 '
1717 }
1818 publishing {
1919 singleVariant(" release" ) {
@@ -49,11 +49,10 @@ afterEvaluate {
4949 url = ' https://github.com/uclouvain/openjpeg'
5050 connection = ' https://github.com/uclouvain/openjpeg.git'
5151 }
52-
5352 developers {
5453 // Developer list obtained from:
55- // https://github.com/uclouvain/openjpeg/blob/v2.3.1 /AUTHORS.md
56- // https://github.com/uclouvain/openjpeg/blob/v2.3.1 /THANKS.md
54+ // https://github.com/uclouvain/openjpeg/blob/v2.4.0 /AUTHORS.md
55+ // https://github.com/uclouvain/openjpeg/blob/v2.4.0 /THANKS.md
5756 developer {
5857 name = ' David Janssens'
5958 }
@@ -75,15 +74,6 @@ afterEvaluate {
7574 developer {
7675 name = ' Yannick Verschueren'
7776 }
78- developer {
79- name = ' Herve Drolon'
80- }
81- developer {
82- name = ' Francois-Olivier Devaux'
83- }
84- developer {
85- name = ' Antonin Descampe'
86- }
8777 developer {
8878 name = ' Giuseppe Baruffa'
8979 }
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 implementation ' com.viliussutkus89.licenseOnly:LCMS:2.13.1'
6868// implementation 'com.viliussutkus89.licenseOnly:libjpeg-turbo:'
6969 implementation ' com.viliussutkus89.licenseOnly:libpng:1.6.37'
70- implementation ' com.viliussutkus89.licenseOnly:OpenJPEG:2.3.1 '
70+ implementation ' com.viliussutkus89.licenseOnly:OpenJPEG:2.4.0 '
7171 implementation ' com.viliussutkus89.licenseOnly:LibTIFF:4.1.0'
7272 implementation ' com.viliussutkus89.licenseOnly:poppler-data:0.4.9'
7373
You can’t perform that action at this time.
0 commit comments