You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/mupdf/files/mupdf-9999-pkg-config.patch

21 lines
563 B

no pkgconfig data for jbig2dec and jpeg
http://bugs.ghostscript.com/show_bug.cgi?id=694301
openjpeg-2
http://bugs.ghostscript.com/show_bug.cgi?id=693518
--- mupdf-9999/debian/mupdf.pc
+++ mupdf-9999/debian/mupdf.pc
@@ -4,9 +4,8 @@
includedir=${prefix}/include
Name: mupdf
Description: Library for rendering PDF documents
-Requires.private: freetype2
+Requires: freetype2 libopenjp2 libcrypto
Version: 0.5.0
-Libs: -L${libdir} -lmupdf
+Libs: -L${libdir} -lfitz -ljpeg -ljbig2dec
-Libs.private: -lopenjpeg -ljbig2dec -ljpeg -lz -lm
Cflags: -I${includedir}