Date: Mon, 21 Mar 2016 22:06:57 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411621 - in head/graphics/hugin: . files Message-ID: <201603212206.u2LM6vgF042072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grog (src committer) Date: Mon Mar 21 22:06:56 2016 New Revision: 411621 URL: https://svnweb.freebsd.org/changeset/ports/411621 Log: Releaase 2016.0.0 Changes Since 2015.0.0 - The first improvement concerns icc color profiles: Hugin has already copied the icc profile into the output file when stitching panoramas. Now also the display in the GUIs takes the icc profile into account. Celeste_standalone and cpfind read now also the icc profile and use it during its processings. - Beside the known output options Hugin now includes a user defined output sequence. With this option the user can create more flexible variants for the output. As an example a zero-noise output sequence is delivered with Hugin 2016.0. - Some buttons in the Hugin GUI now have a context menu for easier access to some function: - *Show all* in the fast preview window to allow better interaction with stacked projects. - *Celeste* button in the cp tab (panorama editor): the button can now be used to create control points or to clean control points with celeste or statistical methods. - The identify tool in the fast preview window now also shows the image numbers on top of the images. (This can be suppressed by pressing the alt button). - Many more improvements and bug fixes under the hood: incorrect behaviour of photometric optimizer, fixed merging of projects with line control points, ... Submitted by: Thomas Modes Added: head/graphics/hugin/files/patch-CMakeLists.txt - copied unchanged from r411571, head/graphics/hugin-2016/files/patch-CMakeLists.txt Deleted: head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp head/graphics/hugin/files/patch-src__tools__tca_correct.cpp Modified: head/graphics/hugin/Makefile head/graphics/hugin/distinfo Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Mon Mar 21 21:14:05 2016 (r411620) +++ head/graphics/hugin/Makefile Mon Mar 21 22:06:56 2016 (r411621) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= hugin -PORTVERSION= 2015.0.0 -PORTREVISION= 6 +PORTVERSION= 2016.0.0 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} Modified: head/graphics/hugin/distinfo ============================================================================== --- head/graphics/hugin/distinfo Mon Mar 21 21:14:05 2016 (r411620) +++ head/graphics/hugin/distinfo Mon Mar 21 22:06:56 2016 (r411621) @@ -1,2 +1,2 @@ -SHA256 (hugin-2015.0.0.tar.bz2) = 2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd -SIZE (hugin-2015.0.0.tar.bz2) = 10611519 +SHA256 (hugin-2016.0.0.tar.bz2) = b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6 +SIZE (hugin-2016.0.0.tar.bz2) = 10508576 Copied: head/graphics/hugin/files/patch-CMakeLists.txt (from r411571, head/graphics/hugin-2016/files/patch-CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hugin/files/patch-CMakeLists.txt Mon Mar 21 22:06:56 2016 (r411621, copy of r411571, head/graphics/hugin-2016/files/patch-CMakeLists.txt) @@ -0,0 +1,14 @@ +--- CMakeLists.txt~ 2016-01-24 20:16:54.000000000 +1100 ++++ CMakeLists.txt 2016-02-29 14:04:08.376365000 +1100 +@@ -2,11 +2,6 @@ + # require at least cmake 2.8 + cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR ) + +-# prevent in-tree building +-if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") +- message(FATAL_ERROR "In-source builds are not allowed.") +-endif() +- + if(COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + endif(COMMAND cmake_policy)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603212206.u2LM6vgF042072>