FS#64657 - [zopfli] Please add /usr/lib/libzopfli{,png}.so symlinks

Attached to Project: Community Packages
Opened by Florian Léger (fleger) - Tuesday, 26 November 2019, 17:55 GMT
Last edited by David Runge (dvzrv) - Wednesday, 27 November 2019, 22:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

I'm trying to compile a program that is dynamically linked to zopfli.
The linking step fails because ld can't find /usr/lib/libzopfli.so


Additional info:
* package version(s): zopfli 1.0.2-2

Steps to reproduce:
* ld -lzopfli gives the following error message:
ld: cannot find -lzopfli
This task depends upon

Closed by  David Runge (dvzrv)
Wednesday, 27 November 2019, 22:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  Switched to cmake (using upstream patches) in 1.0.2-3.
Comment by David Runge (dvzrv) - Wednesday, 27 November 2019, 22:28 GMT
@fleger: Thanks for the report! I've added patches to be able to build with cmake instead of the former hackery.
Unfortunately upstream hasn't released in a while. Relevant upstream ticket: https://github.com/google/zopfli/issues/90
Please, further raise the issue, as this has been a problem for a while and would be properly fixed with a new release.

Loading...