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

Bug 835470

Summary: media-tv/kodi: Drop opengl USE dependency on x11-libs/libva
Product: Gentoo Linux Reporter: Matt Turner <mattst88>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25886
Whiteboard:
Package list:
Runtime testing required: ---

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