Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294733 - x11-libs/libvdpau: documentation installed outside /usr/share/doc/${PF}
Summary: x11-libs/libvdpau: documentation installed outside /usr/share/doc/${PF}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 16:58 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-04-08 21:29 UTC (History)
1 user (show)

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


Attachments
patch against ebuild, adding --docdir to configure (libvdpau-docdir.patch,408 bytes, patch)
2010-01-04 11:48 UTC, Xake
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-11-26 16:58:42 UTC
You're getting this bug because the package in summary installs its documentation (or at least part of it) outside the usual /usr/share/doc/${PF} directory.

First, please keep in mind that this bug might not be noticeable for -r0 ebuilds, but it might be for -r1 and later, since if the ebuild has same name and version of the package, for -r0 it might correspond properly.

To fix this, if the package uses autotools, recent version (autoconf 2.61+) have two ./configure switches: --docdir and --htmldir to decide where to put the documentation. Older versions might require you override docdir/htmldir or other custom variables during make install.

For non-autotooled build systems, good luck, since I cannot tell you how to achieve the proper results, the same holds true with totally broken buildsystems even when based on autotools.

Thanks,
Diego
Comment 1 Xake 2010-01-04 11:48:57 UTC
Created attachment 215159 [details, diff]
patch against ebuild, adding --docdir to configure

This patch makes the ebuild install the docs to /usr/share/doc/${PF} (i.e. for libvdpau-0.3-r1 into /usr/share/doc/libvdpau-0.3-r1). Is this correct?

The patch also disables documentation if USE="-doc" (unlike before, when documentation always were installed if doxygen was merged).
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-04-08 21:29:24 UTC
+  08 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libvdpau-0.3-r2.ebuild:
+  Fix documentation directory wrt #294733 by Diego E. 'Flameeyes' Pettenò
+  and Xake. Missing dev-util/pkgconfig DEPEND wrt #313993 by Justin Bronder.