| Summary: | app-text/djvu-3.5.17 has automagic QT dependency | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michal Kurgan (RETIRED) <moloh> |
| Component: | New packages | Assignee: | Peter Volkov (RETIRED) <pva> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tex |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Bump, any progress? I provided possible resolution. Yes. This particular bug is easy to fix. (and is fixed in my overlay). But in djvu-3.5.19 upstream changed the way they install mime and .desktop files, so I need time to investigate how to install them without breaking anything. Any suggestions are very appreciated. :) Thank you for report. Fixed in djvu-3.5.19. Thanks |
Hello! app-text/djvu-3.5.17 uses qt (djview application is build) even if qt3 USE flag is disabled (qt3 has to be installed in system). # paludis djvu -ip * app-text/djvu-3.5.17 {:0} [R] -debug jpeg -kde nls -nsplugin -qt3 threads tiff xml # equery f djvu | grep djview /usr/bin/djview /usr/share/applications/djview.desktop /usr/share/man/man1/djview.1 To disable use of qt --without-qt option should be used, also --disable-djview should be used to disable warning about disabled support for qt. Reproducible: Always