Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild metadata.xml ChangeLog
Date: Fri, 06 Jan 2012 19:41:05
Message-Id: 20120106194053.A94482004B@flycatcher.gentoo.org
1 sping 12/01/06 19:40:53
2
3 Modified: gegl-0.1.8.ebuild metadata.xml ChangeLog
4 Log:
5 media-libs/gegl: Add use flag vala
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 media-libs/gegl/gegl-0.1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.6&r2=1.7
15
16 Index: gegl-0.1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- gegl-0.1.8.ebuild 4 Jan 2012 06:12:57 -0000 1.6
23 +++ gegl-0.1.8.ebuild 6 Jan 2012 19:40:53 -0000 1.7
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/gegl/gegl-0.1.8.ebuild,v 1.6 2012/01/04 06:12:57 sping Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.7 2012/01/06 19:40:53 sping Exp $
29
30 EAPI=4
31
32 @@ -14,7 +14,7 @@
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
35
36 -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l"
37 +IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
38
39 VALASLOT="0.14"
40
41 @@ -44,7 +44,7 @@
42 DEPEND="${RDEPEND}
43 dev-util/pkgconfig
44 >=sys-devel/libtool-2.2
45 - dev-lang/vala:${VALASLOT}[vapigen]"
46 + vala? ( dev-lang/vala:${VALASLOT}[vapigen] )"
47
48 # tests fail in various ways:
49 # see bug #362215
50 @@ -92,8 +92,8 @@
51 $(use_with umfpack) \
52 $(use_with v4l libv4l) \
53 $(use_enable introspection) \
54 - $(use_with lensfun)
55 - # TODO expose --without-vala ?
56 + $(use_with lensfun) \
57 + $(use_with vala)
58 }
59
60 src_test() {
61
62
63
64 1.5 media-libs/gegl/metadata.xml
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/metadata.xml?rev=1.5&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/metadata.xml?rev=1.5&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/metadata.xml?r1=1.4&r2=1.5
69
70 Index: metadata.xml
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/metadata.xml,v
73 retrieving revision 1.4
74 retrieving revision 1.5
75 diff -u -r1.4 -r1.5
76 --- metadata.xml 1 Jan 2012 13:33:37 -0000 1.4
77 +++ metadata.xml 6 Jan 2012 19:40:53 -0000 1.5
78 @@ -8,5 +8,6 @@
79 <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection.</flag>
80 <flag name="lensfun">Enable support for <pkg>media-libs/lensfun</pkg>.</flag>
81 <flag name="umfpack">Enable sparse solving via <pkg>sci-libs/umfpack</pkg>.</flag>
82 + <flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
83 </use>
84 </pkgmetadata>
85
86
87
88 1.65 media-libs/gegl/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.65&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.65&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.64&r2=1.65
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
97 retrieving revision 1.64
98 retrieving revision 1.65
99 diff -u -r1.64 -r1.65
100 --- ChangeLog 4 Jan 2012 06:12:57 -0000 1.64
101 +++ ChangeLog 6 Jan 2012 19:40:53 -0000 1.65
102 @@ -1,6 +1,10 @@
103 # ChangeLog for media-libs/gegl
104 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.64 2012/01/04 06:12:57 sping Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.65 2012/01/06 19:40:53 sping Exp $
107 +
108 + 06 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild,
109 + metadata.xml:
110 + Add use flag vala
111
112 04 Jan 2012; Sebastian Pipping <sping@g.o> gegl-0.1.8.ebuild:
113 Remove dependency on GTK+ from GEGL 0.1.8