summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-16 13:14:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-16 13:14:05 +0000
commit5dd3d593828b8fb395ab59665b3ea9af7f2fc166 (patch)
treeca22e7fad141ed1ad890b15ff8c40be038d6467b /x11-libs/libva
parentx86 stable, see bug 422017 (diff)
downloadgentoo-2-5dd3d593828b8fb395ab59665b3ea9af7f2fc166.tar.gz
gentoo-2-5dd3d593828b8fb395ab59665b3ea9af7f2fc166.tar.bz2
gentoo-2-5dd3d593828b8fb395ab59665b3ea9af7f2fc166.zip
bump to 1.0.16 and remove older 1.1.0... upstream tagged it and then removed the tag...
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libva')
-rw-r--r--x11-libs/libva/ChangeLog9
-rw-r--r--x11-libs/libva/libva-1.0.16.ebuild (renamed from x11-libs/libva/libva-1.1.0.ebuild)8
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/libva/ChangeLog b/x11-libs/libva/ChangeLog
index 41b12e9b0fa2..b41f041b33e2 100644
--- a/x11-libs/libva/ChangeLog
+++ b/x11-libs/libva/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/libva
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.37 2012/06/08 15:33:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.38 2012/08/16 13:14:05 aballier Exp $
+
+*libva-1.0.16 (16 Aug 2012)
+
+ 16 Aug 2012; Alexis Ballier <aballier@gentoo.org> +libva-1.0.16.ebuild,
+ -libva-1.1.0.ebuild:
+ bump to 1.0.16 and remove older 1.1.0... upstream tagged it and then removed
+ the tag...
08 Jun 2012; Alexis Ballier <aballier@gentoo.org> libva-1.1.0.ebuild,
libva-9999.ebuild:
diff --git a/x11-libs/libva/libva-1.1.0.ebuild b/x11-libs/libva/libva-1.0.16.ebuild
index b2890f4c882a..4c3469e5e194 100644
--- a/x11-libs/libva/libva-1.1.0.ebuild
+++ b/x11-libs/libva/libva-1.0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v 1.2 2012/06/08 15:33:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild,v 1.1 2012/08/16 13:14:05 aballier Exp $
EAPI="3"
@@ -29,7 +29,7 @@ if [ "${PV%9999}" = "${PV}" ] ; then
else
KEYWORDS=""
fi
-IUSE="egl opengl"
+IUSE="opengl"
VIDEO_CARDS="dummy nvidia intel fglrx"
for x in ${VIDEO_CARDS}; do
@@ -41,7 +41,6 @@ RDEPEND=">=x11-libs/libdrm-2.4
x11-libs/libX11
x11-libs/libXext
x11-libs/libXfixes
- egl? ( media-libs/mesa[egl] )
opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
@@ -60,8 +59,7 @@ src_configure() {
--with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
$(use_enable video_cards_dummy dummy-driver) \
$(use_enable video_cards_dummy dummy-backend) \
- $(use_enable opengl glx) \
- $(use_enable egl)
+ $(use_enable opengl glx)
}
src_install() {