pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/hugin
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 27 09:59:36 UTC 2018
Modified Files:
pkgsrc/graphics/hugin: Makefile PLIST distinfo
Log Message:
hugin: updated to 2018.0.0
2018.0.0:
The version 2018.0 is mainly a bug fix release and introduce some minor new features.
Several improvements for optimizer tabs:
- mark deselected images
- allow changing optimizer variables for all selected images at once
- option to ignore line cp
hugin_stacker: New tool to stack overlapping images with several averaging modes (e.g. mean, median).
Hugin: Added option to disable auto-rotation of images in control point and mask editor.
Nona, verdandi and hugin_stacker can now write BigTIFF images (for files >4 GB). The output of BigTIFF has to manually activated on the command line. It is not set automatically. (For a complete
panorama in BigTIFF you will probably also need enblend/enfuse from repository. The last released version of enblend does not yet support writing BigTIFF files.)
Added expression parser to GUI: This allows to manipulate several image variables at once. (This is the same as running pto_var --set from the command line.) This can be used e.g. to prealign the
images in a given setup and then run cpfind --prealigned to search control points only in overlapping images.
Add user-defined assistant and expose it in the GUI. It allows to set up different assistant strategies without the need to recompiling. Provide also some examples (scanned images, multi-row
panoramas with orphaned images, single-shot panorama cameras).
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/hugin/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/hugin/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/hugin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/hugin/Makefile
diff -u pkgsrc/graphics/hugin/Makefile:1.73 pkgsrc/graphics/hugin/Makefile:1.74
--- pkgsrc/graphics/hugin/Makefile:1.73 Mon Jan 1 21:18:32 2018
+++ pkgsrc/graphics/hugin/Makefile Tue Feb 27 09:59:36 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2018/01/01 21:18:32 adam Exp $
+# $NetBSD: Makefile,v 1.74 2018/02/27 09:59:36 adam Exp $
-DISTNAME= hugin-2017.0.0
-PKGREVISION= 4
+DISTNAME= hugin-2018.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +20,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
CONFIGURE_ENV+= MANDIR=${PKGMANDIR}
+CMAKE_ARGS+= -DBUILD_HSI=ON
+
PY_PATCHPLIST= yes
REPLACE_PYTHON+= src/hugin_script_interface/*.py
REPLACE_PYTHON+= src/hugin_script_interface/plugins/*.py
Index: pkgsrc/graphics/hugin/PLIST
diff -u pkgsrc/graphics/hugin/PLIST:1.10 pkgsrc/graphics/hugin/PLIST:1.11
--- pkgsrc/graphics/hugin/PLIST:1.10 Mon Jul 3 20:48:03 2017
+++ pkgsrc/graphics/hugin/PLIST Tue Feb 27 09:59:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/07/03 20:48:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/02/27 09:59:36 adam Exp $
bin/PTBatcherGUI
bin/align_image_stack
bin/autooptimiser
@@ -14,6 +14,7 @@ bin/hugin
bin/hugin_executor
bin/hugin_hdrmerge
bin/hugin_lensdb
+bin/hugin_stacker
bin/hugin_stitch_project
bin/icpfind
bin/linefind
@@ -80,10 +81,15 @@ share/applications/pto_gen.desktop
share/hugin/data/blended_stacks.executor
share/hugin/data/celeste.model
share/hugin/data/default.setting
+share/hugin/data/duallens.assistant
+share/hugin/data/expressions.ini
share/hugin/data/fused_layers.executor
share/hugin/data/hdr_pano.executor
share/hugin/data/hugin_exiftool_copy.arg
share/hugin/data/hugin_exiftool_final_example.arg
+share/hugin/data/median_stack.executor
+share/hugin/data/multirow.assistant
+share/hugin/data/normal.assistant
share/hugin/data/normal_enblend.executor
share/hugin/data/normal_enblend_cubic.executor
share/hugin/data/normal_layered_tiff.executor
@@ -95,6 +101,9 @@ share/hugin/data/plugins/crop_cp.py
share/hugin/data/plugins/shooting_pattern.py
share/hugin/data/plugins/top_five.py
share/hugin/data/plugins/woa.py
+share/hugin/data/scanned.assistant
+share/hugin/data/scanned2.assistant
+share/hugin/data/stacked.assistant
share/hugin/data/zeronoise.executor
share/hugin/xrc/about.xrc
share/hugin/xrc/batch_frame.xrc
@@ -447,7 +456,7 @@ share/hugin/xrc/data/help_en_EN/TIFF.htm
share/hugin/xrc/data/help_en_EN/Tca_correct.html
share/hugin/xrc/data/help_en_EN/The_General_Panini_Projection.html
share/hugin/xrc/data/help_en_EN/Tone_mapping.html
-share/hugin/xrc/data/help_en_EN/User_defined_output_sequence.html
+share/hugin/xrc/data/help_en_EN/User_defined_output_sequence_and_user_defined_assistant.html
share/hugin/xrc/data/help_en_EN/Using_Celeste_with_hugin.html
share/hugin/xrc/data/help_en_EN/Verdandi.html
share/hugin/xrc/data/help_en_EN/Vertical-fisheye.jpg
Index: pkgsrc/graphics/hugin/distinfo
diff -u pkgsrc/graphics/hugin/distinfo:1.19 pkgsrc/graphics/hugin/distinfo:1.20
--- pkgsrc/graphics/hugin/distinfo:1.19 Sun Jul 16 11:37:52 2017
+++ pkgsrc/graphics/hugin/distinfo Tue Feb 27 09:59:36 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2017/07/16 11:37:52 wiz Exp $
+$NetBSD: distinfo,v 1.20 2018/02/27 09:59:36 adam Exp $
-SHA1 (hugin-2017.0.0.tar.bz2) = 4ba7f5bf5afdadbea9cf10d15aa14e644ef94ed3
-RMD160 (hugin-2017.0.0.tar.bz2) = 2a0cf1af75d384abca0a62d80480fc815f63e0bf
-SHA512 (hugin-2017.0.0.tar.bz2) = bfd39135119fddb559ecec220da36a4c15d96bda7f93e738d8815aafca94685ba879239202e2cc81c87787188ee3b1b6dc5cbe8014aa12e2f95d654591dc1969
-Size (hugin-2017.0.0.tar.bz2) = 9803272 bytes
+SHA1 (hugin-2018.0.0.tar.bz2) = bf62cc597015f8fcbddb52590fe3f8eac497449f
+RMD160 (hugin-2018.0.0.tar.bz2) = 0302957e8ed250c277f9b78d9604609c9919e8b9
+SHA512 (hugin-2018.0.0.tar.bz2) = 30061f4af695137f349526272e8c3c2f1f6a167305acb32466a30629c46dabea3818bc2c3a77b6102fcb67aa390a803cdc5ba8d8a2ecc6065f88726392529cbc
+Size (hugin-2018.0.0.tar.bz2) = 9838518 bytes
SHA1 (patch-CMakeLists.txt) = 9c7f017d8446e61b2cfffe7969f900c63cb229a1
SHA1 (patch-CMakeModules_FindPNG.cmake) = 811fd3cf6f819b31129e1560cd8acd1f7ee6defc
SHA1 (patch-doc_deghosting_mask.pod) = fe5462b10966420b0cf3fab004854d9dab3bfb4f
Home |
Main Index |
Thread Index |
Old Index