Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164641 - app-text/djvu-3.5.17 has automagic QT dependency
Summary: app-text/djvu-3.5.17 has automagic QT dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 01:49 UTC by Michal Kurgan (RETIRED)
Modified: 2007-05-22 16:33 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 Michal Kurgan (RETIRED) gentoo-dev 2007-01-31 01:49:32 UTC
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
Comment 1 Michal Kurgan (RETIRED) gentoo-dev 2007-05-15 02:56:55 UTC
Bump, any progress?
I provided possible resolution.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2007-05-15 05:49:50 UTC
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. :)
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2007-05-22 11:22:09 UTC
Thank you for report. Fixed in djvu-3.5.19.
Comment 4 Michal Kurgan (RETIRED) gentoo-dev 2007-05-22 16:33:29 UTC
Thanks