pacho       15/06/21 12:22:34

  Modified:             libva-1.5.1.ebuild ChangeLog
  Log:
  Fix automagic dependency on wayland (#529388 by Oleg, Cecil Curry Manuel 
Rüger and others)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.3                  x11-libs/libva/libva-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild?r1=1.2&r2=1.3

Index: libva-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libva-1.5.1.ebuild  22 Mar 2015 09:01:57 -0000      1.2
+++ libva-1.5.1.ebuild  21 Jun 2015 12:22:34 -0000      1.3
@@ -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/libva-1.5.1.ebuild,v 1.2 
2015/03/22 09:01:57 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.5.1.ebuild,v 1.3 
2015/06/21 12:22:34 pacho Exp $
 
 EAPI=5
 
@@ -64,6 +64,12 @@
 
 DOCS=( NEWS )
 
+PATCHES=(
+       # Fix automagic depend, bug #529388
+       # https://bugs.freedesktop.org/show_bug.cgi?id=79478
+       "${FILESDIR}"/${PN}-1.5.1-wayland-automagic.patch
+)
+
 MULTILIB_WRAPPED_HEADERS=(
 /usr/include/va/va_backend_glx.h
 /usr/include/va/va_x11.h



1.69                 x11-libs/libva/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   22 Mar 2015 09:01:57 -0000      1.68
+++ ChangeLog   21 Jun 2015 12:22:34 -0000      1.69
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.68 2015/03/22 
09:01:57 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.69 2015/06/21 
12:22:34 pacho Exp $
+
+  21 Jun 2015; Pacho Ramos <[email protected]>
+  +files/libva-1.5.1-wayland-automagic.patch, libva-1.5.1.ebuild:
+  Fix automagic dependency on wayland (#529388 by Oleg, Cecil Curry Manuel 
Rüger
+  and others)
 
   22 Mar 2015; Ryan Hill <[email protected]> libva-1.5.1.ebuild:
   Add nouveau to VIDEO_CARDS (bug #543982).




Reply via email to