Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 759337

Summary: x11-libs/cairo: RDEPEND on freetype[png]
Product: Gentoo Linux Reporter: William Breathitt Gray <vilhelm.gray>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18593
https://bugs.gentoo.org/show_bug.cgi?id=753569
Whiteboard:
Package list:
Runtime testing required: ---

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(-)