FS#55569 - [mupdf] wrongly building against 3rd party libjpeg version 9.

Attached to Project: Community Packages
Opened by James Kittsmiller (AJSlye) - Saturday, 09 September 2017, 17:12 GMT
Last edited by Christian Hesse (eworm) - Sunday, 10 September 2017, 21:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
The pkgbuild file is wrongly removing jpeg directory instead of libjpeg.
This line:
rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}

needs to be:
rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}

Additional info:
http://git.ghostscript.com/?p=mupdf.git;a=tree;f=thirdparty;h=67a216c3ec487da1fbcb2fe5a400341c36bbdd18;hb=HEAD

This causes applications that use libmupdf to fail to load jpeg files properly.
This task depends upon

Closed by  Christian Hesse (eworm)
Sunday, 10 September 2017, 21:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  mupdf 1.11-4

Loading...