Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter: clutter-1.20.0.ebuild clutter-1.18.4.ebuild ChangeLog
Date: Wed, 04 Feb 2015 16:09:39
Message-Id: 20150204160934.543A9110BE@oystercatcher.gentoo.org
1 chithanh 15/02/04 16:09:34
2
3 Modified: clutter-1.20.0.ebuild clutter-1.18.4.ebuild
4 ChangeLog
5 Log:
6 Adjust dependency on libinput, bug #536868
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
9
10 Revision Changes Path
11 1.2 media-libs/clutter/clutter-1.20.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild?r1=1.1&r2=1.2
16
17 Index: clutter-1.20.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- clutter-1.20.0.ebuild 23 Dec 2014 22:53:28 -0000 1.1
24 +++ clutter-1.20.0.ebuild 4 Feb 2015 16:09:34 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v 1.1 2014/12/23 22:53:28 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.20.0.ebuild,v 1.2 2015/02/04 16:09:34 chithanh Exp $
31
32 EAPI="5"
33 GCONF_DEBUG="no"
34 @@ -24,6 +24,7 @@
35 # XXX: uprof needed for profiling
36 # >=libX11-1.3.1 needed for X Generic Event support
37 # do not depend on tslib, it does not build and is disable by default upstream
38 +# <dev-libs/libinput-0.8 due to Gnome bugzilla #742829
39 RDEPEND="
40 >=dev-libs/glib-2.37.3:2
41 >=dev-libs/atk-2.5.3[introspection?]
42 @@ -37,6 +38,7 @@
43
44 egl? (
45 >=dev-libs/libinput-0.4
46 + <dev-libs/libinput-0.8
47 media-libs/cogl[gles2,kms]
48 >=virtual/libgudev-136
49 x11-libs/libxkbcommon
50
51
52
53 1.4 media-libs/clutter/clutter-1.18.4.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild?r1=1.3&r2=1.4
58
59 Index: clutter-1.18.4.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- clutter-1.18.4.ebuild 19 Dec 2014 13:39:56 -0000 1.3
66 +++ clutter-1.18.4.ebuild 4 Feb 2015 16:09:34 -0000 1.4
67 @@ -1,6 +1,6 @@
68 -# Copyright 1999-2014 Gentoo Foundation
69 +# Copyright 1999-2015 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.3 2014/12/19 13:39:56 pacho Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.4 2015/02/04 16:09:34 chithanh Exp $
73
74 EAPI="5"
75 GCONF_DEBUG="no"
76
77
78
79 1.92 media-libs/clutter/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.92&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?rev=1.92&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter/ChangeLog?r1=1.91&r2=1.92
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
88 retrieving revision 1.91
89 retrieving revision 1.92
90 diff -u -r1.91 -r1.92
91 --- ChangeLog 23 Dec 2014 22:53:28 -0000 1.91
92 +++ ChangeLog 4 Feb 2015 16:09:34 -0000 1.92
93 @@ -1,6 +1,10 @@
94 # ChangeLog for media-libs/clutter
95 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.91 2014/12/23 22:53:28 eva Exp $
97 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.92 2015/02/04 16:09:34 chithanh Exp $
99 +
100 + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
101 + clutter-1.18.4.ebuild, clutter-1.20.0.ebuild:
102 + Adjust dependency on libinput, bug #536868
103
104 *clutter-1.20.0 (23 Dec 2014)