Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.6.11.ebuild
Date: Sun, 07 Nov 2010 14:24:20
Message-Id: 20101107142415.3B4FF20051@flycatcher.gentoo.org
1 scarabeus 10/11/07 14:24:15
2
3 Modified: ChangeLog
4 Added: gimp-2.6.11.ebuild
5 Log:
6 Version bump to latest to fix printing. bug #341903 and #339783
7
8 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.316 media-gfx/gimp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.316&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.316&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.315&r2=1.316
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
20 retrieving revision 1.315
21 retrieving revision 1.316
22 diff -u -r1.315 -r1.316
23 --- ChangeLog 9 Jul 2010 15:28:44 -0000 1.315
24 +++ ChangeLog 7 Nov 2010 14:24:15 -0000 1.316
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/gimp
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.315 2010/07/09 15:28:44 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.316 2010/11/07 14:24:15 scarabeus Exp $
30 +
31 +*gimp-2.6.11 (07 Nov 2010)
32 +
33 + 07 Nov 2010; Tomáš Chvátal <scarabeus@g.o> +gimp-2.6.11.ebuild:
34 + Version bump to latest to fix printing. bug #341903 and #339783
35
36 09 Jul 2010; Tomáš Chvátal <scarabeus@g.o> gimp-9999.ebuild:
37 Depend on correct lcms. Per bug #324921.
38
39
40
41 1.1 media-gfx/gimp/gimp-2.6.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.6.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.6.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gimp-2.6.11.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.11.ebuild,v 1.1 2010/11/07 14:24:15 scarabeus Exp $
51
52 EAPI=2
53 PYTHON_DEPEND="python? 2:2.5"
54
55 inherit eutils gnome2 fdo-mime multilib python
56
57 DESCRIPTION="GNU Image Manipulation Program"
58 HOMEPAGE="http://www.gimp.org/"
59 SRC_URI="mirror://gimp/v2.6/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="2"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 IUSE="alsa aalib altivec curl dbus debug doc exif gnome hal jpeg lcms mmx mng pdf png python smp sse svg tiff webkit wmf"
66
67 RDEPEND=">=dev-libs/glib-2.18.1
68 >=x11-libs/gtk+-2.12.5
69 >=x11-libs/pango-1.18.0
70 x11-libs/libXpm
71 >=media-libs/freetype-2.1.7
72 >=media-libs/fontconfig-2.2.0
73 sys-libs/zlib
74 dev-libs/libxml2
75 dev-libs/libxslt
76 x11-misc/xdg-utils
77 x11-themes/hicolor-icon-theme
78 >=media-libs/gegl-0.0.22
79 aalib? ( media-libs/aalib )
80 alsa? ( media-libs/alsa-lib )
81 curl? ( net-misc/curl )
82 dbus? ( dev-libs/dbus-glib )
83 hal? ( sys-apps/hal )
84 gnome? ( gnome-base/gvfs )
85 webkit? ( net-libs/webkit-gtk )
86 jpeg? ( >=media-libs/jpeg-6b-r2:0 )
87 exif? ( >=media-libs/libexif-0.6.15 )
88 lcms? ( =media-libs/lcms-1* )
89 mng? ( media-libs/libmng )
90 pdf? ( >=app-text/poppler-0.12.3-r3[cairo] )
91 png? ( >=media-libs/libpng-1.2.2 )
92 python? ( >=dev-python/pygtk-2.10.4 )
93 tiff? ( >=media-libs/tiff-3.5.7 )
94 svg? ( >=gnome-base/librsvg-2.8.0 )
95 wmf? ( >=media-libs/libwmf-0.2.8 )"
96 DEPEND="${RDEPEND}
97 >=dev-util/pkgconfig-0.12.0
98 >=dev-util/intltool-0.40
99 >=sys-devel/gettext-0.17
100 doc? ( >=dev-util/gtk-doc-1 )"
101
102 DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
103
104 pkg_setup() {
105 G2CONF="--enable-default-binary \
106 --with-x \
107 $(use_with aalib aa) \
108 $(use_with alsa) \
109 $(use_enable altivec) \
110 $(use_with curl libcurl) \
111 $(use_with dbus) \
112 $(use_with hal) \
113 $(use_with gnome gvfs) \
114 --without-gnomevfs \
115 $(use_with webkit) \
116 $(use_with jpeg libjpeg) \
117 $(use_with exif libexif) \
118 $(use_with lcms) \
119 $(use_enable mmx) \
120 $(use_with mng libmng) \
121 $(use_with pdf poppler) \
122 $(use_with png libpng) \
123 $(use_enable python) \
124 $(use_enable smp mp) \
125 $(use_enable sse) \
126 $(use_with svg librsvg) \
127 $(use_with tiff libtiff) \
128 $(use_with wmf)"
129
130 if use python; then
131 python_set_active_version 2
132 fi
133 }
134
135 src_install() {
136 gnome2_src_install
137
138 if use python; then
139 python_convert_shebangs -r $(python_get_version) "${D}"
140 python_need_rebuild
141 fi
142 }
143
144 pkg_postinst() {
145 gnome2_pkg_postinst
146
147 use python && python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
148 /usr/$(get_libdir)/gimp/2.0/plug-ins
149 }
150
151 pkg_postrm() {
152 gnome2_pkg_postrm
153
154 use python && python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
155 /usr/$(get_libdir)/gimp/2.0/plug-ins
156 }