Skip to content

Commit

Permalink
[Poppler] Upgrade poppler to 24.01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jan 3, 2024
1 parent 88f47d3 commit a239b87
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/poppler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
- '.github/workflows/poppler.yml'

jobs:
build-poppler-23_12_0:
name: poppler 23.12.0
build:
name: poppler
uses: ./.github/workflows/build.yml
with:
package: poppler
version: '23.12.0'
4 changes: 2 additions & 2 deletions pdf2htmlEX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = rootProject.group

// https://github.com/pdf2htmlEX/pdf2htmlEX/pull/154 Hoping it will be named rc2
val portVersion = "0.18.8.rc2"
version = "0.18.8.rc2-beta-9"
version = "0.18.8.rc2-beta-10"

plugins {
id("maven-publish")
Expand All @@ -21,7 +21,7 @@ dependencies {
implementation("com.viliussutkus89.ndk.thirdparty:cairo${ndkVersionSuffix}${dependencyLibraryTypeSuffix}:1.18.0-beta-7")
implementation("com.viliussutkus89.ndk.thirdparty:freetype${ndkVersionSuffix}${dependencyLibraryTypeSuffix}:2.13.2-beta-8")
implementation("com.viliussutkus89.ndk.thirdparty:fontforge${ndkVersionSuffix}${dependencyLibraryTypeSuffix}:20230101-beta-17")
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}${dependencyLibraryTypeSuffix}:23.12.0-beta-6")
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}${dependencyLibraryTypeSuffix}:24.01.0-beta-1")
}

ndkPorts {
Expand Down
4 changes: 2 additions & 2 deletions pdf2htmlEX/patches/0.18.8.rc2/find-libraries.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
-)
-
-
+pkg_search_module(POPPLER-GLIB REQUIRED IMPORTED_TARGET poppler-glib=23.12.0)
+pkg_search_module(POPPLER REQUIRED IMPORTED_TARGET poppler=23.12.0)
+pkg_search_module(POPPLER-GLIB REQUIRED IMPORTED_TARGET poppler-glib>=23.12.0)
+pkg_search_module(POPPLER REQUIRED IMPORTED_TARGET poppler>=23.12.0)
+set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} PkgConfig::POPPLER-GLIB PkgConfig::POPPLER)
if(ENABLE_SVG)
- pkg_check_modules(CAIRO REQUIRED cairo>=1.10.0)
Expand Down
4 changes: 2 additions & 2 deletions poppler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import org.gradle.jvm.tasks.Jar

group = rootProject.group

val portVersion = "23.12.0"
version = "23.12.0-beta-6"
val portVersion = "24.01.0"
version = "${portVersion}-beta-1"

plugins {
id("maven-publish")
Expand Down
File renamed without changes.
Binary file added poppler/poppler-24.01.0.tar.xz
Binary file not shown.

0 comments on commit a239b87

Please sign in to comment.