Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953549 - x11-libs/cairo-1.18.4: should have USE flag for lzo dependency
Summary: x11-libs/cairo-1.18.4: should have USE flag for lzo dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-04-11 11:11 UTC by NRK
Modified: 2025-04-23 14:50 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 NRK 2025-04-11 11:11:27 UTC
According to upstream's NEWS file, lzo is optional since 1.18.4
https://gitlab.freedesktop.org/cairo/cairo/-/blob/7fd0cd0a9c0278c2b3d4c78087ca8481087b588b/NEWS#L6
Comment 1 NRK 2025-04-11 11:26:21 UTC
Seems like it was optional before too. https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/590 simply exposed it as a meson switch.
Comment 2 Matt Turner gentoo-dev 2025-04-11 22:34:38 UTC
Feel free to attach a patch or make a pull request on github.

Looks like lzo is only used for cairo-script, so yeah, probably not often used.
Comment 3 Larry the Git Cow gentoo-dev 2025-04-23 14:50:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c9e67a7a99091d240ddd42d4b1f3561fcbbfe

commit 189c9e67a7a99091d240ddd42d4b1f3561fcbbfe
Author:     NRK <nrk@disroot.org>
AuthorDate: 2025-04-12 09:47:07 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2025-04-23 14:44:14 +0000

    x11-libs/cairo: add lzo USE flag
    
    Closes: https://bugs.gentoo.org/953549
    Closes: https://github.com/gentoo/gentoo/pull/41554
    Signed-off-by: NRK <nrk@disroot.org>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/cairo/cairo-1.18.4-r1.ebuild | 96 +++++++++++++++++++++++++++++++++++
 x11-libs/cairo/cairo-9999.ebuild      |  7 +--
 2 files changed, 100 insertions(+), 3 deletions(-)