Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366725 - media-video/vlc should depend on virtual/ttf-fonts
Summary: media-video/vlc should depend on virtual/ttf-fonts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 09:29 UTC by Andrew Fedorov
Modified: 2011-12-17 13:07 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 Andrew Fedorov 2011-05-10 09:29:23 UTC
All media-video/vlc ebuilds contain this line in RDEPEND:
truetype? ( media-libs/freetype media-fonts/dejavu )

Please use virtual/ttf-fonts instead of media-fonts/dejavu.

Reproducible: Always
Comment 1 Andrew Fedorov 2011-05-10 14:11:36 UTC
On second thought, /usr/share/fonts/dejavu/DejaVuSans.ttf is hardcoded as DEFAULT_FONT and is used if fontconfig is disabled.

Then maybe change RDEPEND to
truetype? ( media-libs/freetype !fontconfig? ( media-fonts/dejavu ) )
Comment 2 Alexis Ballier gentoo-dev 2011-12-17 13:07:59 UTC
(In reply to comment #1)
> On second thought, /usr/share/fonts/dejavu/DejaVuSans.ttf is hardcoded as
> DEFAULT_FONT and is used if fontconfig is disabled.
> 
> Then maybe change RDEPEND to
> truetype? ( media-libs/freetype !fontconfig? ( media-fonts/dejavu ) )

this was changed to something like that some weeks ago, sorry for not responding