rhill 15/03/22 09:01:57 Modified: ChangeLog libva-1.5.1.ebuild Log: Add nouveau to VIDEO_CARDS (bug #543982). Signed-off-by: Ryan Hill <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path 1.68 x11-libs/libva/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 20 Mar 2015 13:21:08 -0000 1.67 +++ ChangeLog 22 Mar 2015 09:01:57 -0000 1.68 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libva # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.67 2015/03/20 13:21:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.68 2015/03/22 09:01:57 rhill Exp $ + + 22 Mar 2015; Ryan Hill <[email protected]> libva-1.5.1.ebuild: + Add nouveau to VIDEO_CARDS (bug #543982). *libva-1.5.1 (20 Mar 2015) 1.2 x11-libs/libva/libva-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?r1=1.1&r2=1.2 Index: libva-1.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libva-1.5.1.ebuild 20 Mar 2015 13:21:08 -0000 1.1 +++ libva-1.5.1.ebuild 22 Mar 2015 09:01:57 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild,v 1.1 2015/03/20 13:21:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild,v 1.2 2015/03/22 09:01:57 rhill Exp $ EAPI=5 @@ -33,7 +33,7 @@ IUSE="+drm egl opengl vdpau wayland X" REQUIRED_USE="|| ( drm wayland X )" -VIDEO_CARDS="dummy nvidia intel fglrx" +VIDEO_CARDS="dummy nvidia intel fglrx nouveau" for x in ${VIDEO_CARDS}; do IUSE+=" video_cards_${x}" done @@ -51,6 +51,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] ) + video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] ) video_cards_fglrx? ( || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}]
