Skip to content

Commit 2097c59

Browse files
Merge pull request #80 from jacktose-forks/patch-1
Bump to poppler 25.07.0
2 parents 73e7a66 + f9e70c9 commit 2097c59

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: conda-incubator/setup-miniconda@v3
1717
- name: Install Poppler
1818
shell: bash -l {0}
19-
run: conda install -c conda-forge poppler -y
19+
run: conda install -c conda-forge liblzma expat poppler -y
2020
- name: Run Package Script
2121
shell: bash -l {0}
2222
run: ./package.sh

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: conda-incubator/setup-miniconda@v3
1616
- name: Install Poppler
1717
shell: bash -l {0}
18-
run: conda install -c conda-forge poppler -y
18+
run: conda install -c conda-forge liblzma expat poppler -y
1919
- name: Run Package Script
2020
shell: bash -l {0}
2121
run: ./package.sh
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Remove Poppler
3535
shell: bash -l {0}
36-
run: conda remove -c conda-forge poppler -y
36+
run: conda remove -c conda-forge liblzma expat poppler -y
3737

3838
- name: Test pdfattach
3939
run: D:\a\poppler-windows\poppler-windows\poppler-${{ env.POPPLER_VERSION }}\Library\bin\pdfattach.exe D:\a\poppler-windows\poppler-windows\sample.pdf D:\a\poppler-windows\poppler-windows\sample.pdf test.pdf
@@ -56,4 +56,4 @@ jobs:
5656
- name: Test pdftotext
5757
run: D:\a\poppler-windows\poppler-windows\poppler-${{ env.POPPLER_VERSION }}\Library\bin\pdftotext.exe -v
5858
- name: Test pdfunite
59-
run: D:\a\poppler-windows\poppler-windows\poppler-${{ env.POPPLER_VERSION }}\Library\bin\pdfunite.exe -v
59+
run: D:\a\poppler-windows\poppler-windows\poppler-${{ env.POPPLER_VERSION }}\Library\bin\pdfunite.exe -v

package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POPPLER_VERSION=24.08.0
1+
POPPLER_VERSION=25.07.0
22
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
33
BUILD="0"
44

@@ -9,7 +9,7 @@ mkdir "poppler-$POPPLER_VERSION"
99
cd "poppler-$POPPLER_VERSION" || exit
1010

1111
cp -a "$PKGS_PATH_DIR"/poppler-$POPPLER_VERSION*/Library/ .
12-
cp "$PKGS_PATH_DIR"/freetype*/Library/bin/freetype.dll ./Library/bin/
12+
cp "$PKGS_PATH_DIR"/libfreetype6*/Library/bin/freetype.dll ./Library/bin/
1313
cp "$PKGS_PATH_DIR"/libzlib*/Library/bin/zlib.dll ./Library/bin/
1414
cp -a "$PKGS_PATH_DIR"/zstd*/Library/bin/. ./Library/bin/
1515
cp "$PKGS_PATH_DIR"/libtiff*/Library/bin/tiff.dll ./Library/bin/
@@ -20,7 +20,7 @@ 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/
2222
cp "$PKGS_PATH_DIR"/libjpeg-turbo*/Library/bin/jpeg8.dll ./Library/bin/
23-
cp "$PKGS_PATH_DIR"/xz*/Library/bin/liblzma.dll ./Library/bin/
23+
cp "$PKGS_PATH_DIR"/liblzma*/Library/bin/liblzma.dll ./Library/bin/
2424
cp "$PKGS_PATH_DIR"/cairo*/Library/bin/cairo.dll ./Library/bin/
2525
# cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
2626
cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/deflate.dll ./Library/bin/

0 commit comments

Comments
 (0)