Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: ChangeLog inkscape-0.45.1-r1.ebuild
Date: Thu, 06 Dec 2007 22:45:41
Message-Id: E1J0PTD-0007Oi-Hw@stork.gentoo.org
1 maekke 07/12/06 22:45:27
2
3 Modified: ChangeLog
4 Added: inkscape-0.45.1-r1.ebuild
5 Log:
6 add perl USE-flag (bug #199410) and readd jabber USE-flag (bug #162620), drop hppa keyword (loudmouth not keyworded)
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.69 media-gfx/inkscape/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 6 Dec 2007 21:27:55 -0000 1.68
23 +++ ChangeLog 6 Dec 2007 22:45:27 -0000 1.69
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/inkscape
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.68 2007/12/06 21:27:55 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.69 2007/12/06 22:45:27 maekke Exp $
29 +
30 +*inkscape-0.45.1-r1 (06 Dec 2007)
31 +
32 + 06 Dec 2007; Markus Meier <maekke@g.o> +inkscape-0.45.1-r1.ebuild:
33 + add perl USE-flag (bug #199410) and readd jabber USE-flag (bug #162620),
34 + drop hppa keyword (loudmouth not keyworded)
35
36 06 Dec 2007; Markus Meier <maekke@g.o> inkscape-0.45.1.ebuild:
37 readd libxslt dep, bug #86629 and bug #191939
38
39
40
41 1.1 media-gfx/inkscape/inkscape-0.45.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/inkscape-0.45.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape/inkscape-0.45.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: inkscape-0.45.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.45.1-r1.ebuild,v 1.1 2007/12/06 22:45:27 maekke Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="A SVG based generic vector-drawing program"
55 HOMEPAGE="http://www.inkscape.org/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 SLOT="0"
59 LICENSE="GPL-2 LGPL-2.1"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="dia doc gnome inkjar jabber lcms mmx perl postscript spell wmf"
62 RESTRICT="test"
63
64 COMMON_DEPEND=">=x11-libs/gtk+-2.10.7
65 dev-cpp/glibmm
66 >=dev-cpp/gtkmm-2.4
67 >=dev-libs/boehm-gc-6.4
68 >=dev-libs/glib-2.6.5
69 >=dev-libs/libsigc++-2.0.12
70 >=dev-libs/libxslt-1.0.15
71 dev-libs/popt
72 media-libs/fontconfig
73 >=media-libs/freetype-2
74 media-libs/libpng
75 >=x11-libs/pango-1.4.0
76 >=dev-libs/libxml2-2.6.20
77 dev-python/pyxml
78 virtual/xft
79 gnome? (
80 >=gnome-base/gnome-vfs-2.0
81 gnome-base/libgnomeprint
82 gnome-base/libgnomeprintui
83 )
84 jabber? ( >=net-libs/loudmouth-1.0 )
85 lcms? ( >=media-libs/lcms-1.14 )
86 perl? (
87 dev-perl/XML-Parser
88 dev-perl/XML-XQL
89 )
90 spell? ( app-text/gtkspell )"
91
92 # These only use executables provided by these packages
93 # See share/extensions for more details. inkscape can tell you to
94 # install these so we could of course just not depend on those and rely
95 # on that.
96 RDEPEND="
97 ${COMMON_DEPEND}
98 dia? ( app-office/dia )
99 postscript? ( >=media-gfx/pstoedit-3.44 media-gfx/skencil )
100 wmf? ( media-libs/libwmf )"
101
102 DEPEND="${COMMON_DEPEND}
103 sys-devel/gettext
104 dev-util/pkgconfig
105 x11-libs/libX11
106 >=dev-util/intltool-0.29"
107
108 pkg_setup() {
109 G2CONF="${G2CONF} --with-xft"
110 G2CONF="${G2CONF} $(use_with spell gtkspell)"
111 G2CONF="${G2CONF} $(use_enable jabber inkboard)"
112 G2CONF="${G2CONF} $(use_enable mmx)"
113 G2CONF="${G2CONF} $(use_with inkjar)"
114 G2CONF="${G2CONF} $(use_with gnome gnome-vfs)"
115 G2CONF="${G2CONF} $(use_with gnome gnome-print)"
116 G2CONF="${G2CONF} $(use_enable lcms)"
117 G2CONF="${G2CONF} $(use_with perl)"
118 }
119
120 DOCS="AUTHORS COPYING ChangeLog NEWS README"
121
122
123
124 --
125 gentoo-commits@g.o mailing list