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 dev-libs/weston: weston-1.4.0.ebuild ChangeLog
Date: Mon, 24 Feb 2014 20:30:14
Message-Id: 20140224203010.D2E8B2004C@flycatcher.gentoo.org
1 chithanh 14/02/24 20:30:10
2
3 Modified: weston-1.4.0.ebuild ChangeLog
4 Log:
5 Fix automagic dependency on libwebp and specify slot for libpng.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-libs/weston/weston-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: weston-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- weston-1.4.0.ebuild 30 Jan 2014 12:24:40 -0000 1.1
23 +++ weston-1.4.0.ebuild 24 Feb 2014 20:30:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.1 2014/01/30 12:24:40 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.2 2014/02/24 20:30:10 chithanh Exp $
29
30 EAPI=5
31
32 @@ -40,7 +40,8 @@
33 RDEPEND="
34 >=dev-libs/wayland-1.4.0
35 media-libs/lcms:2
36 - media-libs/libpng:=
37 + media-libs/libpng:0=
38 + media-libs/libwebp:0=
39 virtual/jpeg
40 >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?]
41 >=x11-libs/libdrm-2.4.30
42
43
44
45 1.7 dev-libs/weston/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 30 Jan 2014 12:24:40 -0000 1.6
58 +++ ChangeLog 24 Feb 2014 20:30:10 -0000 1.7
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-libs/weston
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.6 2014/01/30 12:24:40 chithanh Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.7 2014/02/24 20:30:10 chithanh Exp $
64 +
65 + 24 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
66 + weston-1.4.0.ebuild:
67 + Fix automagic dependency on libwebp and specify slot for libpng.
68
69 *weston-1.4.0 (30 Jan 2014)