milgra / mmfm

MultiMedia File Manager
GNU General Public License v3.0
13 stars 1 forks source link

MuPDF doesn't provide mupdf-third anymore. #2

Open mrpingo opened 1 year ago

mrpingo commented 1 year ago

This project is awesome, congrats! Although app-text/mupdf does not provide mupdf-thrid anymore. So cannot compile in Gentoo Linux. Is there anyway to overcome this issue? Can lightweight pdf reader like Zathura serve the same purspose?

❯ meson build --buildtype=release The Meson build system Version: 0.63.3 Source dir: /home/mrpingo/gits/mmfm/mmfm Build dir: /home/mrpingo/gits/mmfm/mmfm/build Build type: native build Project name: mmfm Project version: 0.43b C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Gentoo 12.2.0 p1) 12.2.0") C linker for the host machine: cc ld.bfd 2.39 Host machine cpu family: x86_64 Host machine cpu: x86_64 Library rt found: YES Library m found: YES Library mupdf found: YES

meson.build:19:0: ERROR: C shared or static library 'mupdf-third' not found

milgra commented 1 year ago

Hi, thank you for trying! On debian mupdf-dev contains mupdf-third, I don't know the state of it on gentoo, in the worst case you have to compile it for yourself.

mrpingo commented 1 year ago

I meant that over version 1.18, mupdf no longer provides libmupdf-third.so (third party sources built into libmupdf.so). Are you using an old version of it? I have installed mupdf-1.20.3

Reference: https://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg475799.html

rik1599 commented 9 months ago

Same problem on arch-linux