The xdvipsk uses the graphlib library, which in turn uses (libjpeg / libtiff). Currently these libraries are delivered with the xdvipsk package in the thirdparty subdir, which are compiled in addition and are statically linked. It would be very good, if the xdvipsk could use (libjpeg / libtiff) libraries, which are already installled on the system, i.e. read the header files of these libraries and link dynamically with the libraries.
For packaging software in the Linux area this is a quite common method, b/c we don't have to care about updating the libraries, for whatever reason. Maybe my request is already implemented, I just missed it. Let me know is this case. Many thanks!
The xdvipsk uses the graphlib library, which in turn uses (libjpeg / libtiff). Currently these libraries are delivered with the xdvipsk package in the thirdparty subdir, which are compiled in addition and are statically linked. It would be very good, if the xdvipsk could use (libjpeg / libtiff) libraries, which are already installled on the system, i.e. read the header files of these libraries and link dynamically with the libraries.
For packaging software in the Linux area this is a quite common method, b/c we don't have to care about updating the libraries, for whatever reason. Maybe my request is already implemented, I just missed it. Let me know is this case. Many thanks!