Gentoo Archives: gentoo-commits

From: "Ole Reifschneider (tranquility)" <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/mutter: mutter-3.16.3.ebuild ChangeLog
Date: Thu, 02 Jul 2015 20:12:47
Message-Id: 20150702201238.EAE7B74B@oystercatcher.gentoo.org
1 tranquility 15/07/02 20:12:38
2
3 Modified: ChangeLog
4 Added: mutter-3.16.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 7E8B4D42)
9
10 Revision Changes Path
11 1.61 x11-wm/mutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 28 Jun 2015 10:33:10 -0000 1.60
24 +++ ChangeLog 2 Jul 2015 20:12:38 -0000 1.61
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-wm/mutter
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.60 2015/06/28 10:33:10 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.61 2015/07/02 20:12:38 tranquility Exp $
30 +
31 +*mutter-3.16.3 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Ole Reifschneider <tranquility@g.o> +mutter-3.16.3.ebuild:
34 + Version bump
35
36 *mutter-3.16.2-r1 (28 Jun 2015)
37
38
39
40
41 1.1 x11-wm/mutter/mutter-3.16.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/mutter-3.16.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/mutter/mutter-3.16.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mutter-3.16.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.16.3.ebuild,v 1.1 2015/07/02 20:12:38 tranquility Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit eutils gnome2
56
57 DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
58 HOMEPAGE="http://git.gnome.org/browse/mutter/"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 IUSE="+introspection +kms test wayland"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 # libXi-1.7.4 or newer needed per:
66 # https://bugzilla.gnome.org/show_bug.cgi?id=738944
67 COMMON_DEPEND="
68 >=x11-libs/pango-1.2[X,introspection?]
69 >=x11-libs/cairo-1.10[X]
70 >=x11-libs/gtk+-3.9.11:3[X,introspection?]
71 >=dev-libs/glib-2.36.0:2[dbus]
72 >=media-libs/clutter-1.21.3:1.0[introspection?]
73 >=media-libs/cogl-1.17.1:1.0=[introspection?]
74 >=media-libs/libcanberra-0.26[gtk3]
75 >=x11-libs/startup-notification-0.7
76 >=x11-libs/libXcomposite-0.2
77 >=gnome-base/gsettings-desktop-schemas-3.15.92[introspection?]
78 gnome-base/gnome-desktop:3=
79 >sys-power/upower-0.99:=
80
81 x11-libs/libICE
82 x11-libs/libSM
83 x11-libs/libX11
84 >=x11-libs/libXcomposite-0.2
85 x11-libs/libXcursor
86 x11-libs/libXdamage
87 x11-libs/libXext
88 x11-libs/libXfixes
89 >=x11-libs/libXi-1.7.4
90 x11-libs/libXinerama
91 x11-libs/libXrandr
92 x11-libs/libXrender
93 x11-libs/libxcb
94 x11-libs/libxkbfile
95 >=x11-libs/libxkbcommon-0.4.3[X]
96 x11-misc/xkeyboard-config
97
98 gnome-extra/zenity
99
100 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
101 kms? (
102 dev-libs/libinput
103 >=media-libs/clutter-1.20[egl]
104 media-libs/cogl:1.0=[kms]
105 >=media-libs/mesa-10.3[gbm]
106 sys-apps/systemd
107 virtual/libgudev
108 x11-libs/libdrm:= )
109 wayland? (
110 >=dev-libs/wayland-1.5.90
111 >=media-libs/clutter-1.20[wayland]
112 x11-base/xorg-server[wayland] )
113 "
114 DEPEND="${COMMON_DEPEND}
115 >=dev-util/gtk-doc-am-1.15
116 >=dev-util/intltool-0.41
117 sys-devel/gettext
118 virtual/pkgconfig
119 x11-proto/xextproto
120 x11-proto/xineramaproto
121 x11-proto/xproto
122 test? ( app-text/docbook-xml-dtd:4.5 )
123 "
124 RDEPEND="${COMMON_DEPEND}
125 !x11-misc/expocity
126 "
127
128 src_configure() {
129 gnome2_src_configure \
130 --disable-static \
131 --enable-sm \
132 --enable-startup-notification \
133 --enable-verbose-mode \
134 --with-libcanberra \
135 $(use_enable introspection) \
136 $(use_enable kms native-backend) \
137 $(use_enable wayland)
138 }