Skip to content

Commit 0aa29ca

Browse files
author
Owen Schwartz
authored
Merge pull request #51 from Fdawgs/patch-1
Poppler 23.05.0
2 parents f6b5a5f + 119fa0f commit 0aa29ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
POPPLER_VERSION=23.01.0
2-
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.11.tar.gz"
1+
POPPLER_VERSION=23.05.0
2+
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
33
BUILD="0"
44

55
set -e
@@ -19,6 +19,7 @@ cp "$PKGS_PATH_DIR"/libpng*/Library/bin/libpng16.dll ./Library/bin/
1919
cp "$PKGS_PATH_DIR"/libcurl*/Library/bin/libcurl.dll ./Library/bin/
2020
cp "$PKGS_PATH_DIR"/openssl*/Library/bin/libcrypto-3-x64.dll ./Library/bin/
2121
cp "$PKGS_PATH_DIR"/openjpeg*/Library/bin/openjp2.dll ./Library/bin/
22+
cp "$PKGS_PATH_DIR"/libjpeg-turbo*/Library/bin/jpeg8.dll ./Library/bin/
2223
cp "$PKGS_PATH_DIR"/xz*/Library/bin/liblzma.dll ./Library/bin/
2324
cp "$PKGS_PATH_DIR"/cairo*/Library/bin/cairo.dll ./Library/bin/
2425
# cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
@@ -27,7 +28,9 @@ cp "$PKGS_PATH_DIR"/lerc*/Library/bin/Lerc.dll ./Library/bin/
2728
# cp "$PKGS_PATH_DIR"/jbig*/Library/bin/jbig.dll ./Library/bin/
2829
cp "$PKGS_PATH_DIR"/lcms2*/Library/bin/lcms2.dll ./Library/bin/
2930
cp "$PKGS_PATH_DIR"/fontconfig*/Library/bin/fontconfig-1.dll ./Library/bin/
30-
cp "$PKGS_PATH_DIR"/expat*/Library/bin/libexpat.dll ./Library/bin/
31+
# cp "$PKGS_PATH_DIR"/expat*/Library/bin/libexpat.dll ./Library/bin/
32+
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/
33+
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/libexpat.dll
3134
cp -a "$PKGS_PATH_DIR"/libiconv*/Library/bin/. ./Library/bin/
3235

3336
rm -rf "$PKGS_PATH_DIR"

0 commit comments

Comments
 (0)