From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 538011388C3 for ; Thu, 7 Jan 2016 21:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8E82E0852; Thu, 7 Jan 2016 21:16:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595F8E0852 for ; Thu, 7 Jan 2016 21:16:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CE103409F2 for ; Thu, 7 Jan 2016 21:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BAA138 for ; Thu, 7 Jan 2016 21:16:55 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1452201401.4d35f96cb3f53633da405cc86d91e149ea1df314.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.0.0.ebuild media-gfx/darktable/darktable-2.0_rc3.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 4d35f96cb3f53633da405cc86d91e149ea1df314 X-VCS-Branch: master Date: Thu, 7 Jan 2016 21:16:55 +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: f03371fa-44a8-4e75-a8db-0a8fc1950723 X-Archives-Hash: 0cf972bd05ff49c4485c0e12b8842c4b commit: 4d35f96cb3f53633da405cc86d91e149ea1df314 Author: Markus Meier gentoo org> AuthorDate: Thu Jan 7 21:13:43 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Jan 7 21:16:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d35f96c media-gfx/darktable: version bump to 2.0.0 drop USE=geo for now, since it requires >=sci-geosciences/osm-gps-map-1.0.0 which is not yet in tree Bug: 569872 ...darktable-2.0_rc3.ebuild => darktable-2.0.0.ebuild} | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/media-gfx/darktable/darktable-2.0_rc3.ebuild b/media-gfx/darktable/darktable-2.0.0.ebuild similarity index 87% rename from media-gfx/darktable/darktable-2.0_rc3.ebuild rename to media-gfx/darktable/darktable-2.0.0.ebuild index 07a9ae2..00601fd 100644 --- a/media-gfx/darktable/darktable-2.0_rc3.ebuild +++ b/media-gfx/darktable/darktable-2.0.0.ebuild @@ -1,27 +1,24 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime pax-utils eutils versionator +inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime pax-utils eutils DOC_PV="1.6.0" -MY_PV="$(replace_version_separator 2 "")" -MY_P="${PN}-$(replace_version_separator 2 ".")" -MY_P_S="${PN}-$(replace_version_separator 2 "~")" DESCRIPTION="A virtual lighttable and darkroom for photographers" HOMEPAGE="http://www.darktable.org/" -SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz +SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${PV}/${P}.tar.xz doc? ( https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${DOC_PV}.pdf )" LICENSE="GPL-3 CC-BY-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" -LANGS=" af ca cs da de el es fi fr gl it ja nl pl pt_BR pt_PT ro ru sk sq sv th uk zh_CN" +LANGS=" ca cs da de el es fr it ja nl pl pt_BR pt_PT ru sk sq sv uk" # TODO add lua once dev-lang/lua-5.2 is unmasked -IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kde libsecret +IUSE="colord cups cpu_flags_x86_sse3 doc flickr gphoto2 graphicsmagick jpeg2k kde libsecret nls opencl openmp openexr pax_kernel +slideshow webp ${LANGS// / linguas_}" @@ -47,7 +44,6 @@ CDEPEND=" colord? ( x11-misc/colord:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) - geo? ( net-libs/libsoup:2.4 ) gphoto2? ( media-libs/libgphoto2:= ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg2k? ( media-libs/openjpeg:0 ) @@ -70,8 +66,6 @@ DEPEND="${CDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -S="${WORKDIR}/${MY_P_S}" - pkg_pretend() { if use openmp ; then tc-has-openmp || die "Please switch to an openmp compatible compiler" @@ -94,7 +88,6 @@ src_configure() { $(cmake-utils_use_use colord COLORD) $(cmake-utils_use_build cups PRINT) $(cmake-utils_use_use flickr FLICKR) - $(cmake-utils_use_use geo GEO) $(cmake-utils_use_use gphoto2 CAMERA_SUPPORT) $(cmake-utils_use_use graphicsmagick GRAPHICSMAGICK) $(cmake-utils_use_use jpeg2k OPENJPEG) @@ -106,6 +99,7 @@ src_configure() { $(cmake-utils_use_use openmp OPENMP) $(cmake-utils_use_build slideshow SLIDESHOW) $(cmake-utils_use_use webp WEBP) + -DUSE_GEO=OFF -DUSE_LUA=OFF -DCUSTOM_CFLAGS=ON -DINSTALL_IOP_EXPERIMENTAL=ON