Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Sat, 08 Apr 2017 15:30:16
Message-Id: 1491665378.75c44eb417349163391938b6e278f7a4f9c75dff.sping@gentoo
1 commit: 75c44eb417349163391938b6e278f7a4f9c75dff
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 8 15:26:34 2017 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 15:29:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c44eb4
7
8 media-gfx/gimp: Sync 9999, move to https
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-gfx/gimp/gimp-9999.ebuild | 24 ++++++++++++++----------
13 1 file changed, 14 insertions(+), 10 deletions(-)
14
15 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
16 index 4fbbd0f7e3b..f500d7f30bb 100644
17 --- a/media-gfx/gimp/gimp-9999.ebuild
18 +++ b/media-gfx/gimp/gimp-9999.ebuild
19 @@ -6,18 +6,16 @@ PYTHON_COMPAT=( python2_7 )
20
21 inherit virtualx autotools eutils gnome2 fdo-mime multilib python-single-r1 git-r3
22
23 -EGIT_REPO_URI="git://git.gnome.org/gimp"
24 -
25 DESCRIPTION="GNU Image Manipulation Program"
26 HOMEPAGE="http://www.gimp.org/"
27 +EGIT_REPO_URI="https://git.gnome.org/browse/gimp"
28 SRC_URI=""
29 -
30 LICENSE="GPL-3 LGPL-3"
31 SLOT="2"
32 KEYWORDS=""
33
34 LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
35 -IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k cpu_flags_x86_mmx mng pdf python smp cpu_flags_x86_sse udev wmf xpm"
36 +IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k cpu_flags_x86_mmx mng pdf python smp cpu_flags_x86_sse udev vector-icons webp wmf xpm"
37
38 for lang in ${LANGS}; do
39 IUSE+=" linguas_${lang}"
40 @@ -33,14 +31,15 @@ RDEPEND=">=dev-libs/glib-2.40.0:2
41 xpm? ( x11-libs/libXpm )
42 >=media-libs/freetype-2.1.7
43 >=media-libs/harfbuzz-0.9.19
44 - >=media-libs/gexiv2-0.6.1
45 + >=media-libs/gexiv2-0.10.3
46 + >=media-libs/libmypaint-1.3.0_beta0[gegl]
47 >=media-libs/fontconfig-2.2.0
48 sys-libs/zlib
49 dev-libs/libxml2
50 dev-libs/libxslt
51 x11-themes/hicolor-icon-theme
52 - >=media-libs/babl-0.1.14
53 - >=media-libs/gegl-0.3.4:0.3[cairo]
54 + >=media-libs/babl-0.1.24
55 + >=media-libs/gegl-0.3.14:0.3[cairo]
56 >=dev-libs/glib-2.43
57 aalib? ( media-libs/aalib )
58 alsa? ( media-libs/alsa-lib )
59 @@ -48,17 +47,19 @@ RDEPEND=">=dev-libs/glib-2.40.0:2
60 gnome? ( gnome-base/gvfs )
61 virtual/jpeg:0
62 jpeg2k? ( media-libs/jasper:= )
63 - >=media-libs/lcms-2.2:2
64 + >=media-libs/lcms-2.7:2
65 mng? ( media-libs/libmng )
66 openexr? ( >=media-libs/openexr-1.6.1 )
67 - pdf? ( >=app-text/poppler-0.12.4[cairo] >=app-text/poppler-data-0.4.7 )
68 - >=media-libs/libpng-1.2.37:0
69 + pdf? ( >=app-text/poppler-0.44[cairo] >=app-text/poppler-data-0.4.7 )
70 + >=media-libs/libpng-1.6.25:0
71 python? (
72 ${PYTHON_DEPS}
73 >=dev-python/pygtk-2.10.4:2[${PYTHON_USEDEP}]
74 + >=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}]
75 )
76 >=media-libs/tiff-3.5.7:0
77 >=gnome-base/librsvg-2.36.0:2
78 + webp? ( >=media-libs/libwebp-0.5.1 )
79 wmf? ( >=media-libs/libwmf-0.2.8 )
80 x11-libs/libXcursor
81 sys-libs/zlib
82 @@ -95,14 +96,17 @@ pkg_setup() {
83 $(use_enable cpu_flags_x86_mmx mmx) \
84 $(use_with mng libmng) \
85 $(use_with openexr) \
86 + $(use_with webp) \
87 $(use_with pdf poppler) \
88 $(use_enable python) \
89 $(use_enable smp mp) \
90 $(use_enable cpu_flags_x86_sse sse) \
91 + --with-librsvg \
92 $(use_with udev gudev) \
93 $(use_with wmf) \
94 --with-xmc \
95 $(use_with xpm libxpm) \
96 + $(use_enable vector-icons) \
97 --without-xvfb-run"
98
99 if use python; then