... --- /usr/lib64/ >>> /usr/lib64/libmupdf-third.a >>> /usr/lib64/libmupdf.a --- /usr/lib64/pkgconfig/ >>> /usr/lib64/pkgconfig/mupdf.pc ... --- replaced obj /usr/lib64/pkgconfig/mupdf.pc --- replaced dir /usr/lib64/pkgconfig <<< obj /usr/lib64/libmupdf.so.1.13.0 <<< sym /usr/lib64/libmupdf.so --- replaced dir /usr/lib64 ... $ ls /usr/lib64/libmupdf* /usr/lib64/libmupdf-third.a /usr/lib64/libmupdf.a
It seems that I broke that in my latest release. Thanks for the report, fix incoming.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84450c429203901c5de4e786b4413fbb5f25d731 commit 84450c429203901c5de4e786b4413fbb5f25d731 Author: Virgil Dupras <vdupras@gentoo.org> AuthorDate: 2018-10-15 14:41:38 +0000 Commit: Virgil Dupras <vdupras@gentoo.org> CommitDate: 2018-10-15 14:41:38 +0000 app-text/mupdf: fix shared library build Closes: https://bugs.gentoo.org/668684 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/mupdf/files/mupdf-1.14-Makefile.patch | 46 ++++++++++++++++++++++ app-text/mupdf/files/mupdf-1.14-debug-build.patch | 13 ------ ...{mupdf-1.14.0.ebuild => mupdf-1.14.0-r1.ebuild} | 11 ++---- 3 files changed, 50 insertions(+), 20 deletions(-)
app-text/mupdf-1.13.0-r1 installs libmupdf.so.1.13.0 (regular file) and libmupdf.so symbolic link pointing to libmupdf.so.1.13.0. app-text/mupdf-1.14.0-r1 installs libmupdf.so.1.14.0 (regular file), but does not install libmupdf.so symbolic link. This symbolic link is needed to allow reverse dependencies to use -lmupdf linker option.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31214043d0b07fc7c917073cc48bd46d2747171f commit 31214043d0b07fc7c917073cc48bd46d2747171f Author: Virgil Dupras <vdupras@gentoo.org> AuthorDate: 2018-10-15 20:09:33 +0000 Commit: Virgil Dupras <vdupras@gentoo.org> CommitDate: 2018-10-15 20:09:33 +0000 app-text/mupdf: fix shared library build (again) Urg, I'm bad. Closes: https://bugs.gentoo.org/668684 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/mupdf/{mupdf-1.14.0-r1.ebuild => mupdf-1.14.0-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+)