1
0
forked from ports/opt

poppler: update to 23.10.0

This commit is contained in:
Juergen Daubert 2023-10-03 09:59:42 +02:00
parent 3ecf1650a4
commit c3e02222db
3 changed files with 13 additions and 9 deletions

View File

@ -151,9 +151,9 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so -> libpoppler-cpp.so.0
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.11.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.11.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.131
lrwxrwxrwx root/root usr/lib/libpoppler.so.131 -> libpoppler.so.131.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.131.0.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.132
lrwxrwxrwx root/root usr/lib/libpoppler.so.132 -> libpoppler.so.132.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.132.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YYNX5ExDr+wWQgxwbq/JY6BquUiQ8+SfDrV5b/Np3f640E3EymDc0mdLtIixbxZmy1VuIGNtoEDEHuHrLYjVQM=
SHA256 (Pkgfile) = ed2919262c818ecee6ed9a98cea54317fedc413f24fa7eb8407a71e88190f58c
SHA256 (.footprint) = 3714ca9dbaaf0d09ab92a9cb6985608a90661d8fcd492b4586fa446c4395c00e
SHA256 (poppler-23.09.0.tar.xz) = 80d1d44dd8bdf4ac1a47d56c5065075eb9991790974b1ed7d14b972acde88e55
RWSE3ohX2g5d/ZLItarLGCKEpSbCfmC6XhSNxXPA3BzFvvODwRSn7euaU5bU8RmYZm466R/0AhifzBpf2IqDJ/tuFtz0YqdNfww=
SHA256 (Pkgfile) = 836991f033b0b5a43a91e24d31bbada3310b43dee15996495b9a2fe9580c740d
SHA256 (.footprint) = a8b24138da87c805aba3f3af0ec6822b20487d53b03d7ae6294366e2067ba43f
SHA256 (poppler-23.10.0.tar.xz) = 31a3dfdea79f4922402d313737415a44d44dc14d6b317f959a77c5bba0647dd9

View File

@ -5,14 +5,18 @@
# Optional: boost cairo curl gobject-introspection gpgme lcms2 libgd libtiff nss openjpeg2 qt5 qt6-base
name=poppler
version=23.09.0
version=23.10.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
prt-get isinst openjpeg2 || PKGMK_POPPLER+=' -D ENABLE_LIBOPENJPEG=none'
prt-get isinst boost || PKGMK_POPPLER+=' -D ENABLE_BOOST=off'
prt-get isinst gobject-introspection || PKGMK_POPPLER+=' -D ENABLE_GLIB=off'
prt-get isinst gpgme || PKGMK_POPPLER+=' -D ENABLE_GPGME=off'
prt-get isinst lcms2 || PKGMK_POPPLER+=' -D ENABLE_LCMS=off'
prt-get isinst libtiff || PKGMK_POPPLER+=' -D ENABLE_LIBTIFF=off'
prt-get isinst nss || PKGMK_POPPLER+=' -D ENABLE_NSS3=off'
prt-get isinst openjpeg2 || PKGMK_POPPLER+=' -D ENABLE_LIBOPENJPEG=none'
prt-get isinst qt5 || PKGMK_POPPLER+=' -D ENABLE_QT5=off'
prt-get isinst qt6-base || PKGMK_POPPLER+=' -D ENABLE_QT6=off'