pacho       15/02/03 18:19:02

  Modified:             gst-plugins-bad-1.4.5.ebuild ChangeLog
  Log:
  Rework the REQUIRED_USE to express egl and gles2 cannot be combined
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.2                  media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-bad-1.4.5.ebuild        3 Feb 2015 17:41:14 -0000       1.1
+++ gst-plugins-bad-1.4.5.ebuild        3 Feb 2015 18:19:01 -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/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
 1.1 2015/02/03 17:41:14 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
 1.2 2015/02/03 18:19:01 pacho Exp $
 
 EAPI="5"
 GST_ORG_MODULE="gst-plugins-bad"
@@ -15,7 +15,8 @@
 
 IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
 REQUIRED_USE="
-       ^^ ( egl gles2 )
+       egl? ( !gles2 )
+       gles2? ( !egl )
        opengl? ( X )
        wayland? ( egl )
 "



1.163                media-libs/gst-plugins-bad/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.163&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.163&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.162&r2=1.163

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   3 Feb 2015 17:41:14 -0000       1.162
+++ ChangeLog   3 Feb 2015 18:19:01 -0000       1.163
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gst-plugins-bad
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 
1.162 2015/02/03 17:41:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 
1.163 2015/02/03 18:19:01 pacho Exp $
+
+  03 Feb 2015; Pacho Ramos <pa...@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+  Rework the REQUIRED_USE to express egl and gles2 cannot be combined
 
 *gst-plugins-bad-1.4.5 (03 Feb 2015)
 




Reply via email to