From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 13 20:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 6E7AFD3D for ; Thu, 13 Mar 2014 20:50: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 4DEF6D12 for ; Thu, 13 Mar 2014 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DKo0aF055095 for ; Thu, 13 Mar 2014 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DKo02G055094; Thu, 13 Mar 2014 20:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 13 Mar 2014 20:50:00 GMT Resent-Message-Id: <201403132050.s2DKo02G055094@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, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE7D8CC2; Thu, 13 Mar 2014 20:43:39 +0000 (UTC) Received: from mandree by apollo.emma.line.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WOCSw-0000yE-NA; Thu, 13 Mar 2014 21:42:58 +0100 Message-Id: Date: Thu, 13 Mar 2014 21:42:58 +0100 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187555: [PATCH] graphics/hugin: update to 2013.0.0 Cc: vd@FreeBSD.org 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: Thu, 13 Mar 2014 20:50:00 -0000 >Number: 187555 >Category: ports >Synopsis: [PATCH] graphics/hugin: update to 2013.0.0 >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: Thu Mar 13 20:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 >Description: - Update to 2013.0.0 (released 2013-10-27) - Fix a few minor portlint nitpicks while at it. The port has successfully been test compiled on 9.2-amd64 and 10.0-amd64, and redports reported success on 8.4-amd64 and 9.2-i386, too. The application starts and looks sane on 9.2-amd64, but haven't yet built panos with it. 10+ fails on redports because it uses the unfixed enblend port. Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- hugin-2013.0.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348123) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hugin -PORTVERSION= 2012.0.0 -PORTREVISION= 5 +PORTVERSION= 2013.0.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -42,9 +41,9 @@ USE_GL= glew glut -#DOCSDIR= ${PREFIX}/share/hugin/xrc/data +INSTALLS_ICONS= yes -# workaround a bug in cmake (?). Without this we get an error like: +# work around a bug in cmake (?). Without this we get an error like: # cd /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -pthread;-D_THREAD_SAFE -O3 -DNDEBUG -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin_base -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign/vigra -I/usr/local/include -I/usr/local/include/OpenEXR -isystem /usr/local/lib/wx/include/gtk2-ansi-release-2.8 -isystem /usr/local/include/wx-2.8 -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1 -o CMakeFiles/huginbasewx.dir/ImageCache.o -c /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx/ImageCache.cpp # c++: No input files specified # with cmake 2.6.0. It works with cmake 2.4.8. Index: distinfo =================================================================== --- distinfo (revision 348123) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (hugin-2012.0.0.tar.bz2) = 63dfd88ac90d3af4b958111db951bb7fbf2c66ad6b0246e6305403eb5de971b3 -SIZE (hugin-2012.0.0.tar.bz2) = 11658665 +SHA256 (hugin-2013.0.0.tar.bz2) = 484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5 +SIZE (hugin-2013.0.0.tar.bz2) = 11247583 Index: pkg-plist =================================================================== --- pkg-plist (revision 348123) +++ pkg-plist (working copy) @@ -10,6 +10,7 @@ bin/cpfind bin/deghosting_mask bin/fulla +bin/geocpset bin/hugin bin/hugin_hdrmerge bin/hugin_stitch_project @@ -22,11 +23,12 @@ bin/pano_trafo bin/pto2mk bin/pto_gen +bin/pto_lensstack bin/pto_merge +bin/pto_var bin/tca_correct bin/vig_optimize lib/hugin/libceleste.so.0.0 -lib/hugin/libflann_cpp.so lib/hugin/libhugin_python_interface.so.0.0 lib/hugin/libhuginbase.so.0.0 lib/hugin/libhuginbasewx.so.0.0 @@ -47,6 +49,7 @@ man/man1/cpfind.1.gz man/man1/deghosting_mask.1.gz man/man1/fulla.1.gz +man/man1/geocpset.1.gz man/man1/hugin.1.gz man/man1/hugin_hdrmerge.1.gz man/man1/hugin_stitch_project.1.gz @@ -59,7 +62,9 @@ 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_merge.1.gz +man/man1/pto_var.1.gz man/man1/tca_correct.1.gz man/man1/vig_optimize.1.gz share/applications/PTBatcherGUI.desktop @@ -66,31 +71,29 @@ share/applications/calibrate_lens_gui.desktop share/applications/hugin.desktop share/applications/pto_gen.desktop -%%DATADIR%%/Makefile.equirect.mk %%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%%/data/plugins/shooting_pattern.py -%%DATADIR%%/data/plugins/crop_cp.py -%%DATADIR%%/data/plugins/README_woa.txt +%%DATADIR%%/Makefile.equirect.mk %%DATADIR%%/xrc/about.xrc -%%DATADIR%%/xrc/assistant_panel.xrc %%DATADIR%%/xrc/batch_frame.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/cpdetector_dialog.xrc -%%DATADIR%%/xrc/crop_panel.xrc -%%DATADIR%%/xrc/data/COPYING %%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/data/dedication.htm @@ -109,7 +112,6 @@ %%DATADIR%%/xrc/data/fit_pano.png %%DATADIR%%/xrc/data/gl_preview.png %%DATADIR%%/xrc/data/gl_preview_small.png -%%DATADIR%%/xrc/data/help_en_EN/0a647fdd7aa9d6bbb8633f8f034bb50e.png %%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 @@ -129,6 +131,7 @@ %%DATADIR%%/xrc/data/help_en_EN/150px-Big_ben_fisheye.jpg %%DATADIR%%/xrc/data/help_en_EN/150px-Big_ben_rectilinear.jpg %%DATADIR%%/xrc/data/help_en_EN/150px-Big_ben_stereographic.jpg +%%DATADIR%%/xrc/data/help_en_EN/16788a4cd7337294823325c28db92225.png %%DATADIR%%/xrc/data/help_en_EN/16bit.html %%DATADIR%%/xrc/data/help_en_EN/16bit_workflow_with_hugin.html %%DATADIR%%/xrc/data/help_en_EN/17af7474cdfd5abe24fd07eb58810dba.png @@ -142,12 +145,11 @@ %%DATADIR%%/xrc/data/help_en_EN/180px-LagardePont-fish.jpg %%DATADIR%%/xrc/data/help_en_EN/180px-Lamp_enfuse.jpg %%DATADIR%%/xrc/data/help_en_EN/197px-Field-of-view.svg.png +%%DATADIR%%/xrc/data/help_en_EN/1e3fbb44cf80bc872c3bc50c35a10b98.png %%DATADIR%%/xrc/data/help_en_EN/1f09c25c5247c1eaf121df644ca42f8c.png %%DATADIR%%/xrc/data/help_en_EN/200px-Ben_Architectural.jpg -%%DATADIR%%/xrc/data/help_en_EN/200px-Ben_Equirectangular_panini.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Ben_Lambert_cylindrical_equal_area.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Ben_Miller_cylindrical.jpg -%%DATADIR%%/xrc/data/help_en_EN/200px-Ben_Panini.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Big_ben_cubic.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Big_ben_cylindrical.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Big_ben_equirectangular.jpg @@ -154,8 +156,8 @@ %%DATADIR%%/xrc/data/help_en_EN/200px-Big_ben_mercator.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Bin_ben_sinusoidal.jpg %%DATADIR%%/xrc/data/help_en_EN/200px-Hugin-2011.0_fpw_overview.png +%%DATADIR%%/xrc/data/help_en_EN/200px-Hugin2013_overview.png %%DATADIR%%/xrc/data/help_en_EN/200px-Panoglview.png -%%DATADIR%%/xrc/data/help_en_EN/21cb21c7c1de5b4c61da90794c62bc1a.png %%DATADIR%%/xrc/data/help_en_EN/220px-Ben_Equirectangular_panini.jpg %%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_autocrop.svg.png %%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_crop.svg.png @@ -164,7 +166,6 @@ %%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_photometric.svg.png %%DATADIR%%/xrc/data/help_en_EN/22px-Preview_layout.svg.png %%DATADIR%%/xrc/data/help_en_EN/22px-Show_Control_Points_Button.svg.png -%%DATADIR%%/xrc/data/help_en_EN/24597ccab188a3598a0828c69e380228.png %%DATADIR%%/xrc/data/help_en_EN/250px-Cubic.jpg %%DATADIR%%/xrc/data/help_en_EN/250px-Cylindrical.JPG %%DATADIR%%/xrc/data/help_en_EN/250px-Equirectangular.JPG @@ -175,45 +176,39 @@ %%DATADIR%%/xrc/data/help_en_EN/250px-Rectlinear.JPG %%DATADIR%%/xrc/data/help_en_EN/250px-TKS-Mmm-obliquev120-gP70_50_50.png %%DATADIR%%/xrc/data/help_en_EN/250px-TKS-Mmm-obliquev120-recti.png -%%DATADIR%%/xrc/data/help_en_EN/29e2300eb2f198d830f04682f14872e2.png -%%DATADIR%%/xrc/data/help_en_EN/3016f25d3d1249eab1305b78b0b82d3d.png -%%DATADIR%%/xrc/data/help_en_EN/312418a7fcf9d47adc8e5683e89c58cd.png +%%DATADIR%%/xrc/data/help_en_EN/300px-Hugin2013_layout_tab.png +%%DATADIR%%/xrc/data/help_en_EN/300px-SimpleGui_stitch_popup.png %%DATADIR%%/xrc/data/help_en_EN/360px-Pantheon-150x100-rect-panini.jpg %%DATADIR%%/xrc/data/help_en_EN/38d368a092f7d5a4d2b42bdf4d0dd89c.png %%DATADIR%%/xrc/data/help_en_EN/3d6de401d007ea0cffc99610ad623239.png %%DATADIR%%/xrc/data/help_en_EN/400px-220x120deg-panini-grid.png -%%DATADIR%%/xrc/data/help_en_EN/428px-Local-analysis-window.png -%%DATADIR%%/xrc/data/help_en_EN/44ab04cdf6dce93c3e7a7cb1d00e8c83.png -%%DATADIR%%/xrc/data/help_en_EN/4d2df1ec22beeb53124bd8941ea0db11.png +%%DATADIR%%/xrc/data/help_en_EN/422cb0e4439a3b643f880b45af9d5636.png +%%DATADIR%%/xrc/data/help_en_EN/4c08b4c70c5be7cb6c402efa92fdb6ee.png %%DATADIR%%/xrc/data/help_en_EN/4d4d22d9c63b47c6f8fb7825ec5cd1db.png -%%DATADIR%%/xrc/data/help_en_EN/4e84c278c8ff9bd39bd309031bd3fab4.png -%%DATADIR%%/xrc/data/help_en_EN/4f16f3edffeeede179fcfeedd155175c.png -%%DATADIR%%/xrc/data/help_en_EN/531px-Smooth-edge.png -%%DATADIR%%/xrc/data/help_en_EN/532cd2696f6296132aaf8dc65152c28e.png -%%DATADIR%%/xrc/data/help_en_EN/545px-Sharp-edge.png -%%DATADIR%%/xrc/data/help_en_EN/565px-Gaussian.png -%%DATADIR%%/xrc/data/help_en_EN/57b296711670bf47db3e71c9f866abad.png -%%DATADIR%%/xrc/data/help_en_EN/581px-Entropy.png -%%DATADIR%%/xrc/data/help_en_EN/586px-Laplacian-of-gaussian.png +%%DATADIR%%/xrc/data/help_en_EN/500px-Hugin2013_projection_tab.png +%%DATADIR%%/xrc/data/help_en_EN/57b9ca0ee21ce403038c5efcdc7c5eca.png %%DATADIR%%/xrc/data/help_en_EN/5a12c95d04637539015c2d09b5002204.png -%%DATADIR%%/xrc/data/help_en_EN/5a34bb082daf037b3c4b14c13af6855b.png %%DATADIR%%/xrc/data/help_en_EN/5f558fa7e9b1567daca23dc3433f5cec.png +%%DATADIR%%/xrc/data/help_en_EN/600px-Hugin2013_crop_tab.png +%%DATADIR%%/xrc/data/help_en_EN/600px-Hugin2013_move_drag_tab.png %%DATADIR%%/xrc/data/help_en_EN/600px-Tuebingen_Neckarfront_small15_2006-06-11.jpg %%DATADIR%%/xrc/data/help_en_EN/600px-Tuebingen_Neckarfront_withdustspots_small15_2006-06-11.jpg -%%DATADIR%%/xrc/data/help_en_EN/602px-Entropy-cutoff.png %%DATADIR%%/xrc/data/help_en_EN/687431209ed4a8feab0c151b622ef1e0.png -%%DATADIR%%/xrc/data/help_en_EN/6e1e330821217bd2d14c40ea21747a03.png %%DATADIR%%/xrc/data/help_en_EN/700px-Autopano-done.png -%%DATADIR%%/xrc/data/help_en_EN/7410666dfcbeeaa522ddf92427bc74ba.png +%%DATADIR%%/xrc/data/help_en_EN/700px-Hugin2013_photos_tab.png +%%DATADIR%%/xrc/data/help_en_EN/700px-Hugin2013_preview_tab.png %%DATADIR%%/xrc/data/help_en_EN/7a62f58ab1c3f78523eee522e71a9416.png -%%DATADIR%%/xrc/data/help_en_EN/7ab63d1bb57f091d55507c4c4c582f03.png %%DATADIR%%/xrc/data/help_en_EN/800px-C_Marchi-GrandCentral-adj.jpg %%DATADIR%%/xrc/data/help_en_EN/81b4c8dd7cbec41cae5ef37da5644e99.png -%%DATADIR%%/xrc/data/help_en_EN/84aad7e0b33f2a1c47ed32902df4f3f3.png %%DATADIR%%/xrc/data/help_en_EN/89539baed8c394f4b6eea437f16b047d.png -%%DATADIR%%/xrc/data/help_en_EN/8c2849b63c6f416da3d028b8f8584027.png -%%DATADIR%%/xrc/data/help_en_EN/91ae7fc8fc2b7701135c69552e7379ed.png +%%DATADIR%%/xrc/data/help_en_EN/8dc4f8dfb753dc58e5cfaa70bb2add2e.png +%%DATADIR%%/xrc/data/help_en_EN/8fa14cdd754f91cc6554c9e71929cce7.png +%%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 @@ -230,6 +225,7 @@ %%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 @@ -242,6 +238,10 @@ %%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,8 +256,7 @@ %%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/Calibrate_lens_gui.html -%%DATADIR%%/xrc/data/help_en_EN/Camera_response_curve.html +%%DATADIR%%/xrc/data/help_en_EN/ccf48cf728225d3dcecf1f74e74dafa3.png %%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 @@ -269,34 +268,36 @@ %%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/Cylindrical_panorama.html -%%DATADIR%%/xrc/data/help_en_EN/DSLR_spherical_resolution.html +%%DATADIR%%/xrc/data/help_en_EN/d4466e5ff97cd6bbdddc514f3a28fb88.png +%%DATADIR%%/xrc/data/help_en_EN/db71893e7683801204b25f076e7db8b3.png %%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/EXIF.html +%%DATADIR%%/xrc/data/help_en_EN/e1e1d3d40573127e9ee0480caf1283d6.png %%DATADIR%%/xrc/data/help_en_EN/Enblend.html -%%DATADIR%%/xrc/data/help_en_EN/Enblend_reference_manual.html %%DATADIR%%/xrc/data/help_en_EN/Enfuse.html -%%DATADIR%%/xrc/data/help_en_EN/Enfuse_reference_manual.html %%DATADIR%%/xrc/data/help_en_EN/Entrance_pupil.html -%%DATADIR%%/xrc/data/help_en_EN/Entropy-cutoff.png -%%DATADIR%%/xrc/data/help_en_EN/Entropy.png %%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 @@ -303,112 +304,110 @@ %%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/Gamma.html +%%DATADIR%%/xrc/data/help_en_EN/Geocpset.html %%DATADIR%%/xrc/data/help_en_EN/GIF.html -%%DATADIR%%/xrc/data/help_en_EN/Gamma.html -%%DATADIR%%/xrc/data/help_en_EN/Gaussian.png %%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_Camera_and_Lens_tab.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_Images_tab.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_Optimizer_tab.html -%%DATADIR%%/xrc/data/help_en_EN/Hugin_Parameters_for_Control_Point_Detectors_dialog.html -%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preferences.html -%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_window.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_add_project.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_cancel_batch.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_center_pano.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_clear_batch.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_edit_add.png %%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_folder_search.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_list.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_open_batch.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_pause_batch.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_remove_project.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_save_batch.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_skip_batch.png -%%DATADIR%%/xrc/data/help_en_EN/Hugin_start_batch.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 %%DATADIR%%/xrc/data/help_en_EN/Illustration4.png +%%DATADIR%%/xrc/data/help_en_EN/Image_positioning_model.html %%DATADIR%%/xrc/data/help_en_EN/Interpolate_none.jpg %%DATADIR%%/xrc/data/help_en_EN/Interpolate_poly3.jpg %%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/Laplacian-of-gaussian.png %%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/Local-analysis-window.png +%%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 %%DATADIR%%/xrc/data/help_en_EN/Panorama.html +%%DATADIR%%/xrc/data/help_en_EN/Panorama_Editor_window.html %%DATADIR%%/xrc/data/help_en_EN/Panorama_formats.html %%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 @@ -417,70 +416,50 @@ %%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_merge.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 %%DATADIR%%/xrc/data/help_en_EN/SB_Parallax_overlapped.jpg -%%DATADIR%%/xrc/data/help_en_EN/Sharp-edge.png %%DATADIR%%/xrc/data/help_en_EN/SmartBlend.html -%%DATADIR%%/xrc/data/help_en_EN/Smooth-edge.png %%DATADIR%%/xrc/data/help_en_EN/Spherical.html %%DATADIR%%/xrc/data/help_en_EN/Stereographic_Projection.html %%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/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/a70d0c9b2e529c999ec05569e1638668.png -%%DATADIR%%/xrc/data/help_en_EN/a957404c96e59f1746f97ab668c8e1f8.png -%%DATADIR%%/xrc/data/help_en_EN/ab807c8735d25a66b577b029bc0e568f.png -%%DATADIR%%/xrc/data/help_en_EN/b27abc434a11d07b390df859d7aa782a.png -%%DATADIR%%/xrc/data/help_en_EN/b79407c343611ecb4ce1d32612c4450e.png -%%DATADIR%%/xrc/data/help_en_EN/bfe8b8159acf66b3ea23c52611fb819a.png -%%DATADIR%%/xrc/data/help_en_EN/c0b5b12823e29c77eb078c88f073ca53.png -%%DATADIR%%/xrc/data/help_en_EN/c398d95d4b6e864a2b448a53b5a245fd.png -%%DATADIR%%/xrc/data/help_en_EN/cc88199a6c96fed69af02f61e67435b6.png -%%DATADIR%%/xrc/data/help_en_EN/ccf48cf728225d3dcecf1f74e74dafa3.png -%%DATADIR%%/xrc/data/help_en_EN/ce281f4af694833d9a03cde3b6fd5e09.png -%%DATADIR%%/xrc/data/help_en_EN/d4466e5ff97cd6bbdddc514f3a28fb88.png -%%DATADIR%%/xrc/data/help_en_EN/db71893e7683801204b25f076e7db8b3.png -%%DATADIR%%/xrc/data/help_en_EN/de5e907611af21c23afe7d0e24d2c1ae.png -%%DATADIR%%/xrc/data/help_en_EN/e49f330a1a85dbab8724c8177de38cb0.png -%%DATADIR%%/xrc/data/help_en_EN/f103730f19548bcf3e7bc170fb1f7860.png -%%DATADIR%%/xrc/data/help_en_EN/f44fbe128fd280b77a856b2275d7a655.png -%%DATADIR%%/xrc/data/help_en_EN/fa5313ae442c1ac7f832c141880e3e74.png -%%DATADIR%%/xrc/data/help_en_EN/fd9eb36b9149cc4e2efebd10bdc4fdf2.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/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 @@ -494,35 +473,35 @@ %%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 @@ -550,23 +529,16 @@ %%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 @@ -580,12 +552,20 @@ %%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 @@ -597,9 +577,9 @@ %%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/help_it_IT/license.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 @@ -611,6 +591,10 @@ %%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 @@ -642,9 +626,10 @@ %%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/lens_panel.xrc %%DATADIR%%/xrc/lenscal_frame.xrc %%DATADIR%%/xrc/lensdb_dialogs.xrc %%DATADIR%%/xrc/main_frame.xrc @@ -657,9 +642,9 @@ %%DATADIR%%/xrc/pref_dialog.xrc %%DATADIR%%/xrc/preview_frame.xrc %%DATADIR%%/xrc/reset_dialog.xrc -%%PYTHON_SITELIBDIR%%/_hsi.so %%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 @@ -668,6 +653,7 @@ share/locale/de/LC_MESSAGES/hugin.mo share/locale/en_GB/LC_MESSAGES/hugin.mo share/locale/es/LC_MESSAGES/hugin.mo +share/locale/eu/LC_MESSAGES/hugin.mo share/locale/fi/LC_MESSAGES/hugin.mo share/locale/fr/LC_MESSAGES/hugin.mo share/locale/hu/LC_MESSAGES/hugin.mo --- hugin-2013.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: