Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835470 - media-tv/kodi: Drop opengl USE dependency on x11-libs/libva
Summary: media-tv/kodi: Drop opengl USE dependency on x11-libs/libva
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-03-17 05:34 UTC by Matt Turner
Modified: 2022-06-14 13:46 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 Matt Turner gentoo-dev 2022-03-17 05:34:59 UTC
IUSE=opengl is now a dummy flag on x11-libs/libva. It actually enables GLX support which requires X, so I have folded it into IUSE=X. Please review whether this package actually needs GLX support enabled in x11-libs/libva. If it does not, remove [opengl]; if it does replace it with [X].
Comment 1 Matt Turner gentoo-dev 2022-04-18 04:44:53 UTC
ping?
Comment 2 Matt Turner gentoo-dev 2022-05-12 21:01:33 UTC
libva without IUSE=opengl is now stable.
Comment 3 Matt Turner gentoo-dev 2022-06-13 18:54:18 UTC
ping?
Comment 4 Craig Andrews gentoo-dev 2022-06-13 21:49:33 UTC
I looked over the Kodi CMake configuration and searched the bug tracker... I think I've got it figured it out.

Here's my PR: https://github.com/gentoo/gentoo/pull/25886

I'm going to do a bit more testing then I'll merge it.
Comment 5 Larry the Git Cow gentoo-dev 2022-06-14 13:46:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202400e88bcf640b81037894ee50ae99ed12914b

commit 202400e88bcf640b81037894ee50ae99ed12914b
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2022-06-13 21:48:36 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2022-06-14 13:46:29 +0000

    media-tv/kodi: Drop opengl USE dependency on x11-libs/libva
    
    Closes: https://bugs.gentoo.org/835470
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-tv/kodi/kodi-19.4-r1.ebuild | 361 ++++++++++++++++++++++++++++++++++++++
 media-tv/kodi/kodi-19.9999.ebuild |   1 -
 media-tv/kodi/kodi-9999.ebuild    |   3 +-
 3 files changed, 362 insertions(+), 3 deletions(-)