pacho 15/06/24 19:48:30 Modified: libva-intel-driver-1.5.1.ebuild ChangeLog Log: Fix automagic wayland depend (#529388) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild?r1=1.1&r2=1.2 Index: libva-intel-driver-1.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libva-intel-driver-1.5.1.ebuild 20 Mar 2015 13:23:30 -0000 1.1 +++ libva-intel-driver-1.5.1.ebuild 24 Jun 2015 19:48:30 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild,v 1.1 2015/03/20 13:23:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.5.1.ebuild,v 1.2 2015/06/24 19:48:30 pacho Exp $ EAPI=5 @@ -40,6 +40,12 @@ DEPEND="${RDEPEND} virtual/pkgconfig" +PATCHES=( + # Fix automagic depend, bug #529388 + # https://bugs.freedesktop.org/show_bug.cgi?id=79478 + "${FILESDIR}"/${PN}-1.5.1-wayland-automagic.patch +) + DOCS=( AUTHORS NEWS README ) src_prepare() { 1.41 x11-libs/libva-intel-driver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 20 Mar 2015 13:23:30 -0000 1.40 +++ ChangeLog 24 Jun 2015 19:48:30 -0000 1.41 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libva-intel-driver # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 1.40 2015/03/20 13:23:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 1.41 2015/06/24 19:48:30 pacho Exp $ + + 24 Jun 2015; Pacho Ramos <[email protected]> + +files/libva-intel-driver-1.5.1-wayland-automagic.patch, + libva-intel-driver-1.5.1.ebuild: + Fix automagic wayland depend (#529388) *libva-intel-driver-1.5.1 (20 Mar 2015)
