* [gentoo-commits] gentoo-x86 commit in media-libs/clutter: clutter-1.20.0.ebuild clutter-1.18.4.ebuild ChangeLog
@ 2015-02-04 16:09 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2015-02-04 16:09 UTC (permalink / raw
To: gentoo-commits
chithanh 15/02/04 16:09:34
Modified: clutter-1.20.0.ebuild clutter-1.18.4.ebuild
ChangeLog
Log:
Adjust dependency on libinput, bug #536868
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path
1.2 media-libs/clutter/clutter-1.20.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?r1=1.1&r2=1.2
Index: clutter-1.20.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clutter-1.20.0.ebuild 23 Dec 2014 22:53:28 -0000 1.1
+++ clutter-1.20.0.ebuild 4 Feb 2015 16:09:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v 1.1 2014/12/23 22:53:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v 1.2 2015/02/04 16:09:34 chithanh Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -24,6 +24,7 @@
# XXX: uprof needed for profiling
# >=libX11-1.3.1 needed for X Generic Event support
# do not depend on tslib, it does not build and is disable by default upstream
+# <dev-libs/libinput-0.8 due to Gnome bugzilla #742829
RDEPEND="
>=dev-libs/glib-2.37.3:2
>=dev-libs/atk-2.5.3[introspection?]
@@ -37,6 +38,7 @@
egl? (
>=dev-libs/libinput-0.4
+ <dev-libs/libinput-0.8
media-libs/cogl[gles2,kms]
>=virtual/libgudev-136
x11-libs/libxkbcommon
1.4 media-libs/clutter/clutter-1.18.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?r1=1.3&r2=1.4
Index: clutter-1.18.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clutter-1.18.4.ebuild 19 Dec 2014 13:39:56 -0000 1.3
+++ clutter-1.18.4.ebuild 4 Feb 2015 16:09:34 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.3 2014/12/19 13:39:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.4 2015/02/04 16:09:34 chithanh Exp $
EAPI="5"
GCONF_DEBUG="no"
1.92 media-libs/clutter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 23 Dec 2014 22:53:28 -0000 1.91
+++ ChangeLog 4 Feb 2015 16:09:34 -0000 1.92
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/clutter
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.91 2014/12/23 22:53:28 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.92 2015/02/04 16:09:34 chithanh Exp $
+
+ 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ clutter-1.18.4.ebuild, clutter-1.20.0.ebuild:
+ Adjust dependency on libinput, bug #536868
*clutter-1.20.0 (23 Dec 2014)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-04 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 16:09 [gentoo-commits] gentoo-x86 commit in media-libs/clutter: clutter-1.20.0.ebuild clutter-1.18.4.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox