update to libpoppler 144
Describe the bug some distributions like opensuse tumbleweed no longer ship libpoppler139, but now use 144. It is possible to update the requirements to 144?
hmmh a bit more context, running config in pdf-tools-20240429.407/build/server results in the following:
checking for poppler-glib >= 0.16.0... no
configure: error: Package requirements (poppler-glib >= 0.16.0) were not met:
Package 'xproto', required by 'x11', not found
Package 'kbproto', required by 'x11', not found
Package 'xextproto', required by 'xext', not found
Package 'xproto', required by 'xrender', not found
Package 'renderproto', required by 'xrender', not found
Package 'xproto', required by 'xau', not found
even so pkg-config does find poppler-glib. not sure what the other packages are
arg, that appears to have been caused by a lengthy path statement, that contained the brew directory before the actual system directories. likely that pgk_config stopped looking once it found the first match. After recompiling, epdfinfo complaint about libpoppler139 missing, but manually copying epdfinfo from the build directory solved this issue