File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 1- POPPLER_VERSION=24.08 .0
1+ POPPLER_VERSION=25.07 .0
22POPPLER_DATA_URL=" https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
33BUILD=" 0"
44
@@ -9,7 +9,7 @@ mkdir "poppler-$POPPLER_VERSION"
99cd " poppler-$POPPLER_VERSION " || exit
1010
1111cp -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/
1313cp " $PKGS_PATH_DIR " /libzlib* /Library/bin/zlib.dll ./Library/bin/
1414cp -a " $PKGS_PATH_DIR " /zstd* /Library/bin/. ./Library/bin/
1515cp " $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/
2020cp " $PKGS_PATH_DIR " /openssl* /Library/bin/libcrypto-3-x64.dll ./Library/bin/
2121cp " $PKGS_PATH_DIR " /openjpeg* /Library/bin/openjp2.dll ./Library/bin/
2222cp " $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/
2424cp " $PKGS_PATH_DIR " /cairo* /Library/bin/cairo.dll ./Library/bin/
2525# cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
2626cp " $PKGS_PATH_DIR " /libdeflate* /Library/bin/deflate.dll ./Library/bin/
You can’t perform that action at this time.
0 commit comments