From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F4BA139695 for ; Sat, 8 Apr 2017 15:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF71E0C31; Sat, 8 Apr 2017 15:30:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5AFEE0C31 for ; Sat, 8 Apr 2017 15:30:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19209340F43 for ; Sat, 8 Apr 2017 15:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821F073FE for ; Sat, 8 Apr 2017 15:30:04 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1491665378.75c44eb417349163391938b6e278f7a4f9c75dff.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 75c44eb417349163391938b6e278f7a4f9c75dff X-VCS-Branch: master Date: Sat, 8 Apr 2017 15:30:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80b477d6-903a-4bbc-ad84-6374d4828105 X-Archives-Hash: c4b2b5bdd0d754b240072f6377732520 commit: 75c44eb417349163391938b6e278f7a4f9c75dff Author: Sebastian Pipping gentoo org> AuthorDate: Sat Apr 8 15:26:34 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Apr 8 15:29:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c44eb4 media-gfx/gimp: Sync 9999, move to https Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-gfx/gimp/gimp-9999.ebuild | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 4fbbd0f7e3b..f500d7f30bb 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -6,18 +6,16 @@ PYTHON_COMPAT=( python2_7 ) inherit virtualx autotools eutils gnome2 fdo-mime multilib python-single-r1 git-r3 -EGIT_REPO_URI="git://git.gnome.org/gimp" - DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="http://www.gimp.org/" +EGIT_REPO_URI="https://git.gnome.org/browse/gimp" SRC_URI="" - LICENSE="GPL-3 LGPL-3" SLOT="2" KEYWORDS="" 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" -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" +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" for lang in ${LANGS}; do IUSE+=" linguas_${lang}" @@ -33,14 +31,15 @@ RDEPEND=">=dev-libs/glib-2.40.0:2 xpm? ( x11-libs/libXpm ) >=media-libs/freetype-2.1.7 >=media-libs/harfbuzz-0.9.19 - >=media-libs/gexiv2-0.6.1 + >=media-libs/gexiv2-0.10.3 + >=media-libs/libmypaint-1.3.0_beta0[gegl] >=media-libs/fontconfig-2.2.0 sys-libs/zlib dev-libs/libxml2 dev-libs/libxslt x11-themes/hicolor-icon-theme - >=media-libs/babl-0.1.14 - >=media-libs/gegl-0.3.4:0.3[cairo] + >=media-libs/babl-0.1.24 + >=media-libs/gegl-0.3.14:0.3[cairo] >=dev-libs/glib-2.43 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) @@ -48,17 +47,19 @@ RDEPEND=">=dev-libs/glib-2.40.0:2 gnome? ( gnome-base/gvfs ) virtual/jpeg:0 jpeg2k? ( media-libs/jasper:= ) - >=media-libs/lcms-2.2:2 + >=media-libs/lcms-2.7:2 mng? ( media-libs/libmng ) openexr? ( >=media-libs/openexr-1.6.1 ) - pdf? ( >=app-text/poppler-0.12.4[cairo] >=app-text/poppler-data-0.4.7 ) - >=media-libs/libpng-1.2.37:0 + pdf? ( >=app-text/poppler-0.44[cairo] >=app-text/poppler-data-0.4.7 ) + >=media-libs/libpng-1.6.25:0 python? ( ${PYTHON_DEPS} >=dev-python/pygtk-2.10.4:2[${PYTHON_USEDEP}] + >=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}] ) >=media-libs/tiff-3.5.7:0 >=gnome-base/librsvg-2.36.0:2 + webp? ( >=media-libs/libwebp-0.5.1 ) wmf? ( >=media-libs/libwmf-0.2.8 ) x11-libs/libXcursor sys-libs/zlib @@ -95,14 +96,17 @@ pkg_setup() { $(use_enable cpu_flags_x86_mmx mmx) \ $(use_with mng libmng) \ $(use_with openexr) \ + $(use_with webp) \ $(use_with pdf poppler) \ $(use_enable python) \ $(use_enable smp mp) \ $(use_enable cpu_flags_x86_sse sse) \ + --with-librsvg \ $(use_with udev gudev) \ $(use_with wmf) \ --with-xmc \ $(use_with xpm libxpm) \ + $(use_enable vector-icons) \ --without-xvfb-run" if use python; then