Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794595 - x11-libs/libXvMC: drop eselect-xvmc
Summary: x11-libs/libXvMC: drop eselect-xvmc
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: PATCH
Depends on:
Blocks:
 
Reported: 2021-06-06 16:03 UTC by David Michael
Modified: 2021-07-04 19:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix.patch (0001-x11-libs-libXvMC-drop-unused-eselect-xvmc.patch,1.23 KB, patch)
2021-06-06 16:04 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2021-06-06 16:03:45 UTC
The ebuild currently PDEPENDs on eselect-xvmc, but nothing ever calls it, so it isn't doing anything.

Even if it was called manually, the module hard-codes /usr/lib, so it doesn't detect any targets on 64-bit systems using lib64 (or any other non-lib LIBDIR):

> # eselect xvmc list
> Available XvMC implementations (* is current):
>   (none found)
At least the NVIDIA implementation that the module attempts to find does not exist.  I don't have any of the other proprietary drivers to check those, but libXvMC is the only existing implementation I see on any of my systems.

Also, libXvMC's PDEPEND is the only reference to eselect-xvmc in the entire repository, so the package could probably be last-rited.
Comment 1 David Michael 2021-06-06 16:04:44 UTC
Created attachment 713982 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-07-04 19:05:55 UTC
The bug has been closed via the following commit(s):

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

commit bf5b393cb3ca49b035e8b5713a1dcadeba76896b
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-06-06 16:04:22 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-07-04 19:05:48 +0000

    x11-libs/libXvMC: drop unused eselect-xvmc
    
    Closes: https://bugs.gentoo.org/794595
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/libXvMC/{libXvMC-1.0.12.ebuild => libXvMC-1.0.12-r1.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)