From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 23 15:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0872FCB for ; Sun, 23 Feb 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AEC813BC for ; Sun, 23 Feb 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1NF00v6015066 for ; Sun, 23 Feb 2014 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1NF008E015063; Sun, 23 Feb 2014 15:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 23 Feb 2014 15:00:00 GMT Resent-Message-Id: <201402231500.s1NF008E015063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E132EE1 for ; Sun, 23 Feb 2014 14:57:44 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E97E713A7 for ; Sun, 23 Feb 2014 14:57:43 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1NEvhmJ025735 for ; Sun, 23 Feb 2014 14:57:43 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1NEvhqG025734; Sun, 23 Feb 2014 14:57:43 GMT (envelope-from nobody) Message-Id: <201402231457.s1NEvhqG025734@cgiserv.freebsd.org> Date: Sun, 23 Feb 2014 14:57:43 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186979: [PATCH] graphics/darktable: update to 1.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 15:00:00 -0000 >Number: 186979 >Category: ports >Synopsis: [PATCH] graphics/darktable: update to 1.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 23 15:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: 11.0-CURRENT >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 11.0-CURRENT FreeBSD 11.0-CURRENT #0 7e2b0bf(master): Sat Feb 22 18:18:04 CET 2014 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/src/GIT/sys/GENERIC amd64 >Description: The following patch stages and updates graphics/darktable to 1.4.1: http://people.freebsd.org/~dumbbell/darktable/graphics-darktable-update-141-staging-openmp.b.patch The following changes were made to options: - Remove KWALLET option (unused) - Rename FACEBOOK option to FB_PICASA, because both export features depend on json-glib. - Add COLORD option (color management) - Add GRAPHMAGICK option (support GraphicsMagick's image formats) - Add LUA option (embed Lua to add scripting) - Add SQUISH option (use libsquish to compress thumbnails) The patch enables more options by default, because I think it's more sensible for a photographer using binary packages: - COLORD - FB_PICASA - FLICKR - GEO - GRAPHMAGICK - LUA - NLS - OPENJPEG - SQUISH Regarding the GCC option (enabled by default to provide OpenMP support), USES=compiler:features allows to check if libc++ is the C++ standard library. In this case, devel/libc++ is pulled as a build dependency: this allows GCC to be used even when other libraries (eg. exiv2) were built with Clang. COLORD adds a LIB_DEPENDS to graphics/colord, but darktable provides it's own libcolord.so internally (statically linked). The comment in src/CMakeLists.txt explains that libcolord.so in many [Linux] distros is linked against Gtk+3. GRAPHMAGICK adds a LIB_DEPENDS to graphics/GraphicsMagick13: I used library name with version (libGraphicsMagick.so.14), because it doesn't build with graphics/GraphicsMagick. I didn't try with graphics/GraphicsMagick12. graphics/webp is added as a mandatory option: CMakeLists.txt defines a "USE_WEBP" CMake option, but that option is never used. patch-cmake_modules_FindFreetype.cmake is removed because the corresponding CMake module is gone. patch-src-common-imageio_exr.hh is removed because a better fix (one which works for both FreeBSD and Mac OS X) is committed upstream. pkg-plist's diff is large because I preferred to keep the order of "make makeplist". Future updates will be easier. Otherwise, changes are small. The patch was tested using advices from StageDir wiki page, except the poudriere/tinderbox step. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: