diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-24 15:30:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-24 15:30:56 +0000 |
commit | 238b427faab56d42aa171c85623a959d040e2ea9 (patch) | |
tree | 0341769f37bfa8ae11234df5e777f3854e3ffb64 /x11-libs | |
parent | Fix compability with x11-libs/libvdpau >= 0.8 wrt #517778 by Justin Lecher (diff) | |
download | gentoo-2-238b427faab56d42aa171c85623a959d040e2ea9.tar.gz gentoo-2-238b427faab56d42aa171c85623a959d040e2ea9.tar.bz2 gentoo-2-238b427faab56d42aa171c85623a959d040e2ea9.zip |
Restrict to working libvdpau version(s)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-libs')
4 files changed, 14 insertions, 9 deletions
diff --git a/x11-libs/libva-vdpau-driver/ChangeLog b/x11-libs/libva-vdpau-driver/ChangeLog index aa355da6f16f..6993d167fbe4 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.9 2014/07/24 15:28:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.10 2014/07/24 15:30:56 ssuominen Exp $ + + 24 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> + libva-vdpau-driver-0.7.3.ebuild, libva-vdpau-driver-0.7.4-r1.ebuild, + libva-vdpau-driver-0.7.4.ebuild: + Restrict to working libvdpau version(s) *libva-vdpau-driver-0.7.4-r2 (24 Jul 2014) 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 ed00c623dbb7..a94577aa8bbc 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,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.2 2012/11/24 13:26:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.3.ebuild,v 1.3 2014/07/24 15:30:56 ssuominen Exp $ EAPI="2" inherit autotools eutils @@ -17,7 +17,7 @@ IUSE="debug opengl" RDEPEND="x11-libs/libva[opengl?] opengl? ( virtual/opengl ) - x11-libs/libvdpau + <x11-libs/libvdpau-0.8 !x11-libs/vdpau-video" DEPEND="${DEPEND} diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild index 6d66bc4c6dfd..a587a97b02e1 100644 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild +++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4-r1.ebuild,v 1.4 2014/07/15 15:47:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild,v 1.5 2014/07/24 15:30:56 ssuominen Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="debug opengl" RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}] opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) - >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] + =x11-libs/libvdpau-0.7*[${MULTILIB_USEDEP}] !x11-libs/vdpau-video" DEPEND="${DEPEND} diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4.ebuild index fa29e9134575..5e6b42e0afb7 100644 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4.ebuild +++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.4.ebuild,v 1.2 2013/05/03 22:18:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4.ebuild,v 1.3 2014/07/24 15:30:56 ssuominen Exp $ EAPI="2" inherit autotools eutils @@ -16,7 +16,7 @@ IUSE="debug opengl" RDEPEND=">=x11-libs/libva-1.1.0[X,opengl?] opengl? ( virtual/opengl ) - x11-libs/libvdpau + <x11-libs/libvdpau-0.8 !x11-libs/vdpau-video" DEPEND="${DEPEND} |