Package: djview4 / 4.12-2

Metadata

Package Version Patches format
djview4 4.12-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cross build pkg config info.patch | (download)

config/acinclude.m4 | 26 2 24 - 0 !
configure.ac | 3 2 1 - 0 !
2 files changed, 4 insertions( ), 25 deletions(-)

 cross build pkg-config info

Issue: djview4 FTCBFS: uses custom, broken macro AC_PROG_PKG_CONFIG
See: https://bugs.debian.org/886304

djview4 fails to cross build from source, because it uses the build
architecture pkg-config rather than the host architecture one. This is
due to its use of AC_PROG_PKG_CONFIG, which fails to consider
$ac_tool_prefix. After replacing the macro with the upstream macro
PKG_PROG_PKG_CONFIG (from pkg.m4 in pkg-config), the build continues a
bit further and uses the wrong qmake. I need to discuss the qmake issue
with the qt people. Can you apply the attached patch anyway and close
this bug report when doing so? That'd make the qmake failure immediately
visible and thus easier to discuss.

debian changes | (download)

config/acinclude.m4 | 4 2 2 - 0 !
mac/make_djview_bundle.sh | 72 34 38 - 0 !
mac/make_djview_dmg.sh | 2 1 1 - 0 !
src/qdjviewexporters.cpp | 4 2 2 - 0 !
4 files changed, 39 insertions( ), 43 deletions(-)

---