Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812344 - media-libs/libsdl2 missing manpages
Summary: media-libs/libsdl2 missing manpages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-10 00:48 UTC by Katherine Peeters
Modified: 2021-09-12 11:13 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 Katherine Peeters 2021-09-10 00:48:59 UTC
For whatever reason, media-libs/libsdl installs manpages, but media-libs/libsdl2 does not. Also, I suspect installing manpages from both would create a conflict, since they share many function names, but I'm not sure exactly how that works.
Comment 1 James Le Cuirot gentoo-dev 2021-09-12 11:12:58 UTC
Well I would say drop the SDL1 man pages because no one should develop against it now, and we're strongly considering dropping it in favour of libsdl-compat. However, SDL2 doesn't have any man pages except sdl2-config. It does support Doxygen though...
Comment 2 Larry the Git Cow gentoo-dev 2021-09-12 11:13:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0d39f58fb9af857ca8277de7fe7ffd591192d5

commit 1b0d39f58fb9af857ca8277de7fe7ffd591192d5
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2021-09-12 11:12:16 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2021-09-12 11:12:16 +0000

    media-libs/libsdl2: Install Doxygen documentation with USE=doc
    
    Also install the sdl2-config man page.
    
    Closes: https://bugs.gentoo.org/812344
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-libs/libsdl2/libsdl2-2.0.16.ebuild | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)