Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283152 | Differences between
and this patch

Collapse All | Expand All

(-)gimp-2.6.6.ebuild (-9 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.6.ebuild,v 1.6 2009/08/01 06:46:42 ssuominen Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 8-24 Link Here
8
8
9
DESCRIPTION="GNU Image Manipulation Program"
9
DESCRIPTION="GNU Image Manipulation Program"
10
HOMEPAGE="http://www.gimp.org/"
10
HOMEPAGE="http://www.gimp.org/"
11
SRC_URI="mirror://gimp/v2.6/${P}.tar.bz2"
11
SRC_URI="mirror://gimp/v${PV:0:3}/${P}.tar.bz2"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-3"
14
SLOT="2"
14
SLOT="2"
15
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
16
16
17
IUSE="alsa aalib altivec curl dbus debug doc exif gnome hal jpeg lcms mmx mng pdf png python smp sse svg tiff webkit wmf"
17
IUSE="alsa aalib altivec curl dbus debug doc exif gnome hal jpeg lcms mmx mng pdf png python smp sse svg tiff webkit wmf"
18
18
19
RDEPEND=">=dev-libs/glib-2.18.1
19
RDEPEND=">=dev-libs/glib-2.20.0
20
	>=x11-libs/gtk+-2.12.5
20
	>=x11-libs/gtk+-2.16.1
21
	>=x11-libs/pango-1.18.0
21
	>=x11-libs/pango-1.20.1
22
	>=media-libs/freetype-2.1.7
22
	>=media-libs/freetype-2.1.7
23
	>=media-libs/fontconfig-2.2.0
23
	>=media-libs/fontconfig-2.2.0
24
	sys-libs/zlib
24
	sys-libs/zlib
Lines 26-32 Link Here
26
	dev-libs/libxslt
26
	dev-libs/libxslt
27
	x11-misc/xdg-utils
27
	x11-misc/xdg-utils
28
	x11-themes/hicolor-icon-theme
28
	x11-themes/hicolor-icon-theme
29
	>=media-libs/gegl-0.0.22
29
	>=media-libs/gegl-0.1.0
30
	>=media-libs/babl-0.1.0
30
	aalib? ( media-libs/aalib )
31
	aalib? ( media-libs/aalib )
31
	alsa? ( media-libs/alsa-lib )
32
	alsa? ( media-libs/alsa-lib )
32
	curl? ( net-misc/curl )
33
	curl? ( net-misc/curl )
Lines 46-53 Link Here
46
	svg? ( >=gnome-base/librsvg-2.8.0 )
47
	svg? ( >=gnome-base/librsvg-2.8.0 )
47
	wmf? ( >=media-libs/libwmf-0.2.8 )"
48
	wmf? ( >=media-libs/libwmf-0.2.8 )"
48
DEPEND="${RDEPEND}
49
DEPEND="${RDEPEND}
49
	>=dev-util/pkgconfig-0.12.0
50
	>=dev-util/pkgconfig-0.23.0
50
	>=dev-util/intltool-0.40
51
	>=dev-util/intltool-0.40.1
51
	>=sys-devel/gettext-0.17
52
	>=sys-devel/gettext-0.17
52
	doc? ( >=dev-util/gtk-doc-1 )"
53
	doc? ( >=dev-util/gtk-doc-1 )"
53
54

Return to bug 283152