Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174521 - media-video/mplayer doesn't need app-text/docbook-sgml-dtd and app-text/docbook-xml-simple-dtd deps
Summary: media-video/mplayer doesn't need app-text/docbook-sgml-dtd and app-text/docbo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 20:50 UTC by Yaroslav Isakov
Modified: 2008-12-02 20:11 UTC (History)
0 users

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 Yaroslav Isakov 2007-04-13 20:50:36 UTC
According to DOCS/xml/README in mplayer dist there is no need of app-text/docbook-sgml-dtd and app-text/docbook-xml-simple-dtd deps.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-13 20:54:12 UTC
Have you *verified* that it works without those?
Comment 2 Yaroslav Isakov 2007-04-13 23:02:39 UTC
Yes, I have.
I copy mplayer-1.0_rc2_pre20070321-r4.ebuild to local overlay, changed it like this:

 DEPEND="${RDEPEND}
        app-arch/unzip
        doc? (
                app-text/docbook-xml-dtd
                dev-libs/libxslt
        )
and recompile mplayer. It works!
Comment 3 Yaroslav Isakov 2007-04-13 23:04:17 UTC
BTW, do we need any of this .svn dirs in /usr/share/doc/mplayer-1.0_rc2_pre20070321-r4/{DOCS,TOOLS}/
and below?
Comment 4 Yaroslav Isakov 2007-04-13 23:12:34 UTC
And, of course, I
emerge --unmerge docbook-sgml-dtd docbook-xml-simple-dtd
before merging mplayer
Comment 5 Steve Dibb (RETIRED) gentoo-dev 2008-12-02 03:43:35 UTC
Fixed in mplayer-1.0_rc2_p28058
Comment 6 Yaroslav Isakov 2008-12-02 20:11:57 UTC
Thanks a lot!