ImageOptim / libimagequant

Palette quantization library that powers pngquant and other PNG optimizers
https://pngquant.org/lib
Other
780 stars 132 forks source link

building with configure/make produces corrupted imagequant.pc #54

Closed zyxar closed 3 years ago

zyxar commented 3 years ago

The extra @s are not eliminated:

prefix=@/usr/local@
includedir=${prefix}/include
libdir=${prefix}/lib

Name: imagequant
Description: Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.
URL: https://pngquant.org/lib/
Version: @2.15.0@
Libs: -L${libdir} -limagequant
Cflags: -I${includedir}

due to this change https://github.com/ImageOptim/libimagequant/commit/3893b0ae32dc1a9c7aa2854bf8078f3908398ac3

related: https://github.com/Homebrew/homebrew-core/issues/76952