Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139541 - xine-libs not yet compliant with x11-drivers/nvidia-drivers
Summary: xine-libs not yet compliant with x11-drivers/nvidia-drivers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 05:20 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2006-07-07 05:57 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 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2006-07-07 05:20:33 UTC
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.2_pre20060630-r1.ebuild,v 1.1 2006/07/03 23:18:46 flameeyes Exp $
#<snip>
RDEPEND="
#<snip>
xvmc? (
        || ( x11-libs/libXvMC virtual/x11 )
        video_cards_nvidia? ( media-video/nvidia-glx )
        video_cards_via? ( || ( x11-drivers/xf86-video-via virtual/x11 ) )
        video_cards_i810? ( || ( x11-drivers/xf86-video-i810 virtual/x11 ) )
    )
#<snip>

The new standard requests we use x11-drivers/nvidia-drivers instead of media-video/nvidia-glx and media-video/nvidia-kernel

I think this should be updated :)
Comment 1 David Watzke 2006-07-07 05:24:43 UTC
Or ...

- video_cards_nvidia? ( media-video/nvidia-glx )
+ video_cards_nvidia? ( || ( media-video/nvidia-glx x11-drivers/nvidia-drivers ) )
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-07 05:57:23 UTC
Changed now.