summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-11-24 13:26:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-11-24 13:26:06 +0000
commitf4e764bfac5b24891ceb847d880d0d1c7271ee2b (patch)
tree87c4262f5a7dcd03dbe1efb04091c95098529220 /x11-libs/libva-vdpau-driver
parentOnly require yard with USE=doc. Update homepage. Both reported in bug 443708. (diff)
downloadgentoo-2-f4e764bfac5b24891ceb847d880d0d1c7271ee2b.tar.gz
gentoo-2-f4e764bfac5b24891ceb847d880d0d1c7271ee2b.tar.bz2
gentoo-2-f4e764bfac5b24891ceb847d880d0d1c7271ee2b.zip
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)
Diffstat (limited to 'x11-libs/libva-vdpau-driver')
-rw-r--r--x11-libs/libva-vdpau-driver/ChangeLog7
-rw-r--r--x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild5
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
}