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 @@ -9,3 +9,4 @@ Update dependencies:
99- libexpat-2.4.8
1010- libffi-3.4.2
1111- libxml2-2.9.14
12+ - pango-1.49.4
Original file line number Diff line number Diff line change @@ -2,7 +2,15 @@ include_guard(GLOBAL)
22
33ExternalProjectMeson (pango
44 DEPENDS cairo fontconfig freetype fribidi glib-2.0 harfbuzz
5- URL https://download.gnome.org/sources/pango/1.48/pango-1.48.0.tar.xz
6- URL_HASH SHA256=391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6
5+
6+ # Issue #65
7+ # https://download.gnome.org/sources/pango/1.50/pango-1.50.7.tar.xz
8+ # 0477f369a3d4c695df7299a6989dc004756a7f4de27eecac405c6790b7e3ad33
9+
10+ # https://download.gnome.org/sources/pango/1.50/pango-1.50.0.tar.xz
11+ # dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3
12+
13+ URL https://download.gnome.org/sources/pango/1.49/pango-1.49.4.tar.xz
14+ URL_HASH SHA256=1fda6c03161bd1eacfdc349244d26828c586d25bfc600b9cfe2494902fdf56cf
715 CONFIGURE_ARGUMENTS -Dintrospection=disabled
816)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313 targetSdk 32
1414
1515 versionCode 1
16- versionName ' 1.48.0 '
16+ versionName ' 1.49.4 '
1717 }
1818 publishing {
1919 singleVariant(" release" ) {
@@ -41,7 +41,7 @@ afterEvaluate {
4141 licenses {
4242 license {
4343 name = ' LGPLv2'
44- url = ' https://gitlab.gnome.org/GNOME/pango/-/blob/1.48.0 /COPYING'
44+ url = ' https://gitlab.gnome.org/GNOME/pango/-/blob/1.49.4 /COPYING'
4545 distribution = ' repo'
4646 }
4747 }
@@ -51,7 +51,7 @@ afterEvaluate {
5151 }
5252 developers {
5353 // Developer list obtained from:
54- // https://gitlab.gnome.org/GNOME/pango/-/blob/1.48.0 /THANKS
54+ // https://gitlab.gnome.org/GNOME/pango/-/blob/1.49.4 /THANKS
5555 developer {
5656 name = ' Abigail Brady'
5757 }
@@ -91,7 +91,6 @@ afterEvaluate {
9191 developer {
9292 name = ' Chookij Vanatham'
9393 }
94-
9594 }
9695 }
9796 }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 implementation ' com.viliussutkus89.licenseOnly:libtool:2.4.6'
5757 implementation ' com.viliussutkus89.licenseOnly:libuninameslist:20190701'
5858// implementation 'com.viliussutkus89.licenseOnly:libxml:'
59- implementation ' com.viliussutkus89.licenseOnly:pango:1.48.0 '
59+ implementation ' com.viliussutkus89.licenseOnly:pango:1.49.4 '
6060 implementation ' com.viliussutkus89.licenseOnly:proxy-libintl:0.4.1'
6161
6262 // Dependencies of poppler
You can’t perform that action at this time.
0 commit comments