Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911965 - app-text/mupdf-1.22.0 - respect $EPREFIX
Summary: app-text/mupdf-1.22.0 - respect $EPREFIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Philipp Rösner
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-08-09 10:03 UTC by Martin Mokrejš
Modified: 2024-01-20 12:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2023-08-09 10:03:56 UTC
There prefix variable should be prefixed wit $EPREFIX

$ cat /auto/vestec1-elixir/projects/biocev/gentoo/usr/lib64/pkgconfig/mupdf.pc            
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include

Name: mupdf
Description: Library for rendering PDF documents
Requires: freetype2 libopenjp2 libcrypto
Version: 1.22.0
Libs: -L${libdir} -lmupdf
Libs.private: -lmupdf-js-none
Cflags: -I${includedir}
$
Comment 1 Larry the Git Cow gentoo-dev 2024-01-20 12:04:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ffabd24a709e3a2dc7aaf1d7432aa278742a4c

commit 72ffabd24a709e3a2dc7aaf1d7432aa278742a4c
Author:     Philipp Rösner <rndxelement@protonmail.com>
AuthorDate: 2023-11-01 21:50:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-20 12:02:32 +0000

    app-text/mupdf: add 1.23.7
    
    Add sed call to make pkgconfig file
    respect EPREFIX.
    
    Closes: https://bugs.gentoo.org/911965
    Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/33635
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/mupdf/Manifest            |   1 +
 app-text/mupdf/mupdf-1.23.7.ebuild | 165 +++++++++++++++++++++++++++++++++++++
 2 files changed, 166 insertions(+)