Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2015 23:47:29 +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: r401978 - in head/graphics/hugin: . files
Message-ID:  <201511192347.tAJNlT94036536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Thu Nov 19 23:47:28 2015
New Revision: 401978
URL: https://svnweb.freebsd.org/changeset/ports/401978

Log:
  Take MAINTAINER
  
  Approved by:	vd@
  
  Upgrade to 2015.0.0
  
  Approved by:	edwin@ (mentor)
  
  MFC after:	2 weeks

Modified:
  head/graphics/hugin/Makefile
  head/graphics/hugin/distinfo
  head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp
  head/graphics/hugin/pkg-plist

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Thu Nov 19 21:50:18 2015	(r401977)
+++ head/graphics/hugin/Makefile	Thu Nov 19 23:47:28 2015	(r401978)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	hugin
-PORTVERSION=	2013.0.0
-PORTREVISION=	7
+PORTVERSION=	2015.0.0
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
-MAINTAINER=	vd@FreeBSD.org
+MAINTAINER=	grog@FreeBSD.org
 COMMENT=	GUI for Panorama Tools, to stitch panoramic images
 
 LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libImath.so:${PORTSDIR}/graphics/ilmbase \
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		liblensfun.so:${PORTSDIR}/graphics/lensfun \
 		libpano13.so:${PORTSDIR}/graphics/libpano13 \
 		libpng.so:${PORTSDIR}/graphics/png \
@@ -30,7 +31,7 @@ OPTIONS_DEFAULT=	PANOMATIC AUTOPANOSIFTC
 PANOMATIC_DESC=	Install graphics/panomatic
 AUTOPANOSIFTC_DESC=	Install graphics/autopano-sift-c
 
-USES=		cmake gettext jpeg pkgconfig tar:bzip2 desktop-file-utils python \
+USES=		cmake gettext pkgconfig tar:bzip2 desktop-file-utils python \
 		shared-mime-info compiler:features
 
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
@@ -61,10 +62,6 @@ post-configure:
 		${WRKSRC}/src/hugin1/base_wx/CMakeFiles/huginbasewx.dir/flags.make \
 		${WRKSRC}/src/hugin1/hugin/CMakeFiles/hugin.dir/flags.make \
 		${WRKSRC}/src/hugin1/hugin/CMakeFiles/hugin.dir/link.txt \
-		${WRKSRC}/src/hugin1/nona_gui/CMakeFiles/nona_gui.dir/flags.make \
-		${WRKSRC}/src/hugin1/nona_gui/CMakeFiles/nona_gui.dir/link.txt \
-		${WRKSRC}/src/hugin1/ptbatcher/CMakeFiles/PTBatcher.dir/flags.make \
-		${WRKSRC}/src/hugin1/ptbatcher/CMakeFiles/PTBatcher.dir/link.txt \
 		${WRKSRC}/src/hugin1/ptbatcher/CMakeFiles/PTBatcherGUI.dir/flags.make \
 		${WRKSRC}/src/hugin1/ptbatcher/CMakeFiles/PTBatcherGUI.dir/link.txt \
 		${WRKSRC}/src/hugin1/stitch_project/CMakeFiles/hugin_stitch_project.dir/flags.make \

Modified: head/graphics/hugin/distinfo
==============================================================================
--- head/graphics/hugin/distinfo	Thu Nov 19 21:50:18 2015	(r401977)
+++ head/graphics/hugin/distinfo	Thu Nov 19 23:47:28 2015	(r401978)
@@ -1,2 +1,2 @@
-SHA256 (hugin-2013.0.0.tar.bz2) = 484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5
-SIZE (hugin-2013.0.0.tar.bz2) = 11247583
+SHA256 (hugin-2015.0.0.tar.bz2) = 2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd
+SIZE (hugin-2015.0.0.tar.bz2) = 10611519

Modified: head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp
==============================================================================
--- head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp	Thu Nov 19 21:50:18 2015	(r401977)
+++ head/graphics/hugin/files/patch-src__hugin1__icpfind__AutoCtrlPointCreator.cpp	Thu Nov 19 23:47:28 2015	(r401978)
@@ -1,11 +1,13 @@
---- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig	2013-12-01 19:41:03.000000000 +0200
-+++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp	2013-12-01 19:41:25.000000000 +0200
-@@ -28,7 +28,7 @@
- #include "panoinc.h"
+--- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig	2015-07-18 02:44:00.000000000 +1000
++++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp	2015-10-31 15:49:42.000000000 +1100
+@@ -29,8 +29,10 @@
  
  #include <fstream>
--#ifdef __GNUC__
-+#if defined(__GNUC__) && !defined(_LIBCPP_VERSION)
+ #ifdef __GNUC__
++#ifndef __FreeBSD__
  #include <ext/stdio_filebuf.h>
  #endif
++#endif
+ 
+ #include "algorithms/optimizer/ImageGraph.h"
  

Modified: head/graphics/hugin/pkg-plist
==============================================================================
--- head/graphics/hugin/pkg-plist	Thu Nov 19 21:50:18 2015	(r401977)
+++ head/graphics/hugin/pkg-plist	Thu Nov 19 23:47:28 2015	(r401978)
@@ -1,8 +1,6 @@
-bin/PTBatcher
 bin/PTBatcherGUI
 bin/align_image_stack
 bin/autooptimiser
-bin/autopano-noop.sh
 bin/calibrate_lens_gui
 bin/celeste_standalone
 bin/checkpto
@@ -12,36 +10,35 @@ bin/deghosting_mask
 bin/fulla
 bin/geocpset
 bin/hugin
+bin/hugin_executor
 bin/hugin_hdrmerge
+bin/hugin_lensdb
 bin/hugin_stitch_project
 bin/icpfind
 bin/linefind
-bin/matchpoint
 bin/nona
-bin/nona_gui
 bin/pano_modify
 bin/pano_trafo
-bin/pto2mk
 bin/pto_gen
 bin/pto_lensstack
+bin/pto_mask
 bin/pto_merge
+bin/pto_move
+bin/pto_template
 bin/pto_var
 bin/tca_correct
+bin/verdandi
 bin/vig_optimize
 lib/hugin/libceleste.so.0.0
 lib/hugin/libhugin_python_interface.so.0.0
 lib/hugin/libhuginbase.so.0.0
 lib/hugin/libhuginbasewx.so.0.0
 lib/hugin/libhuginlines.so.0.0
-lib/hugin/libhuginvigraimpex.so.0.0
 lib/hugin/libicpfindlib.so.0.0
 lib/hugin/liblocalfeatures.so.0.0
-lib/hugin/libmakefilelib.so.0.0
-man/man1/PTBatcher.1.gz
 man/man1/PTBatcherGUI.1.gz
 man/man1/align_image_stack.1.gz
 man/man1/autooptimiser.1.gz
-man/man1/autopano-noop.sh.1.gz
 man/man1/calibrate_lens_gui.1.gz
 man/man1/celeste_standalone.1.gz
 man/man1/checkpto.1.gz
@@ -51,67 +48,131 @@ man/man1/deghosting_mask.1.gz
 man/man1/fulla.1.gz
 man/man1/geocpset.1.gz
 man/man1/hugin.1.gz
+man/man1/hugin_executor.1.gz
 man/man1/hugin_hdrmerge.1.gz
+man/man1/hugin_lensdb.1.gz
 man/man1/hugin_stitch_project.1.gz
 man/man1/icpfind.1.gz
 man/man1/linefind.1.gz
-man/man1/matchpoint.1.gz
 man/man1/nona.1.gz
-man/man1/nona_gui.1.gz
 man/man1/pano_modify.1.gz
 man/man1/pano_trafo.1.gz
-man/man1/pto2mk.1.gz
 man/man1/pto_gen.1.gz
 man/man1/pto_lensstack.1.gz
+man/man1/pto_mask.1.gz
 man/man1/pto_merge.1.gz
+man/man1/pto_move.1.gz
+man/man1/pto_template.1.gz
 man/man1/pto_var.1.gz
 man/man1/tca_correct.1.gz
+man/man1/verdandi.1.gz
 man/man1/vig_optimize.1.gz
 share/applications/PTBatcherGUI.desktop
 share/applications/calibrate_lens_gui.desktop
 share/applications/hugin.desktop
 share/applications/pto_gen.desktop
 %%DATADIR%%/data/celeste.model
-%%DATADIR%%/data/default.setting
-%%DATADIR%%/data/plugins-templates/dual_use.py
-%%DATADIR%%/data/plugins-templates/plugin_skeleton.py
-%%DATADIR%%/data/plugins/crop_cp.py
-%%DATADIR%%/data/plugins/README_woa.txt
 %%DATADIR%%/data/plugins/shooting_pattern.py
 %%DATADIR%%/data/plugins/top_five.py
 %%DATADIR%%/data/plugins/woa.py
-%%DATADIR%%/Makefile.equirect.mk
-%%DATADIR%%/xrc/about.xrc
-%%DATADIR%%/xrc/batch_frame.xrc
+%%DATADIR%%/data/plugins/crop_cp.py
+%%DATADIR%%/data/plugins/README_woa.txt
+%%DATADIR%%/data/plugins-templates/dual_use.py
+%%DATADIR%%/data/plugins-templates/plugin_skeleton.py
+%%DATADIR%%/data/hugin_exiftool_copy.arg
+%%DATADIR%%/data/default.setting
+%%DATADIR%%/xrc/lenscal_frame.xrc
+%%DATADIR%%/xrc/optimize_panel.xrc
+%%DATADIR%%/xrc/lensdb_dialogs.xrc
+%%DATADIR%%/xrc/preview_frame.xrc
+%%DATADIR%%/xrc/main_tool.xrc
+%%DATADIR%%/xrc/cp_list_frame.xrc
+%%DATADIR%%/xrc/image_variable_dlg.xrc
 %%DATADIR%%/xrc/batch_menu.xrc
-%%DATADIR%%/xrc/batch_toolbar.xrc
-%%DATADIR%%/xrc/cpdetector_dialog.xrc
 %%DATADIR%%/xrc/cp_editor_panel.xrc
-%%DATADIR%%/xrc/cp_list_frame.xrc
-%%DATADIR%%/xrc/data/about.htm
-%%DATADIR%%/xrc/data/add_project.png
-%%DATADIR%%/xrc/data/add_projects.png
-%%DATADIR%%/xrc/data/autocrop_tool.png
-%%DATADIR%%/xrc/data/center_pano.png
-%%DATADIR%%/xrc/data/COPYING
-%%DATADIR%%/xrc/data/crop_tool.png
-%%DATADIR%%/xrc/data/crop_tool_small.png
+%%DATADIR%%/xrc/cpdetector_dialog.xrc
+%%DATADIR%%/xrc/main_frame.xrc
+%%DATADIR%%/xrc/mask_editor_panel.xrc
+%%DATADIR%%/xrc/optimize_photo_panel.xrc
+%%DATADIR%%/xrc/main_menu.xrc
+%%DATADIR%%/xrc/pano_panel.xrc
+%%DATADIR%%/xrc/batch_frame.xrc
+%%DATADIR%%/xrc/dlg_warning.xrc
+%%DATADIR%%/xrc/about.xrc
+%%DATADIR%%/xrc/pref_dialog.xrc
+%%DATADIR%%/xrc/reset_dialog.xrc
+%%DATADIR%%/xrc/images_panel.xrc
+%%DATADIR%%/xrc/batch_toolbar.xrc
+%%DATADIR%%/xrc/edit_script_dialog.xrc
 %%DATADIR%%/xrc/data/dedication.htm
-%%DATADIR%%/xrc/data/drag_tool.png
-%%DATADIR%%/xrc/data/drag_tool_small.png
-%%DATADIR%%/xrc/data/druid.control.128.png
-%%DATADIR%%/xrc/data/druid.images.128.png
+%%DATADIR%%/xrc/data/sponsors.htm
+%%DATADIR%%/xrc/data/intro.htm
+%%DATADIR%%/xrc/data/keyboard_pl.html
+%%DATADIR%%/xrc/data/ptbatcher.ico
+%%DATADIR%%/xrc/data/hugin.ico
+%%DATADIR%%/xrc/data/pto_icon.ico
+%%DATADIR%%/xrc/data/filenew.png
 %%DATADIR%%/xrc/data/druid.lenses.128.png
-%%DATADIR%%/xrc/data/druid.optimize.128.png
+%%DATADIR%%/xrc/data/optimize.png
+%%DATADIR%%/xrc/data/stop.png
 %%DATADIR%%/xrc/data/druid.stitch.128.png
+%%DATADIR%%/xrc/data/preview_num_transform.png
+%%DATADIR%%/xrc/data/identify_tool.png
 %%DATADIR%%/xrc/data/edit_add.png
-%%DATADIR%%/xrc/data/filenew.png
-%%DATADIR%%/xrc/data/fileopen.png
-%%DATADIR%%/xrc/data/filesave.png
+%%DATADIR%%/xrc/data/preview_show_none.png
+%%DATADIR%%/xrc/data/druid.optimize.128.png
 %%DATADIR%%/xrc/data/filesaveas.png
-%%DATADIR%%/xrc/data/fit_pano.png
+%%DATADIR%%/xrc/data/splash.png
+%%DATADIR%%/xrc/data/preview_layout_small.png
+%%DATADIR%%/xrc/data/fileopen.png
+%%DATADIR%%/xrc/data/drag_tool_small.png
 %%DATADIR%%/xrc/data/gl_preview.png
+%%DATADIR%%/xrc/data/straighten_pano.png
+%%DATADIR%%/xrc/data/autocrop_tool.png
+%%DATADIR%%/xrc/data/output_hdr.png
+%%DATADIR%%/xrc/data/crop_tool.png
+%%DATADIR%%/xrc/data/photometric.png
+%%DATADIR%%/xrc/data/preview_show_all.png
+%%DATADIR%%/xrc/data/undo.png
+%%DATADIR%%/xrc/data/preview_white_balance.png
+%%DATADIR%%/xrc/data/drag_tool.png
+%%DATADIR%%/xrc/data/transparent.png
+%%DATADIR%%/xrc/data/hugin.png
+%%DATADIR%%/xrc/data/reload.png
+%%DATADIR%%/xrc/data/preview_control_point_tool.png
 %%DATADIR%%/xrc/data/gl_preview_small.png
+%%DATADIR%%/xrc/data/filesave.png
+%%DATADIR%%/xrc/data/remove_project.png
+%%DATADIR%%/xrc/data/info.png
+%%DATADIR%%/xrc/data/output_normal.png
+%%DATADIR%%/xrc/data/pto_icon.png
+%%DATADIR%%/xrc/data/output_blended_fused.png
+%%DATADIR%%/xrc/data/list.png
+%%DATADIR%%/xrc/data/start.png
+%%DATADIR%%/xrc/data/crop_tool_small.png
+%%DATADIR%%/xrc/data/pause.png
+%%DATADIR%%/xrc/data/center_pano.png
+%%DATADIR%%/xrc/data/logo.png
+%%DATADIR%%/xrc/data/preview_auto_update.png
+%%DATADIR%%/xrc/data/preview_white_balance_small.png
+%%DATADIR%%/xrc/data/druid.images.128.png
+%%DATADIR%%/xrc/data/druid.control.128.png
+%%DATADIR%%/xrc/data/preview.png
+%%DATADIR%%/xrc/data/fit_pano.png
+%%DATADIR%%/xrc/data/add_project.png
+%%DATADIR%%/xrc/data/identify_tool_small.png
+%%DATADIR%%/xrc/data/add_projects.png
+%%DATADIR%%/xrc/data/redo.png
+%%DATADIR%%/xrc/data/hugin_small.png
+%%DATADIR%%/xrc/data/ptbatcher.png
+%%DATADIR%%/xrc/data/preview_layout.png
+%%DATADIR%%/xrc/data/output_fused_blended.png
+%%DATADIR%%/xrc/data/skip.png
+%%DATADIR%%/xrc/data/preview_control_point_tool_small.png
+%%DATADIR%%/xrc/data/tips.txt
+%%DATADIR%%/xrc/data/upstream.txt
+%%DATADIR%%/xrc/data/about.htm
+%%DATADIR%%/xrc/data/COPYING
 %%DATADIR%%/xrc/data/help_en_EN/100px-Big_ben_transverse_mercator.jpg
 %%DATADIR%%/xrc/data/help_en_EN/100px-PC_img01.jpg
 %%DATADIR%%/xrc/data/help_en_EN/100px-PC_img02.jpg
@@ -206,9 +267,6 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/97f76ad87331fb0eebfa4c97bed26d8c.png
 %%DATADIR%%/xrc/data/help_en_EN/98dda29ec0838b4a60698e962d90cd03.png
 %%DATADIR%%/xrc/data/help_en_EN/990bd2a1181cb4840ca9ff6b710ca7ec.png
-%%DATADIR%%/xrc/data/help_en_EN/a0f45cb050ae05932d1495f15a13290e.png
-%%DATADIR%%/xrc/data/help_en_EN/a98f19317c5b1baf19a11563189c874b.png
-%%DATADIR%%/xrc/data/help_en_EN/ab807c8735d25a66b577b029bc0e568f.png
 %%DATADIR%%/xrc/data/help_en_EN/Aliasing.html
 %%DATADIR%%/xrc/data/help_en_EN/AliasingPScubic.jpg
 %%DATADIR%%/xrc/data/help_en_EN/AliasingPScubic_2x.jpg
@@ -225,7 +283,6 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Autopano-sift-C.html
 %%DATADIR%%/xrc/data/help_en_EN/Autopano-sift.html
 %%DATADIR%%/xrc/data/help_en_EN/Autopano.html
-%%DATADIR%%/xrc/data/help_en_EN/b27abc434a11d07b390df859d7aa782a.png
 %%DATADIR%%/xrc/data/help_en_EN/Banding.html
 %%DATADIR%%/xrc/data/help_en_EN/Barrel-distortion.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Barrel_distortion.html
@@ -238,10 +295,6 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Big_ben_stereographic.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Bracketing.html
 %%DATADIR%%/xrc/data/help_en_EN/Bubble-distortion.jpg
-%%DATADIR%%/xrc/data/help_en_EN/c398d95d4b6e864a2b448a53b5a245fd.png
-%%DATADIR%%/xrc/data/help_en_EN/c3cc50179501003b73b0f3d8f02098dc.png
-%%DATADIR%%/xrc/data/help_en_EN/Calibrate_lens_gui.html
-%%DATADIR%%/xrc/data/help_en_EN/Camera_response_curve.html
 %%DATADIR%%/xrc/data/help_en_EN/CA_artifical_B_Y.jpg
 %%DATADIR%%/xrc/data/help_en_EN/CA_artifical_R_C.jpg
 %%DATADIR%%/xrc/data/help_en_EN/CA_fringes00.jpg
@@ -256,7 +309,8 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/CA_tCA02.jpg
 %%DATADIR%%/xrc/data/help_en_EN/CA_tCA03.jpg
 %%DATADIR%%/xrc/data/help_en_EN/CCD.html
-%%DATADIR%%/xrc/data/help_en_EN/ccf48cf728225d3dcecf1f74e74dafa3.png
+%%DATADIR%%/xrc/data/help_en_EN/Calibrate_lens_gui.html
+%%DATADIR%%/xrc/data/help_en_EN/Camera_response_curve.html
 %%DATADIR%%/xrc/data/help_en_EN/Celeste_cpeditor_post.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Celeste_cpeditor_pre.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Celeste_done.jpg
@@ -268,102 +322,93 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Color_correct_tiff.html
 %%DATADIR%%/xrc/data/help_en_EN/Colour_profile.html
 %%DATADIR%%/xrc/data/help_en_EN/Contrast.html
-%%DATADIR%%/xrc/data/help_en_EN/Control_points.html
 %%DATADIR%%/xrc/data/help_en_EN/Control_Point_Detector_Parameters.html
 %%DATADIR%%/xrc/data/help_en_EN/Control_point_generators.html
+%%DATADIR%%/xrc/data/help_en_EN/Control_points.html
 %%DATADIR%%/xrc/data/help_en_EN/Cpclean.html
 %%DATADIR%%/xrc/data/help_en_EN/Cpfind.html
-%%DATADIR%%/xrc/data/help_en_EN/Cropped_TIFF.html
 %%DATADIR%%/xrc/data/help_en_EN/Crop_factor.html
+%%DATADIR%%/xrc/data/help_en_EN/Cropped_TIFF.html
 %%DATADIR%%/xrc/data/help_en_EN/Cubic.html
 %%DATADIR%%/xrc/data/help_en_EN/Cubic_Projection.html
 %%DATADIR%%/xrc/data/help_en_EN/Cylindrical.html
-%%DATADIR%%/xrc/data/help_en_EN/Cylindrical_panorama.html
 %%DATADIR%%/xrc/data/help_en_EN/Cylindrical_Projection.html
-%%DATADIR%%/xrc/data/help_en_EN/d4466e5ff97cd6bbdddc514f3a28fb88.png
-%%DATADIR%%/xrc/data/help_en_EN/db71893e7683801204b25f076e7db8b3.png
+%%DATADIR%%/xrc/data/help_en_EN/Cylindrical_panorama.html
+%%DATADIR%%/xrc/data/help_en_EN/DSLR_spherical_resolution.html
 %%DATADIR%%/xrc/data/help_en_EN/Depth_of_Field.html
 %%DATADIR%%/xrc/data/help_en_EN/Diffraction.html
-%%DATADIR%%/xrc/data/help_en_EN/DSLR_spherical_resolution.html
 %%DATADIR%%/xrc/data/help_en_EN/Dust_Removal_with_Flatfield.html
 %%DATADIR%%/xrc/data/help_en_EN/Dynamic_range.html
-%%DATADIR%%/xrc/data/help_en_EN/e1e1d3d40573127e9ee0480caf1283d6.png
+%%DATADIR%%/xrc/data/help_en_EN/EXIF.html
 %%DATADIR%%/xrc/data/help_en_EN/Enblend.html
 %%DATADIR%%/xrc/data/help_en_EN/Enfuse.html
 %%DATADIR%%/xrc/data/help_en_EN/Entrance_pupil.html
 %%DATADIR%%/xrc/data/help_en_EN/Equirectangular.html
 %%DATADIR%%/xrc/data/help_en_EN/Equirectangular_Panini.html
 %%DATADIR%%/xrc/data/help_en_EN/Equirectangular_Projection.html
-%%DATADIR%%/xrc/data/help_en_EN/EXIF.html
-%%DATADIR%%/xrc/data/help_en_EN/f10801280c8b36520b1a628171f25d8f.png
-%%DATADIR%%/xrc/data/help_en_EN/f7bd60b75b29d79b660a2859395c1a24.png
-%%DATADIR%%/xrc/data/help_en_EN/fa5313ae442c1ac7f832c141880e3e74.png
 %%DATADIR%%/xrc/data/help_en_EN/Field_of_View.html
 %%DATADIR%%/xrc/data/help_en_EN/Fisheye_Projection.html
 %%DATADIR%%/xrc/data/help_en_EN/Flags.png
 %%DATADIR%%/xrc/data/help_en_EN/Focal_Length.html
 %%DATADIR%%/xrc/data/help_en_EN/Freepv.html
 %%DATADIR%%/xrc/data/help_en_EN/Fulla.html
+%%DATADIR%%/xrc/data/help_en_EN/GIF.html
 %%DATADIR%%/xrc/data/help_en_EN/Gamma.html
 %%DATADIR%%/xrc/data/help_en_EN/Geocpset.html
-%%DATADIR%%/xrc/data/help_en_EN/GIF.html
 %%DATADIR%%/xrc/data/help_en_EN/Gl_preview.png
 %%DATADIR%%/xrc/data/help_en_EN/HDR.html
 %%DATADIR%%/xrc/data/help_en_EN/HDR_workflow_with_hugin.html
-%%DATADIR%%/xrc/data/help_en_EN/help_index_en.hhk
-%%DATADIR%%/xrc/data/help_en_EN/help_toc_en.hhc
 %%DATADIR%%/xrc/data/help_en_EN/Horizontal_control_points.html
-%%DATADIR%%/xrc/data/help_en_EN/hugin.hhc
-%%DATADIR%%/xrc/data/help_en_EN/hugin.hhk
-%%DATADIR%%/xrc/data/help_en_EN/hugin.hhp
 %%DATADIR%%/xrc/data/help_en_EN/Hugin.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin2013_assistant_tab_tophalf.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin2013_panorama_editor_menu.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin2013_tabs.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Assistant_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Batch_Processor.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_center_pano.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Control_Points_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Control_Points_table.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Crop_tab.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_edit_add.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Exposure_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_FAQ.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_Fast_Preview_window.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Keyboard_shortcuts.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Main_window.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Mask_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Optimiser_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Panorama_Editor_window.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Panorama_Workflow.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Parameters_for_Control_Point_Detectors_dialog.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Photos_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preferences.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_window.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Projection_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Reset_Values_window.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Scripting_Interface.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Stitcher_tab.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_Trackers.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_center_pano.png
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_edit_add.png
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_executor.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_filenew.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_fileopen.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_filesave.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_filesaveas.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_fit_pano.png
-%%DATADIR%%/xrc/data/help_en_EN/hugin_help_en_EN.hhp
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_info.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Keyboard_shortcuts.html
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_lensdb.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_list.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Main_window.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Mask_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_move_drag_tab.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Optimiser_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_optimize.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Panorama_Editor_window.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Parameters_for_Control_Point_Detectors_dialog.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Photos_tab.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preferences.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_preview.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_preview_auto_update.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_preview_num_transform.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_preview_show_all.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_preview_show_none.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_tab.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_window.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Projection_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_redo.png
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_reload.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Reset_Values_window.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Scripting_Interface.html
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Stitcher_tab.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_stitch_project.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_straighten_pano.png
-%%DATADIR%%/xrc/data/help_en_EN/Hugin_Trackers.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_translation_guide.html
 %%DATADIR%%/xrc/data/help_en_EN/Hugin_undo.png
 %%DATADIR%%/xrc/data/help_en_EN/Icpfind.html
@@ -374,29 +419,33 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Interpolate_sinc256.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Interpolation.html
 %%DATADIR%%/xrc/data/help_en_EN/JPEG.html
+%%DATADIR%%/xrc/data/help_en_EN/LICENCE.manual
 %%DATADIR%%/xrc/data/help_en_EN/Landscape.html
 %%DATADIR%%/xrc/data/help_en_EN/Layout-small.png
 %%DATADIR%%/xrc/data/help_en_EN/Lens_correction_model.html
 %%DATADIR%%/xrc/data/help_en_EN/Lens_distortion.html
-%%DATADIR%%/xrc/data/help_en_EN/LICENCE.manual
-%%DATADIR%%/xrc/data/help_en_EN/license.html
 %%DATADIR%%/xrc/data/help_en_EN/Lightprobe.html
 %%DATADIR%%/xrc/data/help_en_EN/Linefind.html
-%%DATADIR%%/xrc/data/help_en_EN/magnify-clip.png
-%%DATADIR%%/xrc/data/help_en_EN/manual.css
-%%DATADIR%%/xrc/data/help_en_EN/MatchPoint.html
 %%DATADIR%%/xrc/data/help_en_EN/Medinet_habu_horizontal_fisheye.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Medinet_habu_horizontal_stereographic.jpg
+%%DATADIR%%/xrc/data/help_en_EN/NPP.html
 %%DATADIR%%/xrc/data/help_en_EN/Nadir.html
 %%DATADIR%%/xrc/data/help_en_EN/No-parallax_point.html
 %%DATADIR%%/xrc/data/help_en_EN/Nodal_Point.html
 %%DATADIR%%/xrc/data/help_en_EN/Nona.html
-%%DATADIR%%/xrc/data/help_en_EN/Nona_gui.html
-%%DATADIR%%/xrc/data/help_en_EN/NPP.html
 %%DATADIR%%/xrc/data/help_en_EN/OpenEXR.html
 %%DATADIR%%/xrc/data/help_en_EN/Optimization.html
+%%DATADIR%%/xrc/data/help_en_EN/PNG.html
+%%DATADIR%%/xrc/data/help_en_EN/PPI.html
+%%DATADIR%%/xrc/data/help_en_EN/PSD.html
+%%DATADIR%%/xrc/data/help_en_EN/PTOptimizer.html
+%%DATADIR%%/xrc/data/help_en_EN/PTStitcher.html
+%%DATADIR%%/xrc/data/help_en_EN/PTblender.html
+%%DATADIR%%/xrc/data/help_en_EN/PTmender.html
+%%DATADIR%%/xrc/data/help_en_EN/PTtiff2psd.html
 %%DATADIR%%/xrc/data/help_en_EN/Panini.html
 %%DATADIR%%/xrc/data/help_en_EN/Pano12.html
+%%DATADIR%%/xrc/data/help_en_EN/Pano_modify.html
 %%DATADIR%%/xrc/data/help_en_EN/Panoglview.html
 %%DATADIR%%/xrc/data/help_en_EN/Panoinfo.html
 %%DATADIR%%/xrc/data/help_en_EN/Panomatic.html
@@ -406,8 +455,6 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Panorama_scripting_in_a_nutshell.html
 %%DATADIR%%/xrc/data/help_en_EN/Panorama_tools.html
 %%DATADIR%%/xrc/data/help_en_EN/Panotools.html
-%%DATADIR%%/xrc/data/help_en_EN/panotoolsng.png
-%%DATADIR%%/xrc/data/help_en_EN/Pano_modify.html
 %%DATADIR%%/xrc/data/help_en_EN/Parallax.gif
 %%DATADIR%%/xrc/data/help_en_EN/Parallax.html
 %%DATADIR%%/xrc/data/help_en_EN/Perspective_correction.html
@@ -416,27 +463,21 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Pincushion-distortion.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Pincushion_distortion.html
 %%DATADIR%%/xrc/data/help_en_EN/Pitch.html
-%%DATADIR%%/xrc/data/help_en_EN/PNG.html
 %%DATADIR%%/xrc/data/help_en_EN/Portrait.html
-%%DATADIR%%/xrc/data/help_en_EN/PPI.html
 %%DATADIR%%/xrc/data/help_en_EN/Projections.html
-%%DATADIR%%/xrc/data/help_en_EN/PSD.html
-%%DATADIR%%/xrc/data/help_en_EN/PTblender.html
-%%DATADIR%%/xrc/data/help_en_EN/PTmender.html
-%%DATADIR%%/xrc/data/help_en_EN/Pto2mk.html
-%%DATADIR%%/xrc/data/help_en_EN/PTOptimizer.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto_gen.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto_lensstack.html
+%%DATADIR%%/xrc/data/help_en_EN/Pto_mask.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto_merge.html
+%%DATADIR%%/xrc/data/help_en_EN/Pto_move.html
+%%DATADIR%%/xrc/data/help_en_EN/Pto_template.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto_var.html
-%%DATADIR%%/xrc/data/help_en_EN/PTStitcher.html
-%%DATADIR%%/xrc/data/help_en_EN/PTtiff2psd.html
 %%DATADIR%%/xrc/data/help_en_EN/QTVR.html
 %%DATADIR%%/xrc/data/help_en_EN/Qtvr2img.html
-%%DATADIR%%/xrc/data/help_en_EN/RatingStar_002.jpg
 %%DATADIR%%/xrc/data/help_en_EN/RAW.html
-%%DATADIR%%/xrc/data/help_en_EN/Rectilinear_Projection.html
 %%DATADIR%%/xrc/data/help_en_EN/RGBE.html
+%%DATADIR%%/xrc/data/help_en_EN/RatingStar_002.jpg
+%%DATADIR%%/xrc/data/help_en_EN/Rectilinear_Projection.html
 %%DATADIR%%/xrc/data/help_en_EN/Roll.html
 %%DATADIR%%/xrc/data/help_en_EN/SB_Blended.jpg
 %%DATADIR%%/xrc/data/help_en_EN/SB_Parallax.jpg
@@ -447,19 +488,43 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Stitching_a_photo-mosaic.html
 %%DATADIR%%/xrc/data/help_en_EN/Straight_line_control_points.html
 %%DATADIR%%/xrc/data/help_en_EN/Swing_rod.html
+%%DATADIR%%/xrc/data/help_en_EN/TIFF.html
 %%DATADIR%%/xrc/data/help_en_EN/Tca_correct.html
 %%DATADIR%%/xrc/data/help_en_EN/The_General_Panini_Projection.html
-%%DATADIR%%/xrc/data/help_en_EN/TIFF.html
 %%DATADIR%%/xrc/data/help_en_EN/Tone_mapping.html
 %%DATADIR%%/xrc/data/help_en_EN/Using_Celeste_with_hugin.html
+%%DATADIR%%/xrc/data/help_en_EN/Verdandi.html
 %%DATADIR%%/xrc/data/help_en_EN/Vertical-fisheye.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Vertical-stereographic.jpg
 %%DATADIR%%/xrc/data/help_en_EN/Vertical_control_points.html
-%%DATADIR%%/xrc/data/help_en_EN/Vignetting.html
 %%DATADIR%%/xrc/data/help_en_EN/Vig_optimize.html
+%%DATADIR%%/xrc/data/help_en_EN/Vignetting.html
 %%DATADIR%%/xrc/data/help_en_EN/Wavy_distortion.html
 %%DATADIR%%/xrc/data/help_en_EN/Yaw.html
 %%DATADIR%%/xrc/data/help_en_EN/Zenith.html
+%%DATADIR%%/xrc/data/help_en_EN/a0f45cb050ae05932d1495f15a13290e.png
+%%DATADIR%%/xrc/data/help_en_EN/a98f19317c5b1baf19a11563189c874b.png
+%%DATADIR%%/xrc/data/help_en_EN/ab807c8735d25a66b577b029bc0e568f.png
+%%DATADIR%%/xrc/data/help_en_EN/b27abc434a11d07b390df859d7aa782a.png
+%%DATADIR%%/xrc/data/help_en_EN/c398d95d4b6e864a2b448a53b5a245fd.png
+%%DATADIR%%/xrc/data/help_en_EN/c3cc50179501003b73b0f3d8f02098dc.png
+%%DATADIR%%/xrc/data/help_en_EN/ccf48cf728225d3dcecf1f74e74dafa3.png
+%%DATADIR%%/xrc/data/help_en_EN/d4466e5ff97cd6bbdddc514f3a28fb88.png
+%%DATADIR%%/xrc/data/help_en_EN/db71893e7683801204b25f076e7db8b3.png
+%%DATADIR%%/xrc/data/help_en_EN/e1e1d3d40573127e9ee0480caf1283d6.png
+%%DATADIR%%/xrc/data/help_en_EN/f10801280c8b36520b1a628171f25d8f.png
+%%DATADIR%%/xrc/data/help_en_EN/f7bd60b75b29d79b660a2859395c1a24.png
+%%DATADIR%%/xrc/data/help_en_EN/fa5313ae442c1ac7f832c141880e3e74.png
+%%DATADIR%%/xrc/data/help_en_EN/help_index_en.hhk
+%%DATADIR%%/xrc/data/help_en_EN/help_toc_en.hhc
+%%DATADIR%%/xrc/data/help_en_EN/hugin.hhc
+%%DATADIR%%/xrc/data/help_en_EN/hugin.hhk
+%%DATADIR%%/xrc/data/help_en_EN/hugin.hhp
+%%DATADIR%%/xrc/data/help_en_EN/hugin_help_en_EN.hhp
+%%DATADIR%%/xrc/data/help_en_EN/license.html
+%%DATADIR%%/xrc/data/help_en_EN/magnify-clip.png
+%%DATADIR%%/xrc/data/help_en_EN/manual.css
+%%DATADIR%%/xrc/data/help_en_EN/panotoolsng.png
 %%DATADIR%%/xrc/data/help_it_IT/16bit_workflow_with_hugin.html
 %%DATADIR%%/xrc/data/help_it_IT/Aliasing.html
 %%DATADIR%%/xrc/data/help_it_IT/Align_a_stack_of_photos.html
@@ -473,35 +538,35 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_it_IT/Banding.html
 %%DATADIR%%/xrc/data/help_it_IT/Barrel_distortion.html
 %%DATADIR%%/xrc/data/help_it_IT/Bracketing.html
-%%DATADIR%%/xrc/data/help_it_IT/Camera_response_curve.html
 %%DATADIR%%/xrc/data/help_it_IT/CCD.html
+%%DATADIR%%/xrc/data/help_it_IT/Camera_response_curve.html
 %%DATADIR%%/xrc/data/help_it_IT/Chromatic_aberration.html
 %%DATADIR%%/xrc/data/help_it_IT/Color_correct_tiff.html
 %%DATADIR%%/xrc/data/help_it_IT/Colour_profile.html
 %%DATADIR%%/xrc/data/help_it_IT/Control_points.html
-%%DATADIR%%/xrc/data/help_it_IT/Cropped_TIFF.html
 %%DATADIR%%/xrc/data/help_it_IT/Crop_factor.html
+%%DATADIR%%/xrc/data/help_it_IT/Cropped_TIFF.html
 %%DATADIR%%/xrc/data/help_it_IT/Cubic.html
 %%DATADIR%%/xrc/data/help_it_IT/Cubic_Projection.html
 %%DATADIR%%/xrc/data/help_it_IT/Cylindrical.html
-%%DATADIR%%/xrc/data/help_it_IT/Cylindrical_panorama.html
 %%DATADIR%%/xrc/data/help_it_IT/Cylindrical_Projection.html
+%%DATADIR%%/xrc/data/help_it_IT/Cylindrical_panorama.html
 %%DATADIR%%/xrc/data/help_it_IT/Depth_of_Field.html
 %%DATADIR%%/xrc/data/help_it_IT/Dust_Removal_with_Flatfield.html
 %%DATADIR%%/xrc/data/help_it_IT/Dynamic_range.html
+%%DATADIR%%/xrc/data/help_it_IT/EXIF.html
 %%DATADIR%%/xrc/data/help_it_IT/Enblend.html
 %%DATADIR%%/xrc/data/help_it_IT/Enfuse.html
 %%DATADIR%%/xrc/data/help_it_IT/Entrance_pupil.html
 %%DATADIR%%/xrc/data/help_it_IT/Equirectangular.html
 %%DATADIR%%/xrc/data/help_it_IT/Equirectangular_Projection.html
-%%DATADIR%%/xrc/data/help_it_IT/EXIF.html
 %%DATADIR%%/xrc/data/help_it_IT/Field_of_View.html
 %%DATADIR%%/xrc/data/help_it_IT/Fisheye_Projection.html
 %%DATADIR%%/xrc/data/help_it_IT/Focal_Length.html
 %%DATADIR%%/xrc/data/help_it_IT/Freepv.html
 %%DATADIR%%/xrc/data/help_it_IT/Fulla.html
-%%DATADIR%%/xrc/data/help_it_IT/Gamma.html
 %%DATADIR%%/xrc/data/help_it_IT/GIF.html
+%%DATADIR%%/xrc/data/help_it_IT/Gamma.html
 %%DATADIR%%/xrc/data/help_it_IT/HDR.html
 %%DATADIR%%/xrc/data/help_it_IT/HDR_workflow_with_hugin.html
 %%DATADIR%%/xrc/data/help_it_IT/Horizontal_control_points.html
@@ -529,16 +594,23 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_it_IT/Landscape.html
 %%DATADIR%%/xrc/data/help_it_IT/Lens_correction_model.html
 %%DATADIR%%/xrc/data/help_it_IT/Lens_distortion.html
-%%DATADIR%%/xrc/data/help_it_IT/license.html
 %%DATADIR%%/xrc/data/help_it_IT/MatchPoint.html
+%%DATADIR%%/xrc/data/help_it_IT/NPP.html
 %%DATADIR%%/xrc/data/help_it_IT/Nadir.html
 %%DATADIR%%/xrc/data/help_it_IT/No-parallax_point.html
 %%DATADIR%%/xrc/data/help_it_IT/Nodal_Point.html
 %%DATADIR%%/xrc/data/help_it_IT/Nona.html
 %%DATADIR%%/xrc/data/help_it_IT/Nona_gui.html
-%%DATADIR%%/xrc/data/help_it_IT/NPP.html
 %%DATADIR%%/xrc/data/help_it_IT/OpenEXR.html
 %%DATADIR%%/xrc/data/help_it_IT/Optimization.html
+%%DATADIR%%/xrc/data/help_it_IT/PNG.html
+%%DATADIR%%/xrc/data/help_it_IT/PPI.html
+%%DATADIR%%/xrc/data/help_it_IT/PSD.html
+%%DATADIR%%/xrc/data/help_it_IT/PTOptimizer.html
+%%DATADIR%%/xrc/data/help_it_IT/PTStitcher.html
+%%DATADIR%%/xrc/data/help_it_IT/PTblender.html
+%%DATADIR%%/xrc/data/help_it_IT/PTmender.html
+%%DATADIR%%/xrc/data/help_it_IT/PTtiff2psd.html
 %%DATADIR%%/xrc/data/help_it_IT/Pano12.html
 %%DATADIR%%/xrc/data/help_it_IT/Panoglview.html
 %%DATADIR%%/xrc/data/help_it_IT/Panoinfo.html
@@ -552,20 +624,12 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_it_IT/Perspective_distortion.html
 %%DATADIR%%/xrc/data/help_it_IT/Pincushion_distortion.html
 %%DATADIR%%/xrc/data/help_it_IT/Pitch.html
-%%DATADIR%%/xrc/data/help_it_IT/PNG.html
 %%DATADIR%%/xrc/data/help_it_IT/Portrait.html
-%%DATADIR%%/xrc/data/help_it_IT/PPI.html
 %%DATADIR%%/xrc/data/help_it_IT/Projections.html
-%%DATADIR%%/xrc/data/help_it_IT/PSD.html
-%%DATADIR%%/xrc/data/help_it_IT/PTblender.html
-%%DATADIR%%/xrc/data/help_it_IT/PTmender.html
-%%DATADIR%%/xrc/data/help_it_IT/PTOptimizer.html
-%%DATADIR%%/xrc/data/help_it_IT/PTStitcher.html
-%%DATADIR%%/xrc/data/help_it_IT/PTtiff2psd.html
 %%DATADIR%%/xrc/data/help_it_IT/QTVR.html
 %%DATADIR%%/xrc/data/help_it_IT/RAW.html
-%%DATADIR%%/xrc/data/help_it_IT/Rectilinear_Projection.html
 %%DATADIR%%/xrc/data/help_it_IT/RGBE.html
+%%DATADIR%%/xrc/data/help_it_IT/Rectilinear_Projection.html
 %%DATADIR%%/xrc/data/help_it_IT/Roll.html
 %%DATADIR%%/xrc/data/help_it_IT/Spherical.html
 %%DATADIR%%/xrc/data/help_it_IT/Stereographic_Projection.html
@@ -577,77 +641,13 @@ share/applications/pto_gen.desktop
 %%DATADIR%%/xrc/data/help_it_IT/Wavy_distortion.html
 %%DATADIR%%/xrc/data/help_it_IT/Yaw.html
 %%DATADIR%%/xrc/data/help_it_IT/Zenith.html
-%%DATADIR%%/xrc/data/hugin.ico
-%%DATADIR%%/xrc/data/hugin.png
-%%DATADIR%%/xrc/data/hugin_small.png
-%%DATADIR%%/xrc/data/identify_tool.png
-%%DATADIR%%/xrc/data/identify_tool_small.png
-%%DATADIR%%/xrc/data/info.png
-%%DATADIR%%/xrc/data/intro.htm
-%%DATADIR%%/xrc/data/keyboard_pl.html
-%%DATADIR%%/xrc/data/list.png
-%%DATADIR%%/xrc/data/logo.png
-%%DATADIR%%/xrc/data/nona_enblend.mk
-%%DATADIR%%/xrc/data/nona_multilayer.mk
-%%DATADIR%%/xrc/data/nona_smartblend.mk
-%%DATADIR%%/xrc/data/optimize.png
-%%DATADIR%%/xrc/data/output_blended_fused.png
-%%DATADIR%%/xrc/data/output_fused_blended.png
-%%DATADIR%%/xrc/data/output_hdr.png
-%%DATADIR%%/xrc/data/output_normal.png
-%%DATADIR%%/xrc/data/pause.png
-%%DATADIR%%/xrc/data/photometric.png
-%%DATADIR%%/xrc/data/preview.png
-%%DATADIR%%/xrc/data/preview_auto_update.png
-%%DATADIR%%/xrc/data/preview_control_point_tool.png
-%%DATADIR%%/xrc/data/preview_layout.png
-%%DATADIR%%/xrc/data/preview_layout_small.png
-%%DATADIR%%/xrc/data/preview_num_transform.png
-%%DATADIR%%/xrc/data/preview_show_all.png
-%%DATADIR%%/xrc/data/preview_show_none.png
-%%DATADIR%%/xrc/data/preview_white_balance.png
-%%DATADIR%%/xrc/data/preview_white_balance_small.png
-%%DATADIR%%/xrc/data/ptbatcher.ico
-%%DATADIR%%/xrc/data/ptbatcher.png
-%%DATADIR%%/xrc/data/ptmender_enblend.mk
-%%DATADIR%%/xrc/data/ptmender_smartblend.mk
-%%DATADIR%%/xrc/data/pto_icon.ico
-%%DATADIR%%/xrc/data/pto_icon.png
-%%DATADIR%%/xrc/data/redo.png
-%%DATADIR%%/xrc/data/reload.png
-%%DATADIR%%/xrc/data/remove_project.png
-%%DATADIR%%/xrc/data/skip.png
-%%DATADIR%%/xrc/data/splash.png
-%%DATADIR%%/xrc/data/sponsors.htm
-%%DATADIR%%/xrc/data/start.png
-%%DATADIR%%/xrc/data/stop.png
-%%DATADIR%%/xrc/data/straighten_pano.png
-%%DATADIR%%/xrc/data/tips.txt
-%%DATADIR%%/xrc/data/transparent.png
-%%DATADIR%%/xrc/data/undo.png
-%%DATADIR%%/xrc/data/upstream.txt
-%%DATADIR%%/xrc/dlg_warning.xrc
-%%DATADIR%%/xrc/edit_script_dialog.xrc
-%%DATADIR%%/xrc/image_variable_dlg.xrc
-%%DATADIR%%/xrc/images_panel.xrc
-%%DATADIR%%/xrc/lenscal_frame.xrc
-%%DATADIR%%/xrc/lensdb_dialogs.xrc
-%%DATADIR%%/xrc/main_frame.xrc
-%%DATADIR%%/xrc/main_menu.xrc
-%%DATADIR%%/xrc/main_tool.xrc
-%%DATADIR%%/xrc/mask_editor_panel.xrc
-%%DATADIR%%/xrc/optimize_panel.xrc
-%%DATADIR%%/xrc/optimize_photo_panel.xrc
-%%DATADIR%%/xrc/pano_panel.xrc
-%%DATADIR%%/xrc/pref_dialog.xrc
-%%DATADIR%%/xrc/preview_frame.xrc
-%%DATADIR%%/xrc/reset_dialog.xrc
+%%DATADIR%%/xrc/data/help_it_IT/license.html
 %%PYTHON_SITELIBDIR%%/hpi.py
 %%PYTHON_SITELIBDIR%%/hsi.py
 %%PYTHON_SITELIBDIR%%/_hsi.so
 share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png
-share/locale/bg/LC_MESSAGES/hugin.mo
 share/locale/ca_ES/LC_MESSAGES/hugin.mo
+share/locale/ca_ES@valencia/LC_MESSAGES/hugin.mo
 share/locale/cs_CZ/LC_MESSAGES/hugin.mo
 share/locale/da/LC_MESSAGES/hugin.mo
 share/locale/de/LC_MESSAGES/hugin.mo
@@ -659,16 +659,13 @@ share/locale/fr/LC_MESSAGES/hugin.mo
 share/locale/hu/LC_MESSAGES/hugin.mo
 share/locale/it/LC_MESSAGES/hugin.mo
 share/locale/ja/LC_MESSAGES/hugin.mo
-share/locale/ko/LC_MESSAGES/hugin.mo
 share/locale/nl/LC_MESSAGES/hugin.mo
 share/locale/pl/LC_MESSAGES/hugin.mo
 share/locale/pt_BR/LC_MESSAGES/hugin.mo
 share/locale/ro/LC_MESSAGES/hugin.mo
 share/locale/ru/LC_MESSAGES/hugin.mo
 share/locale/sk/LC_MESSAGES/hugin.mo
-share/locale/sl/LC_MESSAGES/hugin.mo
 share/locale/sv/LC_MESSAGES/hugin.mo
-share/locale/uk/LC_MESSAGES/hugin.mo
 share/locale/zh_CN/LC_MESSAGES/hugin.mo
 share/locale/zh_TW/LC_MESSAGES/hugin.mo
 share/mime/packages/hugin.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511192347.tAJNlT94036536>