From 671c80f3f9933c6037aa1ead4fe8691aaf3050bc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 17 Oct 2023 20:50:27 +0100 Subject: [PATCH 1/2] Poppler v23.10.0 --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index f1a4705..e13998f 100755 --- a/package.sh +++ b/package.sh @@ -1,4 +1,4 @@ -POPPLER_VERSION=23.08.0 +POPPLER_VERSION=23.10.0 POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz" BUILD="0" From d1b172ccc571f59f42904258d993e55bd8d2def6 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 23 Oct 2023 12:08:27 -0400 Subject: [PATCH 2/2] Add pixman --- package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package.sh b/package.sh index e13998f..c6270fa 100755 --- a/package.sh +++ b/package.sh @@ -32,6 +32,7 @@ cp "$PKGS_PATH_DIR"/fontconfig*/Library/bin/fontconfig-1.dll ./Library/bin/ cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/ cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/libexpat.dll cp -a "$PKGS_PATH_DIR"/libiconv*/Library/bin/. ./Library/bin/ +cp "$PKGS_PATH_DIR"/pixman*/Library/bin/*.dll ./Library/bin/ rm -rf "$PKGS_PATH_DIR"