Commit 608f2069 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated poppler to 21.06.1

parent e5063aa7
all:
tar xf poppler-0.89.0.tar.xz
mkdir poppler-0.89.0/build
cd poppler-0.89.0/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON -DENABLE_UNSTABLE_API_ABI_HEADERS=ON ..
$(MAKE) -C poppler-0.89.0/build
$(MAKE) -C poppler-0.89.0/build install
install -v -m755 -d /usr/share/doc/poppler-0.89.0
cp -vr poppler-0.89.0/glib/reference/html /usr/share/doc/poppler-0.89.0
rm -rf poppler-0.89.0
tar xf poppler-21.06.1.tar.xz
mkdir poppler-21.06.1/build
cd poppler-21.06.1/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON -DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DENABLE_BOOST=OFF ..
$(MAKE) -C poppler-21.06.1/build
$(MAKE) -C poppler-21.06.1/build install
install -v -m755 -d /usr/share/doc/poppler-21.06.1
cp -vr poppler-21.06.1/glib/reference/html /usr/share/doc/poppler-21.06.1
rm -rf poppler-21.06.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment