UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

poppler-app

The Poppler package contains a PDF rendering library and command line tools used to manipulate PDF files. This is useful for providing PDF rendering functionality as a shared library.

Package info

Codename: poppler-app
Source file: poppler-24.02.0.tar.xz
Source directory: poppler-24.02.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/p/poppler-24.02.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/p/poppler-24.02.0.tar.xz.md5sum
Dependances: gpgme, gobject-introspection, cmake, fontconfig, libpng, libjpeg-turbo, cairo, openjpeg, lcms2, nss, boost.
Dependance of: poppler-data, poppler.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build                         &&
cd    build                         &&

cmake  -DCMAKE_BUILD_TYPE=Release   \
       -DCMAKE_INSTALL_PREFIX=/usr  \
       -DTESTDATADIR=$PWD/testfiles \
       -DENABLE_QT5=OFF             \
       -DENABLE_QT6=OFF             \
       -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
       ..                 

Build script:
cd    build                         &&
make

Install script:
cd    build                         &&
make install

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -m755 -d           /usr/share/doc/poppler-24.02.0 &&
cp -vr ../glib/reference/html /usr/share/doc/poppler-24.02.0

fi