From f4e764bfac5b24891ceb847d880d0d1c7271ee2b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 24 Nov 2012 13:26:06 +0000 Subject: Backport the patch to build against mesa opengl to the stable version now that mesa 9 is going stable. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- x11-libs/libva-vdpau-driver/ChangeLog | 7 ++++++- x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/libva-vdpau-driver/ChangeLog b/x11-libs/libva-vdpau-driver/ChangeLog index 099085f71402..aa1384b36195 100644 --- a/x11-libs/libva-vdpau-driver/ChangeLog +++ b/x11-libs/libva-vdpau-driver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libva-vdpau-driver # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.2 2012/11/21 17:53:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.3 2012/11/24 13:26:06 aballier Exp $ + + 24 Nov 2012; Alexis Ballier + libva-vdpau-driver-0.7.3.ebuild: + Backport the patch to build against mesa opengl to the stable version now + that mesa 9 is going stable. *libva-vdpau-driver-9999 (21 Nov 2012) diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild index 9e1435f2e435..ed00c623dbb7 100644 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild +++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild,v 1.1 2012/11/21 17:39:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild,v 1.2 2012/11/24 13:26:06 aballier Exp $ EAPI="2" -inherit autotools +inherit autotools eutils MY_P=vdpau-video-${PV} DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API" @@ -26,6 +26,7 @@ DEPEND="${DEPEND} S=${WORKDIR}/${MY_P} src_prepare() { + epatch "${FILESDIR}/${PN}-0.7.4-glext-missing-definition.patch" eautoreconf } -- cgit v1.2.3-65-gdbad