taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > Here's a series of patches from tracking libva's and VapourSynth's > recursive dependencies. (They themselves are optional dependencies to > mpv, to whose review-awaiting patch I added them, which shouldn't > change the review result.) I made a few changes to the patches on the meanwhile. The description of VapourSynth was incomplete (apologies, working on too many things made me sloppy). The synopsis and description of Leptonica has been improved. More importantly, I found out it's not Tesseract that should propagate zlib and openjpg; it's Leptonica. And Tesseract should propagate Leptonica as per a commented-out Requires line in its pkg-config file. So I patched the pkg-config files of Leptonica (to move zlib and openjpeg from Libs.private to Libs) and Tesseract (to enable the Requires field, since Leptonica provides lept.pc on the meanwhile). The relevant Tesseract bug report is at: https://code.google.com/p/tesseract-ocr/issues/detail?id=1436 I will send a bug report to the Leptonica author privately since I couldn't find a bug tracker or mailing list. Updated patches attached.