Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/evas: evas-1.7.2.ebuild ChangeLog
Date: Fri, 30 Nov 2012 16:36:32
Message-Id: 20121130163622.9547220C65@flycatcher.gentoo.org
1 tommy 12/11/30 16:36:22
2
3 Modified: evas-1.7.2.ebuild ChangeLog
4 Log:
5 Drop svg USE flag, disable experimental svg support, suggest external loader support in pkg_postinst
6
7 (Portage version: 2.2.0_alpha142-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
8
9 Revision Changes Path
10 1.2 media-libs/evas/evas-1.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: evas-1.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- evas-1.7.2.ebuild 23 Nov 2012 15:10:16 -0000 1.1
23 +++ evas-1.7.2.ebuild 30 Nov 2012 16:36:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild,v 1.1 2012/11/23 15:10:16 tommy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.2.ebuild,v 1.2 2012/11/30 16:36:22 tommy Exp $
29
30 EAPI=2
31
32 @@ -11,7 +11,7 @@
33 SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
34
35 KEYWORDS="~amd64 ~arm ~x86"
36 -IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 svg static-libs tga +threads tiff X xcb xpm"
37 +IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga +threads tiff X xcb xpm"
38
39 RDEPEND=">=dev-libs/eina-1.7.0
40 >=media-libs/freetype-2.3.9
41 @@ -34,12 +34,7 @@
42 xcb? (
43 x11-libs/xcb-util
44 ) )
45 - eet? ( >=dev-libs/eet-1.7.0 )
46 - svg? (
47 - >=gnome-base/librsvg-2.14.0
48 - x11-libs/cairo
49 - x11-libs/libsvg-cairo
50 - )"
51 + eet? ( >=dev-libs/eet-1.7.0 )"
52 DEPEND="${RDEPEND}"
53
54 src_configure() {
55 @@ -88,7 +83,7 @@
56 $(use_enable psd image-loader-psd)
57 $(use_enable sse cpu-sse)
58 $(use_enable sse3 cpu-sse3)
59 - $(use_enable svg image-loader-svg)
60 + --disable-image-loader-svg
61 $(use_enable tga image-loader-tga)
62 $(use_enable tiff image-loader-tiff)
63 $(use_enable threads pthreads)
64 @@ -132,3 +127,7 @@
65
66 enlightenment_src_configure
67 }
68 +
69 +pkg_postinst() {
70 + elog "for svg support install media-plugins/evas_generic_loaders[svg]"
71 +}
72
73
74
75 1.17 media-libs/evas/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?rev=1.17&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?rev=1.17&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?r1=1.16&r2=1.17
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v
84 retrieving revision 1.16
85 retrieving revision 1.17
86 diff -u -r1.16 -r1.17
87 --- ChangeLog 23 Nov 2012 15:10:16 -0000 1.16
88 +++ ChangeLog 30 Nov 2012 16:36:22 -0000 1.17
89 @@ -1,6 +1,10 @@
90 # ChangeLog for media-libs/evas
91 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.16 2012/11/23 15:10:16 tommy Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.17 2012/11/30 16:36:22 tommy Exp $
94 +
95 + 30 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@g.o> evas-1.7.2.ebuild:
96 + Drop svg USE flag, disable experimental svg support, suggest external loader
97 + support in pkg_postinst
98
99 *evas-1.7.2 (23 Nov 2012)