diff options
Diffstat (limited to 'x11-libs/libva-vdpau-driver')
-rw-r--r-- | x11-libs/libva-vdpau-driver/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
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 <aballier@gentoo.org> + 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 } |