FS#44852 - [mkvtoolnix-gtk] libpng warning: iCCP: known incorrect sRGB profile
Attached to Project:
Arch Linux
Opened by Dennis Værum (Muhaha) - Monday, 04 May 2015, 21:13 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 10 May 2015, 06:22 GMT
Opened by Dennis Værum (Muhaha) - Monday, 04 May 2015, 21:13 GMT
Last edited by Giovanni Scafora (giovanni) - Sunday, 10 May 2015, 06:22 GMT
|
Details
Description: whenever I start mkvinfo I get a pop-up with
this warning. From what I can see it should have been fixed,
but I still get the pop-up warning.
http://trac.wildfiregames.com/ticket/2184 I have found a simple workaround. Just add the command find . -name "*.png" -print0 | while read -d $'\0' file; do convert "$file" -strip "$file"; done to the PKGBUILD file. I added it in the build function and it work without problems. I attach the PKGBUILD file as a example. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: It happens every time I start/use the program. |
This task depends upon
PKGBUILD
Anyway, the warning is harmless. If you want it fixed, you're better off going upstream.