Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759337 - x11-libs/cairo: RDEPEND on freetype[png]
Summary: x11-libs/cairo: RDEPEND on freetype[png]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-10 11:53 UTC by William Breathitt Gray
Modified: 2020-12-17 16:49 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 William Breathitt Gray 2020-12-10 11:53:40 UTC
Some fonts (e.g. media-libs/noto-emoji) requires freetype with png support enabled in order to display properly in web browsers and other applications. Adding DEPEND="media-libs/freetype[png]" to the cairo ebuild should resolve this issue.

See https://bugs.gentoo.org/753569 for why this was not added in the noto-emoji ebuild.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-12-17 16:49:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535e3ba1df6c9c249c0660843df5570b13b63e35

commit 535e3ba1df6c9c249c0660843df5570b13b63e35
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2020-12-10 11:54:43 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-12-17 16:49:49 +0000

    x11-libs/cairo: Add RDEPEND on media-libs/freetype[png]
    
    Closes: https://bugs.gentoo.org/759337
    Closes: https://github.com/gentoo/gentoo/pull/18593
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/cairo/cairo-1.16.0-r4.ebuild | 2 +-
 x11-libs/cairo/cairo-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)