summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2009-08-22 05:41:10 +0000
committerVasil Dimov <vd@FreeBSD.org>2009-08-22 05:41:10 +0000
commit3befd09510253813a3d19a16bf1c8cdec76adcfd (patch)
treeb8ade9d5c0315b8c7f9487744eb879c4e8982994 /graphics/hugin
parentUpdate to 0.5.11. (diff)
Upgrade graphics/hugin from 0.7.0 to 0.8.0.
Release notes: http://hugin.sourceforge.net/releases/0.8.0/en.shtml ChangeLog: http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/ChangeLog
Notes
Notes: svn path=/head/; revision=240090
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile33
-rw-r--r--graphics/hugin/distinfo6
-rw-r--r--graphics/hugin/files/patch-doc_CMakeLists.txt11
-rw-r--r--graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp11
-rw-r--r--graphics/hugin/pkg-plist254
5 files changed, 295 insertions, 20 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 1623dbe98cf6..6a2e14e69c85 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= hugin
-PORTVERSION= 0.7.0
-PORTREVISION= 3
+PORTVERSION= 0.8.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -20,7 +19,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
IlmImf:${PORTSDIR}/graphics/OpenEXR \
exiv2:${PORTSDIR}/graphics/exiv2 \
pano13:${PORTSDIR}/graphics/libpano13 \
- boost_date_time:${PORTSDIR}/devel/boost-libs
+ boost_date_time:${PORTSDIR}/devel/boost-libs \
+ GLEW:${PORTSDIR}/graphics/glew
RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \
exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \
gmake:${PORTSDIR}/devel/gmake
@@ -41,7 +41,20 @@ USE_WX= 2.8+
USE_GETTEXT= yes
-MAN1= fulla.1
+MAN1= \
+ PTBatcherGUI.1 \
+ align_image_stack.1 \
+ autooptimiser.1 \
+ celeste_standalone.1 \
+ fulla.1 \
+ hugin.1 \
+ hugin_hdrmerge.1 \
+ hugin_stitch_project.1 \
+ nona.1 \
+ nona_gui.1 \
+ pto2mk.1 \
+ tca_correct.1 \
+ vig_optimize.1
#DOCSDIR= ${PREFIX}/share/hugin/xrc/data
@@ -57,6 +70,10 @@ post-configure:
${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 \
${WRKSRC}/src/hugin1/stitch_project/CMakeFiles/hugin_stitch_project.dir/link.txt
@@ -70,4 +87,12 @@ RUN_DEPENDS+= panomatic:${PORTSDIR}/graphics/panomatic
RUN_DEPENDS+= autopanog:${PORTSDIR}/graphics/autopano-sift
.endif
+# the lapack library from math/lapack seems broken:
+# /usr/local/lib/liblapack.so: undefined reference to `cexp'
+#.if defined(WITH_LAPACK)
+#LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack \
+# blas:${PORTSDIR}/math/blas
+#CMAKE_ARGS+= -DENABLE_LAPACK=YES
+#.endif
+
.include <bsd.port.post.mk>
diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo
index 693991b4ae04..e68543c2267e 100644
--- a/graphics/hugin/distinfo
+++ b/graphics/hugin/distinfo
@@ -1,3 +1,3 @@
-MD5 (hugin-0.7.0.tar.gz) = 6efbfc72ceba028ca3dff3c23806a7f3
-SHA256 (hugin-0.7.0.tar.gz) = 8e31fad113d60881c229d0eaf9c9971cbc0082a7148014b6980f3f92fedf7959
-SIZE (hugin-0.7.0.tar.gz) = 6074207
+MD5 (hugin-0.8.0.tar.gz) = 0c88afbd7f8159aac29404ff40370400
+SHA256 (hugin-0.8.0.tar.gz) = cf0a138aa19f179c3d5a459dfc1217789e963e3f815fde3fdb46ea913310bf4a
+SIZE (hugin-0.8.0.tar.gz) = 12077874
diff --git a/graphics/hugin/files/patch-doc_CMakeLists.txt b/graphics/hugin/files/patch-doc_CMakeLists.txt
index 1ff5cc6e4513..2e4108ff4547 100644
--- a/graphics/hugin/files/patch-doc_CMakeLists.txt
+++ b/graphics/hugin/files/patch-doc_CMakeLists.txt
@@ -1,11 +1,10 @@
---- doc/CMakeLists.txt.orig 2008-06-30 08:31:18.000000000 +0300
-+++ doc/CMakeLists.txt 2008-06-30 08:31:40.000000000 +0300
-@@ -3,7 +3,7 @@
+--- doc/CMakeLists.txt.orig 2009-08-21 12:48:33.000000000 +0300
++++ doc/CMakeLists.txt 2009-08-21 12:48:51.000000000 +0300
+@@ -3,6 +3,6 @@
INSTALL(FILES fulla.html DESTINATION doc)
INSTALL(FILES nona.txt DESTINATION doc)
ELSE (WIN32)
--INSTALL(FILES fulla.1 DESTINATION share/man/man1)
-+INSTALL(FILES fulla.1 DESTINATION ${MANDIR}/man1)
- INSTALL(FILES nona.txt DESTINATION share/hugin)
+-INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION share/man/man1)
++INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION ${MANDIR}/man1)
ENDIF(WIN32)
diff --git a/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp b/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp
new file mode 100644
index 000000000000..9eff70e85204
--- /dev/null
+++ b/graphics/hugin/files/patch-src_hugin1_hugin_TextureManager.cpp
@@ -0,0 +1,11 @@
+--- src/hugin1/hugin/TextureManager.cpp.orig 2009-08-21 14:24:25.000000000 +0300
++++ src/hugin1/hugin/TextureManager.cpp 2009-08-21 14:24:30.000000000 +0300
+@@ -52,6 +52,8 @@
+ #include <GL/glu.h>
+ #endif
+
++#define log2(x) (log(x) / log(2))
++
+ TextureManager::TextureManager(PT::Panorama *pano, ViewState *view_state_in)
+ {
+ m_pano = pano;
diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist
index 371f97aae28a..22f61537c720 100644
--- a/graphics/hugin/pkg-plist
+++ b/graphics/hugin/pkg-plist
@@ -1,5 +1,8 @@
+bin/PTBatcher
+bin/PTBatcherGUI
bin/align_image_stack
bin/autooptimiser
+bin/celeste_standalone
bin/fulla
bin/hugin
bin/hugin_hdrmerge
@@ -10,25 +13,27 @@ bin/nona_gui
bin/pto2mk
bin/tca_correct
bin/vig_optimize
+lib/libceleste.so
+lib/libceleste.so.0.0
lib/libhuginANN.so
lib/libhuginANN.so.0.0
lib/libhuginbase.so
lib/libhuginbase.so.0.0
-lib/libhuginjhead.so
-lib/libhuginjhead.so.0.0
lib/libhuginvigraimpex.so
lib/libhuginvigraimpex.so.0.0
share/applications/hugin.desktop
-share/applications/hugin_stitch_project.desktop
-%%DATADIR%%/nona.txt
+share/applications/PTBatcherGUI.desktop
+%%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/cp_editor_panel.xrc
%%DATADIR%%/xrc/cp_list_frame.xrc
%%DATADIR%%/xrc/crop_panel.xrc
%%DATADIR%%/xrc/data/1leftarrow.png
%%DATADIR%%/xrc/data/1rightarrow.png
-%%DATADIR%%/xrc/data/CMakeLists.txt
%%DATADIR%%/xrc/data/CPCursor0.png
%%DATADIR%%/xrc/data/CPCursor1.png
%%DATADIR%%/xrc/data/CPCursor2.png
@@ -37,8 +42,16 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/CPCursor5.png
%%DATADIR%%/xrc/data/CPCursor6.png
%%DATADIR%%/xrc/data/about.htm
+%%DATADIR%%/xrc/data/add_project.png
+%%DATADIR%%/xrc/data/add_projects.png
+%%DATADIR%%/xrc/data/celeste.model
+%%DATADIR%%/xrc/data/center_pano.png
%%DATADIR%%/xrc/data/center_pano.xpm
%%DATADIR%%/xrc/data/close.xpm
+%%DATADIR%%/xrc/data/crop_tool.png
+%%DATADIR%%/xrc/data/document-new.png
+%%DATADIR%%/xrc/data/document-open.png
+%%DATADIR%%/xrc/data/drag_tool.png
%%DATADIR%%/xrc/data/druid.control.128.png
%%DATADIR%%/xrc/data/druid.images.128.png
%%DATADIR%%/xrc/data/druid.lenses.128.png
@@ -49,12 +62,19 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/editcut.png
%%DATADIR%%/xrc/data/editdelete.png
%%DATADIR%%/xrc/data/editpaste.png
+%%DATADIR%%/xrc/data/emblem-symbolic-link.png
+%%DATADIR%%/xrc/data/emblem-unreadable.png
%%DATADIR%%/xrc/data/filenew.png
%%DATADIR%%/xrc/data/fileopen.png
%%DATADIR%%/xrc/data/filesave.png
%%DATADIR%%/xrc/data/filesaveas.png
%%DATADIR%%/xrc/data/find.png
+%%DATADIR%%/xrc/data/fit_pano.png
%%DATADIR%%/xrc/data/fit_pano.xpm
+%%DATADIR%%/xrc/data/folder-saved-search.png
+%%DATADIR%%/xrc/data/gl_preview.png
+%%DATADIR%%/xrc/data/go-jump.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
@@ -69,21 +89,39 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/120px-Flatfield2_Munich.jpg
%%DATADIR%%/xrc/data/help_en_EN/120px-Flatfield3_Munich.jpg
%%DATADIR%%/xrc/data/help_en_EN/120px-Flatfield4_Munich.jpg
+%%DATADIR%%/xrc/data/help_en_EN/150px-Ben_Equisolid.jpg
+%%DATADIR%%/xrc/data/help_en_EN/150px-Ben_Orthographic.jpg
%%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/16bit_workflow_with_hugin.html
%%DATADIR%%/xrc/data/help_en_EN/17af7474cdfd5abe24fd07eb58810dba.png
%%DATADIR%%/xrc/data/help_en_EN/180px-2125768589_b.jpg
+%%DATADIR%%/xrc/data/help_en_EN/180px-Fast_preview_guide_crop.png
+%%DATADIR%%/xrc/data/help_en_EN/180px-Fast_preview_guide_drag.png
+%%DATADIR%%/xrc/data/help_en_EN/180px-Fast_preview_guide_identify.png
+%%DATADIR%%/xrc/data/help_en_EN/180px-Fast_preview_guide_rotate_drag.png
+%%DATADIR%%/xrc/data/help_en_EN/180px-Fast_preview_guide_start.png
%%DATADIR%%/xrc/data/help_en_EN/180px-Focal_length.gif
%%DATADIR%%/xrc/data/help_en_EN/180px-Lamp_enfuse.jpg
%%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
%%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-Panoglview.png
+%%DATADIR%%/xrc/data/help_en_EN/21cb21c7c1de5b4c61da90794c62bc1a.png
+%%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_crop.svg.png
+%%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_drag.svg.png
+%%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_identify.svg.png
+%%DATADIR%%/xrc/data/help_en_EN/22px-Fast_preview_icon_photometric.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
@@ -91,17 +129,37 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/250px-Little_planet.jpg
%%DATADIR%%/xrc/data/help_en_EN/250px-Orientation-plate.jpg
%%DATADIR%%/xrc/data/help_en_EN/250px-Rectlinear.JPG
+%%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/38d368a092f7d5a4d2b42bdf4d0dd89c.png
%%DATADIR%%/xrc/data/help_en_EN/3d6de401d007ea0cffc99610ad623239.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/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/5a34bb082daf037b3c4b14c13af6855b.png
%%DATADIR%%/xrc/data/help_en_EN/5f558fa7e9b1567daca23dc3433f5cec.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/7410666dfcbeeaa522ddf92427bc74ba.png
%%DATADIR%%/xrc/data/help_en_EN/7a62f58ab1c3f78523eee522e71a9416.png
+%%DATADIR%%/xrc/data/help_en_EN/7ab63d1bb57f091d55507c4c4c582f03.png
%%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/98dda29ec0838b4a60698e962d90cd03.png
%%DATADIR%%/xrc/data/help_en_EN/Aliasing.html
%%DATADIR%%/xrc/data/help_en_EN/AliasingPScubic.jpg
@@ -142,8 +200,13 @@ share/applications/hugin_stitch_project.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/CMakeLists.txt
%%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
+%%DATADIR%%/xrc/data/help_en_EN/Celeste_images_panel.jpg
+%%DATADIR%%/xrc/data/help_en_EN/Celeste_preferences.jpg
+%%DATADIR%%/xrc/data/help_en_EN/Celeste_standalone.html
%%DATADIR%%/xrc/data/help_en_EN/Chromatic_aberration.html
%%DATADIR%%/xrc/data/help_en_EN/Color_correct_tiff.html
%%DATADIR%%/xrc/data/help_en_EN/Colour_profile.html
@@ -160,8 +223,12 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/Dynamic_range.html
%%DATADIR%%/xrc/data/help_en_EN/EXIF.html
%%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_Projection.html
%%DATADIR%%/xrc/data/help_en_EN/Field_of_View.html
@@ -172,17 +239,21 @@ share/applications/hugin_stitch_project.desktop
%%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/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/Horizontal_control_points.html
%%DATADIR%%/xrc/data/help_en_EN/Hugin.html
%%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_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_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
@@ -190,16 +261,22 @@ share/applications/hugin_stitch_project.desktop
%%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_Stitcher_tab.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_info.png
%%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_optimize.png
+%%DATADIR%%/xrc/data/help_en_EN/Hugin_pause_batch.png
%%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
@@ -207,6 +284,10 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/Hugin_preview_show_none.png
%%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_straighten_pano.png
%%DATADIR%%/xrc/data/help_en_EN/Hugin_translation_guide.html
%%DATADIR%%/xrc/data/help_en_EN/Hugin_undo.png
@@ -217,8 +298,10 @@ share/applications/hugin_stitch_project.desktop
%%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/Lens_correction_model.html
%%DATADIR%%/xrc/data/help_en_EN/Lens_distortion.html
+%%DATADIR%%/xrc/data/help_en_EN/Local-analysis-window.png
%%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
@@ -229,6 +312,7 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/Nona.html
%%DATADIR%%/xrc/data/help_en_EN/Nona_gui.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
@@ -243,6 +327,7 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/Panomatic.html
%%DATADIR%%/xrc/data/help_en_EN/Panorama.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/Parallax.gif
@@ -254,37 +339,168 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/help_en_EN/Pitch.html
%%DATADIR%%/xrc/data/help_en_EN/Portrait.html
%%DATADIR%%/xrc/data/help_en_EN/Projections.html
+%%DATADIR%%/xrc/data/help_en_EN/Pto2mk.html
%%DATADIR%%/xrc/data/help_en_EN/QTVR.html
%%DATADIR%%/xrc/data/help_en_EN/RAW.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/Sharp-edge.png
+%%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/Straight_line_control_points.html
%%DATADIR%%/xrc/data/help_en_EN/TIFF.html
+%%DATADIR%%/xrc/data/help_en_EN/Tca_correct.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/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/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/fd9eb36b9149cc4e2efebd10bdc4fdf2.png
%%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/license.html
-%%DATADIR%%/xrc/data/help_en_EN/pages.txt
+%%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
+%%DATADIR%%/xrc/data/help_it_IT/Align_image_stack.html
+%%DATADIR%%/xrc/data/help_it_IT/Alpha_channel.html
+%%DATADIR%%/xrc/data/help_it_IT/Aspect_Ratio.html
+%%DATADIR%%/xrc/data/help_it_IT/Autooptimiser.html
+%%DATADIR%%/xrc/data/help_it_IT/Autopano-sift-C.html
+%%DATADIR%%/xrc/data/help_it_IT/Autopano-sift.html
+%%DATADIR%%/xrc/data/help_it_IT/Autopano.html
+%%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/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/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_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/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/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
+%%DATADIR%%/xrc/data/help_it_IT/Hugin.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Assistant_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Batch_Processor.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Batch_Stitcher.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Camera_and_Lens_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Control_Points_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Control_Points_table.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Crop_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Exposure_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_FAQ.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Fast_Preview_window.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Images_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Keyboard_shortcuts.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Main_window.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Optimizer_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Preferences.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Preview_window.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_Stitcher_tab.html
+%%DATADIR%%/xrc/data/help_it_IT/Hugin_translation_guide.html
+%%DATADIR%%/xrc/data/help_it_IT/Interpolation.html
+%%DATADIR%%/xrc/data/help_it_IT/JPEG.html
+%%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/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/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
+%%DATADIR%%/xrc/data/help_it_IT/Panomatic.html
+%%DATADIR%%/xrc/data/help_it_IT/Panorama.html
+%%DATADIR%%/xrc/data/help_it_IT/Panorama_formats.html
+%%DATADIR%%/xrc/data/help_it_IT/Panorama_tools.html
+%%DATADIR%%/xrc/data/help_it_IT/Panotools.html
+%%DATADIR%%/xrc/data/help_it_IT/Parallax.html
+%%DATADIR%%/xrc/data/help_it_IT/Perspective_correction.html
+%%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/Portrait.html
+%%DATADIR%%/xrc/data/help_it_IT/Projections.html
+%%DATADIR%%/xrc/data/help_it_IT/QTVR.html
+%%DATADIR%%/xrc/data/help_it_IT/RAW.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
+%%DATADIR%%/xrc/data/help_it_IT/Straight_line_control_points.html
+%%DATADIR%%/xrc/data/help_it_IT/TIFF.html
+%%DATADIR%%/xrc/data/help_it_IT/Tone_mapping.html
+%%DATADIR%%/xrc/data/help_it_IT/Vertical_control_points.html
+%%DATADIR%%/xrc/data/help_it_IT/Vignetting.html
+%%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.png
%%DATADIR%%/xrc/data/icon.ico
%%DATADIR%%/xrc/data/icon.png
@@ -297,28 +513,48 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/data/icon_64x64.ico
%%DATADIR%%/xrc/data/icon_72x72.ico
%%DATADIR%%/xrc/data/icon_96x96.ico
+%%DATADIR%%/xrc/data/identify_tool.png
+%%DATADIR%%/xrc/data/image-missing.png
+%%DATADIR%%/xrc/data/info.png
%%DATADIR%%/xrc/data/info.xpm
%%DATADIR%%/xrc/data/keyboard_pl.html
+%%DATADIR%%/xrc/data/list-add.png
+%%DATADIR%%/xrc/data/list-remove.png
%%DATADIR%%/xrc/data/list.png
%%DATADIR%%/xrc/data/logo.png
%%DATADIR%%/xrc/data/manual.html
+%%DATADIR%%/xrc/data/media-floppy.png
+%%DATADIR%%/xrc/data/media-playback-pause.png
+%%DATADIR%%/xrc/data/media-playback-start.png
+%%DATADIR%%/xrc/data/media-playback-stop.png
+%%DATADIR%%/xrc/data/media-skip-forward.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/optimize.xpm
+%%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_num_transform.png
%%DATADIR%%/xrc/data/preview_show_all.png
%%DATADIR%%/xrc/data/preview_show_none.png
%%DATADIR%%/xrc/data/print.xpm
+%%DATADIR%%/xrc/data/process-stop.png
+%%DATADIR%%/xrc/data/process-stop16.png
+%%DATADIR%%/xrc/data/process-stop22.png
%%DATADIR%%/xrc/data/ptmender_enblend.mk
%%DATADIR%%/xrc/data/ptmender_smartblend.mk
%%DATADIR%%/xrc/data/redo.png
%%DATADIR%%/xrc/data/reload.png
+%%DATADIR%%/xrc/data/remove_project.png
%%DATADIR%%/xrc/data/searchfind.xpm
+%%DATADIR%%/xrc/data/skip.png
%%DATADIR%%/xrc/data/splash.png
+%%DATADIR%%/xrc/data/start.png
+%%DATADIR%%/xrc/data/stop.png
+%%DATADIR%%/xrc/data/straighten_pano.png
%%DATADIR%%/xrc/data/straighten_pano.xpm
%%DATADIR%%/xrc/data/tips.txt
%%DATADIR%%/xrc/data/undo.png
@@ -338,6 +574,7 @@ share/applications/hugin_stitch_project.desktop
%%DATADIR%%/xrc/pano_panel.xrc
%%DATADIR%%/xrc/pref_dialog.xrc
%%DATADIR%%/xrc/preview_frame.xrc
+%%DATADIR%%/xrc/reset_dialog.xrc
%%DATADIR%%/xrc/run_optimizer_frame.xrc
%%DATADIR%%/xrc/run_stitcher_frame.xrc
%%DATADIR%%/xrc/vig_corr_dlg.xrc
@@ -358,9 +595,11 @@ share/locale/pl/LC_MESSAGES/hugin.mo
share/locale/pt_BR/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
share/pixmaps/hugin.png
@dirrmtry share/applications
@@ -375,6 +614,7 @@ share/pixmaps/hugin.png
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrm %%DATADIR%%/xrc/data/help_en_EN
+@dirrm %%DATADIR%%/xrc/data/help_it_IT
@dirrm %%DATADIR%%/xrc/data
@dirrm %%DATADIR%%/xrc
@dirrm %%DATADIR%%