- Update to version 2020.0.0:
* Fast preview window can be panned in zoomed state with middle
mouse button.
* New overview mode: inside panorama sphere (similar to a
interactive panorama viewer)
* Updated build system for OpenEXR3.
* Several bug fixes.
- Drop upstream patches:
* hugin-EGL-link-against-X11.patch
* hugin-openexr3.patch
OBS-URL: https://build.opensuse.org/request/show/949737
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=109
- update to version 2019.2.0
* 2019.2.0 is mainly a bug fix release.
* Fixes bugs in verdandi/internal blender.
* Scripting interface needs now Python3.
* Improvements for high dpi displays (Windows, GTK+3).
* Fixes for several small bugs...
- Some minor spec file cleanup
- Drop obsolete 0001-Unified-inclusion-of-exiv2-library-1828925.patch
- Remove obsolete find-hugin-provides.prov
- Change autopano-sift Recommends to autopano-sift-C, the former
does not exist anymore.
- update to version 2019.0.0
* Added raw import: It converts the RAW images to TIFF using a
raw converter. This can be done by dcraw (requires additional
exiftool), RawTherapee or darktable. These programs needs to be
installed externally.
* Fixes for align_image_stack with EXR images.
* Added option for range compression. Can be helpful for LDR
panoramas to brighten the shadows before merging, because at this
stage the blender has some more information which can be helpful.
* New hotkeys for mask editor (change zoom level with 0, 1 and 2).
* Expression parser (pto_var and "manipulate image variables" in
GUI) can now read also all image variables.
* line_find: Ignore lines with low distance to each other to get
better coverage. Also use only central part of the panorama for
searching for line control points (ignoring zenit/nadir near areas).
* pano_modify: Added new switch --projection-parameter to set
projection parameters.
* Store program settings according to XDG base dir specification
(Linux only, needs to compile with wxWidgets 3.1.1 or later).
- Enable parallel build, use memory-constraints
- Replace hugin-exiv2-0.27.patch with upstream patch,
0001-Unified-inclusion-of-exiv2-library-1828925.patch
- Cleanup spec file:
* Drop obsolete SDL and freeglut BuildRequires
* Remove obsolete references to SVN (hugin uses mercurial)
* Minor cleanups, remove obsolete comments etc.
- Add missing build require on libboost_system (bsc#1129031)
- Don't skip rpath (bsc#1125178).
- spec file cleanup (%license, %defattr)
- add HSI (Hugin Scripting Interface) bcond, correct -DBUILD_HSI
option syntax for cmake
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
(boo#1123401).
- update to version 2018.0.0
The version 2018.0 is mainly a bug fix release and introduce some minor new features.
Several improvements for optimizer tabs:
* mark deselected images
* allow changing optimizer variables for all selected images at once
* option to ignore line cp
* hugin_stacker: New tool to stack overlapping images with several
averaging modes (e.g. mean, median).
* Hugin: Added option to disable auto-rotation of images in control
point and mask editor.
* Nona, verdandi and hugin_stacker can now write BigTIFF images
* Added expression parser to GUI: This allows to manipulate several
image variables at once. (This is the same as running pto_var
--set from the command line.) This can be used e.g. to prealigns
the images in a given setup and then run cpfind --prealigned to
search control points only in overlapping images.
* Add user-defined assistant and expose it in the GUI. It allows
to set up different assistant strategies without the need to
recompiling. Provide also some examples (scanned images,
multi-row panoramas with orphaned images, single-shot panorama
cameras).
- drop python dependencies
- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
use the python2 interpreter.
- update to final version 2017.0.0
- update to version 2017.0 snapshot from today
- use individual libboost-*-devel packages instead of boost-devel
- Updated to version 2016.2.0
* Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
* The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
* The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
* Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
* Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).
- Build with wxWidgets 3
- Updated to version 2016.0.0
* Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
* Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
* Color management
** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
** celeste and cpfind converts internal image to sRGB before working.
* Some buttons got a context menu for easier access to some function
** Show all in fast preview window to allow better interaction with stacked projects
** Celeste in cp tab: the button can now create cp or clean cp
* Updated internal levmar library to version 2.6
* The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
* Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
* Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
* Control point and mask editor retain viewpoint when changing zoom factor.
* PTBatcherGUI: Minimize to tray is now user configurable.
* Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).
- Added hugin.appdata.patch to fix appdata.xml and desktop file
consistency. see boo#952324 and boo#962214
- Added find-hugin-provides.prov to enable hugin to provide
appdata.xml and desktop files to fix installation system problems.
hugin didn't provide them due to the internal dependency generator
having to be disabled to deal with complex wxWidget requires.
- Remove useless tclap dependency
- Updated to version 2015.0.0
* The makefile based stitching engine has been replaced with direct calls to the underlying programs.
* Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
* The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
* The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
* Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
* The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
* PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
* PTBatcherGUI now shows the thumbnails when searching for images in directories.
* Many of the underlying tools in hugin are now able to use available cpu cores.
* New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
* Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).
- Add hugin-lensfun-0.3.patch: Fix build with Lensfun 0.3.
- Add hugin-boost-1.56.0.patch: Fix build with Boost 1.56.0. Patch
taken from upstream.
- Updated to version 2014.0.0
* inherit many of the libpano improvements (of version 2.9.19)
* the translation plane variables Tpy and Tpp have been added to the GUI
* improvement of the GPU remapping code
* better support for line control point in Control points tab
* obsolete programs matchpoint, nona_gui and PTBatcher have been removed
* outdated translations have been removed from the default install
* initialize the colour balance values during loading with EXIF values
* improved the assistant
* allow customization of exiftool command used to copy metadata to output images
* New command line tools for CLI processing: pto_mask, pto_template, pto_move
* Many more improvements and bug fixes.
- Add make as requires (needed for photo stiching) (bnc#822775).
- Updated to version 2013.0.0:
* Redesign of the (Graphical) User Interface (GUI). The user interface now consists of three modes: Simple, Advanced and Expert.
* New tool pto_var ( change image variables inside pto files).
* New tool pto_lensstack (modify assigned lenses and stack in pto files).
* New tool geocpset (set/add geometric constraints for multirow panorama with featureless images).
* Many more improvements and bug fixes.
- Removed hugin-perl-5.18.patch (included upstream).
- Work around missing RPATH (bnc#846944).
- Fix build on factory with new cmake.
- Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
builds only on 12.3 and later, unresolvable on older ones.
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
their presence.
- Update to version 2012.0.0 (bnc#800803):
* integrated lensfun library
* new tool pto_gen
* improvements to cpfind
* option to keep exposure fused stacks
* pano_modify: Added HDR autocrop option
* translations updated
* more improvements and bug fixes
- Turn on HSI (Python Hugin Scripting Interface).
- added patch to fix gcc 4.7 failure (gcc47.diff)
- added fdupes
- Add missing explicit buildrequires on libjpeg-devel and
libtiff-devel, fixes factory build
-Updated to version 2011.4.0:
* numerous translation updates
* bug fixes
* new pto-gen tool
* build system fixes
- Fixed build on openSUSE 11.3.
- Updated to version 2011.2.0:
* New Python scripting interface.
* New lens calibration tool
* A critical bug affecting a significant number of Mac users has been fixed.
* Many general improvements have been made.
- disable parallel build and enable verbose compilne
- Updated to version 2011.0.0:
* Improved Built-in Control Points Generator.
* CPFind's detection ability has been significantly improved.
* Improved Fast Preview.
* Overview pane has been added to the Fast Preview window.
* It is now possible to drag individual images or arbitrary
groups of images on the panosphere in the fast preview.
* A new gray point picker for visual white balance correction.
* Additional functionality for the registration of stereo images.
* New Thoby projection modeling 10.5mm Nikkor fisheye lens.
* Improved support for some keyboard shortcuts.
* New Preferences: output file format (LDR only).
* Bugfixes and adds minor features.
* Many translations updated.
- Updated to version 2010.4.0:
* Built-in points generator - no third party software for control
points needed.
* Improved Unattended Operation.
* Improved Interaction and Functionality.
* New Command-Line Tools.
* New Visuals.
* Updated translations.
* Other improvements.
- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation
- licenses package is about to die
- Compile with wxWidgets (STL variant).
- added make to Requires [bnc#596664]
Tue Apr 20 10:13:59 CEST 2010 - davejplater@gmail.com
- Change build requirement from fftw to fftw3
- Fixed build with libpng14.
- Updated to version 2010.0.0:
* Fix storage of image cache upperbound.
* Set response type to linear when adding hdr images.
* Set blender and fusion options to default value when user
entered an empty string.
* Fixes update of preview window when projection parameter
changed.
* etc. see ChangeLog.
- removed LAPACK compile option (caused SIGSEVs - may be different
for newer libraries)
- added liblapack3 and lapack dependencies
- updated to 2009.4.0:
(from http://hugin.sourceforge.net/releases/2009.4.0/)
* Automatic lens calibration
* Control point cleaning
* Translation updates (20 languages)
* other improvements
changes between 0.8.0 and 2009.2.0:
(from http://hugin.sourceforge.net/releases/2009.2.0/)
* GPU accelerated stitching
* Improved Preferences panel (Control Point Detectors)
* Improved control of stitching process (Stitcher tab)
* Fast Preview shows control points connected with lines
* lots of bugfixes, lots of new bugs
- split off -devel sub-package
- Updated to version 0.8.0:
* fast preview window using OpenGL
* Celeste sky identification
* new panorama projections
* batch processor
* help updated
* translation updates
* other improvements
- continue the previous work
- fix build with gcc-4.4
- Updated to version 0.7.0:
* disabled incomplete features
* more robust align button algorithm
* minor fixes and improvements
* reorganized documentation files
* translation updates
- Updated to SVN snapshot 0.7.0.3238:
* Bug fixes and improvements (enfuse, HDR images and other).
* Documentation and translation update.
- Improved dummy svn script to allow compilation with old svn.
- Added dummy svn command to prevent build failure if svn log fails
(network is not available).
- Updated to SVN snapshot 0.7.0.3032:
* Support for HDR images.
* Large reorganization of the code.
* Build moved to cmake.
* Many code and algorithm fixes.
* Many crash fixes.
* Uses exiv2.
* OpenGL support.
- Recommend optional packages providing additional functionality.
- Package README_JP.
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
- fix missing includes (includes.patch)
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
- fixed tempfile creation also in AutoCtrlPointCreator
- totally removed creation of fixed-name file in /tmp from last patch
- fixed creation of fixed-name file in /tmp [#307684]
(optim_file.patch)
- Updated to version 0.7_beta4.
* update panotools to latest version
* Albers equal area conic and Miller cylindrical projection
* Support for straight line control points
* Fixed running of Autopano-SIFT integration on windows
* work around bugs in wxWidgets (fixes double deletion of control
points when pressing the Del key)
* Force even values for width for 360 degree equirectangular
panoramas.
* Assistant panel, enables 3 click stitching (well, almost ;-)
* Center and rotate panorama by mouse clicks in preview window.
Also added a numerical transform dialog
* automatic straighten
* support for Lambert and Lambert Azimuthal projections
* separate crop tab replaces buggy crop dialog
* crop is saved in lens .ini files
* Rotated display of images in control point selector, depending
on the roll value
* allow images with and without alpha channels in the same
project
* option to open final panorama in image editor after stitching
* present output of command line utils in nice window
* many small bugfixes
* removed image center dialog
- removed gnome-icon-theme from BuildRequires [#247450]
- Removed references to /opt/gnome.
- accept gettext 0.16 ...
- Fix bogus version check.
- updated to version 0.6.1
* suport for HDR file (log or gamma mapping)
* reduced memory usage, better image caching strategy
* fixed crashes and hangs when using the preview auto update
* vignetting correction estimation speed up
* projection can be changed in preview
- updated to version 0.6
* copy ICC profiles from input images to output
* added vignetting correction and brighness correction during stitching
by addition or division with a flatfield image or an radial polynomial
* estimate the vignetting polynomial directly from the overlapping images
(experimental)
* multithreaded remapping for hugin and nona
* support for dcraw 16 bit .ppm files
* disabled PTOptimizer progress display on OSX
* added tool fulla (see man pages), for distortion, TCA and vignetting
correction (can use old version PTLens database)
* added Czech translation
- removed obsoleted patches: hugin-xqual.patch, filedialog-close-crash.patch
- added zip to Buildrequires
- fix build
- fix build
- Fixed add images close dialog crash (#156487).
- Use explicit gcc-c++ in BuildRequires (was implicit by SDL-devel)
- converted neededforbuild to BuildRequires
- Removed obsolete pywxrc patch (#143258).
- Updated to version 0.5.
- remove some extra qualifications to fix build with gcc-4.1
- fixed missing part of function
- Updated to version 0.5-rc2.
- Work without binfmt mono bindings (#93498).
- Updated to version 0.5.cvs050602.
- added libpano-devel to nfb
- fix build on lib64 systems
- update to 0.5-rc1
- add missing build dependencies on SDL (due to wxGTK)
- cvs update
- fix compilation
- cvs update
- cvs update
- fix build on lib64 arches
- cvs update and patches reorganisation
- fix build with current wxGTK
- removed also SIFT header files and license from tarball (bug #46504)
- change desktopfile
- removed keypoints, since it uses patented SIFT code
- fixed compilation on x86_64
- reorganised patches
- no more patching for wx-config, use wrapper instead
- update to latest released snapshot
- make nona default stitcher as we can not ship PTStitcher
- initial packaging
OBS-URL: https://build.opensuse.org/request/show/760487
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=97
- update to version 2019.0.0
* Added raw import: It converts the RAW images to TIFF using a
raw converter. This can be done by dcraw (requires additional
exiftool), RawTherapee or darktable. These programs needs to be
installed externally.
* Fixes for align_image_stack with EXR images.
* Added option for range compression. Can be helpful for LDR
panoramas to brighten the shadows before merging, because at this
stage the blender has some more information which can be helpful.
* New hotkeys for mask editor (change zoom level with 0, 1 and 2).
* Expression parser (pto_var and "manipulate image variables" in
GUI) can now read also all image variables.
* line_find: Ignore lines with low distance to each other to get
better coverage. Also use only central part of the panorama for
searching for line control points (ignoring zenit/nadir near areas).
* pano_modify: Added new switch --projection-parameter to set
projection parameters.
* Store program settings according to XDG base dir specification
(Linux only, needs to compile with wxWidgets 3.1.1 or later).
- Enable parallel build, use memory-constraints
- Replace hugin-exiv2-0.27.patch with upstream patch,
0001-Unified-inclusion-of-exiv2-library-1828925.patch
- Cleanup spec file:
* Drop obsolete SDL and freeglut BuildRequires
* Remove obsolete references to SVN (hugin uses mercurial)
* Minor cleanups, remove obsolete comments etc.
- Add missing build require on libboost_system (bsc#1129031)
- Don't skip rpath (bsc#1125178).
- spec file cleanup (%license, %defattr)
- add HSI (Hugin Scripting Interface) bcond, correct -DBUILD_HSI
option syntax for cmake
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
(boo#1123401).
- update to version 2018.0.0
The version 2018.0 is mainly a bug fix release and introduce some minor new features.
Several improvements for optimizer tabs:
* mark deselected images
* allow changing optimizer variables for all selected images at once
* option to ignore line cp
* hugin_stacker: New tool to stack overlapping images with several
averaging modes (e.g. mean, median).
* Hugin: Added option to disable auto-rotation of images in control
point and mask editor.
* Nona, verdandi and hugin_stacker can now write BigTIFF images
* Added expression parser to GUI: This allows to manipulate several
image variables at once. (This is the same as running pto_var
--set from the command line.) This can be used e.g. to prealigns
the images in a given setup and then run cpfind --prealigned to
search control points only in overlapping images.
* Add user-defined assistant and expose it in the GUI. It allows
to set up different assistant strategies without the need to
recompiling. Provide also some examples (scanned images,
multi-row panoramas with orphaned images, single-shot panorama
cameras).
- drop python dependencies
- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
use the python2 interpreter.
- update to final version 2017.0.0
- update to version 2017.0 snapshot from today
- use individual libboost-*-devel packages instead of boost-devel
- Updated to version 2016.2.0
* Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
* The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
* The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
* Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
* Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).
- Build with wxWidgets 3
- Updated to version 2016.0.0
* Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
* Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
* Color management
** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
** celeste and cpfind converts internal image to sRGB before working.
* Some buttons got a context menu for easier access to some function
** Show all in fast preview window to allow better interaction with stacked projects
** Celeste in cp tab: the button can now create cp or clean cp
* Updated internal levmar library to version 2.6
* The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
* Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
* Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
* Control point and mask editor retain viewpoint when changing zoom factor.
* PTBatcherGUI: Minimize to tray is now user configurable.
* Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).
- Added hugin.appdata.patch to fix appdata.xml and desktop file
consistency. see boo#952324 and boo#962214
- Added find-hugin-provides.prov to enable hugin to provide
appdata.xml and desktop files to fix installation system problems.
hugin didn't provide them due to the internal dependency generator
having to be disabled to deal with complex wxWidget requires.
- Remove useless tclap dependency
- Updated to version 2015.0.0
* The makefile based stitching engine has been replaced with direct calls to the underlying programs.
* Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
* The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
* The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
* Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
* The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
* PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
* PTBatcherGUI now shows the thumbnails when searching for images in directories.
* Many of the underlying tools in hugin are now able to use available cpu cores.
* New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
* Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).
- Add hugin-lensfun-0.3.patch: Fix build with Lensfun 0.3.
- Add hugin-boost-1.56.0.patch: Fix build with Boost 1.56.0. Patch
taken from upstream.
- Updated to version 2014.0.0
* inherit many of the libpano improvements (of version 2.9.19)
* the translation plane variables Tpy and Tpp have been added to the GUI
* improvement of the GPU remapping code
* better support for line control point in Control points tab
* obsolete programs matchpoint, nona_gui and PTBatcher have been removed
* outdated translations have been removed from the default install
* initialize the colour balance values during loading with EXIF values
* improved the assistant
* allow customization of exiftool command used to copy metadata to output images
* New command line tools for CLI processing: pto_mask, pto_template, pto_move
* Many more improvements and bug fixes.
- Add make as requires (needed for photo stiching) (bnc#822775).
- Updated to version 2013.0.0:
* Redesign of the (Graphical) User Interface (GUI). The user interface now consists of three modes: Simple, Advanced and Expert.
* New tool pto_var ( change image variables inside pto files).
* New tool pto_lensstack (modify assigned lenses and stack in pto files).
* New tool geocpset (set/add geometric constraints for multirow panorama with featureless images).
* Many more improvements and bug fixes.
- Removed hugin-perl-5.18.patch (included upstream).
- Work around missing RPATH (bnc#846944).
- Fix build on factory with new cmake.
- Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
builds only on 12.3 and later, unresolvable on older ones.
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
their presence.
- Update to version 2012.0.0 (bnc#800803):
* integrated lensfun library
* new tool pto_gen
* improvements to cpfind
* option to keep exposure fused stacks
* pano_modify: Added HDR autocrop option
* translations updated
* more improvements and bug fixes
- Turn on HSI (Python Hugin Scripting Interface).
- added patch to fix gcc 4.7 failure (gcc47.diff)
- added fdupes
- Add missing explicit buildrequires on libjpeg-devel and
libtiff-devel, fixes factory build
-Updated to version 2011.4.0:
* numerous translation updates
* bug fixes
* new pto-gen tool
* build system fixes
- Fixed build on openSUSE 11.3.
- Updated to version 2011.2.0:
* New Python scripting interface.
* New lens calibration tool
* A critical bug affecting a significant number of Mac users has been fixed.
* Many general improvements have been made.
- disable parallel build and enable verbose compilne
- Updated to version 2011.0.0:
* Improved Built-in Control Points Generator.
* CPFind's detection ability has been significantly improved.
* Improved Fast Preview.
* Overview pane has been added to the Fast Preview window.
* It is now possible to drag individual images or arbitrary
groups of images on the panosphere in the fast preview.
* A new gray point picker for visual white balance correction.
* Additional functionality for the registration of stereo images.
* New Thoby projection modeling 10.5mm Nikkor fisheye lens.
* Improved support for some keyboard shortcuts.
* New Preferences: output file format (LDR only).
* Bugfixes and adds minor features.
* Many translations updated.
- Updated to version 2010.4.0:
* Built-in points generator - no third party software for control
points needed.
* Improved Unattended Operation.
* Improved Interaction and Functionality.
* New Command-Line Tools.
* New Visuals.
* Updated translations.
* Other improvements.
- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation
- licenses package is about to die
- Compile with wxWidgets (STL variant).
- added make to Requires [bnc#596664]
Tue Apr 20 10:13:59 CEST 2010 - davejplater@gmail.com
- Change build requirement from fftw to fftw3
- Fixed build with libpng14.
- Updated to version 2010.0.0:
* Fix storage of image cache upperbound.
* Set response type to linear when adding hdr images.
* Set blender and fusion options to default value when user
entered an empty string.
* Fixes update of preview window when projection parameter
changed.
* etc. see ChangeLog.
- removed LAPACK compile option (caused SIGSEVs - may be different
for newer libraries)
- added liblapack3 and lapack dependencies
- updated to 2009.4.0:
(from http://hugin.sourceforge.net/releases/2009.4.0/)
* Automatic lens calibration
* Control point cleaning
* Translation updates (20 languages)
* other improvements
changes between 0.8.0 and 2009.2.0:
(from http://hugin.sourceforge.net/releases/2009.2.0/)
* GPU accelerated stitching
* Improved Preferences panel (Control Point Detectors)
* Improved control of stitching process (Stitcher tab)
* Fast Preview shows control points connected with lines
* lots of bugfixes, lots of new bugs
- split off -devel sub-package
- Updated to version 0.8.0:
* fast preview window using OpenGL
* Celeste sky identification
* new panorama projections
* batch processor
* help updated
* translation updates
* other improvements
- continue the previous work
- fix build with gcc-4.4
- Updated to version 0.7.0:
* disabled incomplete features
* more robust align button algorithm
* minor fixes and improvements
* reorganized documentation files
* translation updates
- Updated to SVN snapshot 0.7.0.3238:
* Bug fixes and improvements (enfuse, HDR images and other).
* Documentation and translation update.
- Improved dummy svn script to allow compilation with old svn.
- Added dummy svn command to prevent build failure if svn log fails
(network is not available).
- Updated to SVN snapshot 0.7.0.3032:
* Support for HDR images.
* Large reorganization of the code.
* Build moved to cmake.
* Many code and algorithm fixes.
* Many crash fixes.
* Uses exiv2.
* OpenGL support.
- Recommend optional packages providing additional functionality.
- Package README_JP.
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
- fix missing includes (includes.patch)
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
- fixed tempfile creation also in AutoCtrlPointCreator
- totally removed creation of fixed-name file in /tmp from last patch
- fixed creation of fixed-name file in /tmp [#307684]
(optim_file.patch)
- Updated to version 0.7_beta4.
* update panotools to latest version
* Albers equal area conic and Miller cylindrical projection
* Support for straight line control points
* Fixed running of Autopano-SIFT integration on windows
* work around bugs in wxWidgets (fixes double deletion of control
points when pressing the Del key)
* Force even values for width for 360 degree equirectangular
panoramas.
* Assistant panel, enables 3 click stitching (well, almost ;-)
* Center and rotate panorama by mouse clicks in preview window.
Also added a numerical transform dialog
* automatic straighten
* support for Lambert and Lambert Azimuthal projections
* separate crop tab replaces buggy crop dialog
* crop is saved in lens .ini files
* Rotated display of images in control point selector, depending
on the roll value
* allow images with and without alpha channels in the same
project
* option to open final panorama in image editor after stitching
* present output of command line utils in nice window
* many small bugfixes
* removed image center dialog
- removed gnome-icon-theme from BuildRequires [#247450]
- Removed references to /opt/gnome.
- accept gettext 0.16 ...
- Fix bogus version check.
- updated to version 0.6.1
* suport for HDR file (log or gamma mapping)
* reduced memory usage, better image caching strategy
* fixed crashes and hangs when using the preview auto update
* vignetting correction estimation speed up
* projection can be changed in preview
- updated to version 0.6
* copy ICC profiles from input images to output
* added vignetting correction and brighness correction during stitching
by addition or division with a flatfield image or an radial polynomial
* estimate the vignetting polynomial directly from the overlapping images
(experimental)
* multithreaded remapping for hugin and nona
* support for dcraw 16 bit .ppm files
* disabled PTOptimizer progress display on OSX
* added tool fulla (see man pages), for distortion, TCA and vignetting
correction (can use old version PTLens database)
* added Czech translation
- removed obsoleted patches: hugin-xqual.patch, filedialog-close-crash.patch
- added zip to Buildrequires
- fix build
- fix build
- Fixed add images close dialog crash (#156487).
- Use explicit gcc-c++ in BuildRequires (was implicit by SDL-devel)
- converted neededforbuild to BuildRequires
- Removed obsolete pywxrc patch (#143258).
- Updated to version 0.5.
- remove some extra qualifications to fix build with gcc-4.1
- fixed missing part of function
- Updated to version 0.5-rc2.
- Work without binfmt mono bindings (#93498).
- Updated to version 0.5.cvs050602.
- added libpano-devel to nfb
- fix build on lib64 systems
- update to 0.5-rc1
- add missing build dependencies on SDL (due to wxGTK)
- cvs update
- fix compilation
- cvs update
- cvs update
- fix build on lib64 arches
- cvs update and patches reorganisation
- fix build with current wxGTK
- removed also SIFT header files and license from tarball (bug #46504)
- change desktopfile
- removed keypoints, since it uses patented SIFT code
- fixed compilation on x86_64
- reorganised patches
- no more patching for wx-config, use wrapper instead
- update to latest released snapshot
- make nona default stitcher as we can not ship PTStitcher
- initial packaging
OBS-URL: https://build.opensuse.org/request/show/715342
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=95
- spec file cleanup (%license, %defattr)
- add HSI (Hugin Scripting Interface) bcond, correct -DBUILD_HSI
option syntax for cmake
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
(boo#1123401).
- update to version 2018.0.0
The version 2018.0 is mainly a bug fix release and introduce some minor new features.
Several improvements for optimizer tabs:
* mark deselected images
* allow changing optimizer variables for all selected images at once
* option to ignore line cp
* hugin_stacker: New tool to stack overlapping images with several
averaging modes (e.g. mean, median).
* Hugin: Added option to disable auto-rotation of images in control
point and mask editor.
* Nona, verdandi and hugin_stacker can now write BigTIFF images
* Added expression parser to GUI: This allows to manipulate several
image variables at once. (This is the same as running pto_var
--set from the command line.) This can be used e.g. to prealigns
the images in a given setup and then run cpfind --prealigned to
search control points only in overlapping images.
* Add user-defined assistant and expose it in the GUI. It allows
to set up different assistant strategies without the need to
recompiling. Provide also some examples (scanned images,
multi-row panoramas with orphaned images, single-shot panorama
cameras).
- drop python dependencies
- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
use the python2 interpreter.
- update to final version 2017.0.0
- update to version 2017.0 snapshot from today
- use individual libboost-*-devel packages instead of boost-devel
- Updated to version 2016.2.0
* Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
* The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
* The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
* Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
* Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).
- Build with wxWidgets 3
- Updated to version 2016.0.0
* Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
* Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
* Color management
** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
** celeste and cpfind converts internal image to sRGB before working.
* Some buttons got a context menu for easier access to some function
** Show all in fast preview window to allow better interaction with stacked projects
** Celeste in cp tab: the button can now create cp or clean cp
* Updated internal levmar library to version 2.6
* The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
* Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
* Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
* Control point and mask editor retain viewpoint when changing zoom factor.
* PTBatcherGUI: Minimize to tray is now user configurable.
* Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).
- Added hugin.appdata.patch to fix appdata.xml and desktop file
consistency. see boo#952324 and boo#962214
- Added find-hugin-provides.prov to enable hugin to provide
appdata.xml and desktop files to fix installation system problems.
hugin didn't provide them due to the internal dependency generator
having to be disabled to deal with complex wxWidget requires.
- Remove useless tclap dependency
- Updated to version 2015.0.0
* The makefile based stitching engine has been replaced with direct calls to the underlying programs.
* Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
* The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
* The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
* Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
* The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
* PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
* PTBatcherGUI now shows the thumbnails when searching for images in directories.
* Many of the underlying tools in hugin are now able to use available cpu cores.
* New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
* Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).
- Add hugin-lensfun-0.3.patch: Fix build with Lensfun 0.3.
- Add hugin-boost-1.56.0.patch: Fix build with Boost 1.56.0. Patch
taken from upstream.
- Updated to version 2014.0.0
* inherit many of the libpano improvements (of version 2.9.19)
* the translation plane variables Tpy and Tpp have been added to the GUI
* improvement of the GPU remapping code
* better support for line control point in Control points tab
* obsolete programs matchpoint, nona_gui and PTBatcher have been removed
* outdated translations have been removed from the default install
* initialize the colour balance values during loading with EXIF values
* improved the assistant
* allow customization of exiftool command used to copy metadata to output images
* New command line tools for CLI processing: pto_mask, pto_template, pto_move
* Many more improvements and bug fixes.
- Add make as requires (needed for photo stiching) (bnc#822775).
- Updated to version 2013.0.0:
* Redesign of the (Graphical) User Interface (GUI). The user interface now consists of three modes: Simple, Advanced and Expert.
* New tool pto_var ( change image variables inside pto files).
* New tool pto_lensstack (modify assigned lenses and stack in pto files).
* New tool geocpset (set/add geometric constraints for multirow panorama with featureless images).
* Many more improvements and bug fixes.
- Removed hugin-perl-5.18.patch (included upstream).
- Work around missing RPATH (bnc#846944).
- Fix build on factory with new cmake.
- Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
builds only on 12.3 and later, unresolvable on older ones.
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
their presence.
- Update to version 2012.0.0 (bnc#800803):
* integrated lensfun library
* new tool pto_gen
* improvements to cpfind
* option to keep exposure fused stacks
* pano_modify: Added HDR autocrop option
* translations updated
* more improvements and bug fixes
- Turn on HSI (Python Hugin Scripting Interface).
- added patch to fix gcc 4.7 failure (gcc47.diff)
- added fdupes
- Add missing explicit buildrequires on libjpeg-devel and
libtiff-devel, fixes factory build
-Updated to version 2011.4.0:
* numerous translation updates
* bug fixes
* new pto-gen tool
* build system fixes
- Fixed build on openSUSE 11.3.
- Updated to version 2011.2.0:
* New Python scripting interface.
* New lens calibration tool
* A critical bug affecting a significant number of Mac users has been fixed.
* Many general improvements have been made.
- disable parallel build and enable verbose compilne
- Updated to version 2011.0.0:
* Improved Built-in Control Points Generator.
* CPFind's detection ability has been significantly improved.
* Improved Fast Preview.
* Overview pane has been added to the Fast Preview window.
* It is now possible to drag individual images or arbitrary
groups of images on the panosphere in the fast preview.
* A new gray point picker for visual white balance correction.
* Additional functionality for the registration of stereo images.
* New Thoby projection modeling 10.5mm Nikkor fisheye lens.
* Improved support for some keyboard shortcuts.
* New Preferences: output file format (LDR only).
* Bugfixes and adds minor features.
* Many translations updated.
- Updated to version 2010.4.0:
* Built-in points generator - no third party software for control
points needed.
* Improved Unattended Operation.
* Improved Interaction and Functionality.
* New Command-Line Tools.
* New Visuals.
* Updated translations.
* Other improvements.
- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation
- licenses package is about to die
- Compile with wxWidgets (STL variant).
- added make to Requires [bnc#596664]
Tue Apr 20 10:13:59 CEST 2010 - davejplater@gmail.com
- Change build requirement from fftw to fftw3
- Fixed build with libpng14.
- Updated to version 2010.0.0:
* Fix storage of image cache upperbound.
* Set response type to linear when adding hdr images.
* Set blender and fusion options to default value when user
entered an empty string.
* Fixes update of preview window when projection parameter
changed.
* etc. see ChangeLog.
- removed LAPACK compile option (caused SIGSEVs - may be different
for newer libraries)
- added liblapack3 and lapack dependencies
- updated to 2009.4.0:
(from http://hugin.sourceforge.net/releases/2009.4.0/)
* Automatic lens calibration
* Control point cleaning
* Translation updates (20 languages)
* other improvements
changes between 0.8.0 and 2009.2.0:
(from http://hugin.sourceforge.net/releases/2009.2.0/)
* GPU accelerated stitching
* Improved Preferences panel (Control Point Detectors)
* Improved control of stitching process (Stitcher tab)
* Fast Preview shows control points connected with lines
* lots of bugfixes, lots of new bugs
- split off -devel sub-package
- Updated to version 0.8.0:
* fast preview window using OpenGL
* Celeste sky identification
* new panorama projections
* batch processor
* help updated
* translation updates
* other improvements
- continue the previous work
- fix build with gcc-4.4
- Updated to version 0.7.0:
* disabled incomplete features
* more robust align button algorithm
* minor fixes and improvements
* reorganized documentation files
* translation updates
- Updated to SVN snapshot 0.7.0.3238:
* Bug fixes and improvements (enfuse, HDR images and other).
* Documentation and translation update.
- Improved dummy svn script to allow compilation with old svn.
- Added dummy svn command to prevent build failure if svn log fails
(network is not available).
- Updated to SVN snapshot 0.7.0.3032:
* Support for HDR images.
* Large reorganization of the code.
* Build moved to cmake.
* Many code and algorithm fixes.
* Many crash fixes.
* Uses exiv2.
* OpenGL support.
- Recommend optional packages providing additional functionality.
- Package README_JP.
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
- fix missing includes (includes.patch)
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
- fixed tempfile creation also in AutoCtrlPointCreator
- totally removed creation of fixed-name file in /tmp from last patch
- fixed creation of fixed-name file in /tmp [#307684]
(optim_file.patch)
- Updated to version 0.7_beta4.
* update panotools to latest version
* Albers equal area conic and Miller cylindrical projection
* Support for straight line control points
* Fixed running of Autopano-SIFT integration on windows
* work around bugs in wxWidgets (fixes double deletion of control
points when pressing the Del key)
* Force even values for width for 360 degree equirectangular
panoramas.
* Assistant panel, enables 3 click stitching (well, almost ;-)
* Center and rotate panorama by mouse clicks in preview window.
Also added a numerical transform dialog
* automatic straighten
* support for Lambert and Lambert Azimuthal projections
* separate crop tab replaces buggy crop dialog
* crop is saved in lens .ini files
* Rotated display of images in control point selector, depending
on the roll value
* allow images with and without alpha channels in the same
project
* option to open final panorama in image editor after stitching
* present output of command line utils in nice window
* many small bugfixes
* removed image center dialog
- removed gnome-icon-theme from BuildRequires [#247450]
- Removed references to /opt/gnome.
- accept gettext 0.16 ...
- Fix bogus version check.
- updated to version 0.6.1
* suport for HDR file (log or gamma mapping)
* reduced memory usage, better image caching strategy
* fixed crashes and hangs when using the preview auto update
* vignetting correction estimation speed up
* projection can be changed in preview
- updated to version 0.6
* copy ICC profiles from input images to output
* added vignetting correction and brighness correction during stitching
by addition or division with a flatfield image or an radial polynomial
* estimate the vignetting polynomial directly from the overlapping images
(experimental)
* multithreaded remapping for hugin and nona
* support for dcraw 16 bit .ppm files
* disabled PTOptimizer progress display on OSX
* added tool fulla (see man pages), for distortion, TCA and vignetting
correction (can use old version PTLens database)
* added Czech translation
- removed obsoleted patches: hugin-xqual.patch, filedialog-close-crash.patch
- added zip to Buildrequires
- fix build
- fix build
- Fixed add images close dialog crash (#156487).
- Use explicit gcc-c++ in BuildRequires (was implicit by SDL-devel)
- converted neededforbuild to BuildRequires
- Removed obsolete pywxrc patch (#143258).
- Updated to version 0.5.
- remove some extra qualifications to fix build with gcc-4.1
- fixed missing part of function
- Updated to version 0.5-rc2.
- Work without binfmt mono bindings (#93498).
- Updated to version 0.5.cvs050602.
- added libpano-devel to nfb
- fix build on lib64 systems
- update to 0.5-rc1
- add missing build dependencies on SDL (due to wxGTK)
- cvs update
- fix compilation
- cvs update
- cvs update
- fix build on lib64 arches
- cvs update and patches reorganisation
- fix build with current wxGTK
- removed also SIFT header files and license from tarball (bug #46504)
- change desktopfile
- removed keypoints, since it uses patented SIFT code
- fixed compilation on x86_64
- reorganised patches
- no more patching for wx-config, use wrapper instead
- update to latest released snapshot
- make nona default stitcher as we can not ship PTStitcher
- initial packaging
OBS-URL: https://build.opensuse.org/request/show/670189
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=89
- Updated to version 2016.2.0
* Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
* The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
* The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
* Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
* Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).
OBS-URL: https://build.opensuse.org/request/show/428467
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=73
- Updated to version 2016.0.0
* Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
* Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
* Color management
** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
** celeste and cpfind converts internal image to sRGB before working.
* Some buttons got a context menu for easier access to some function
** Show all in fast preview window to allow better interaction with stacked projects
** Celeste in cp tab: the button can now create cp or clean cp
* Updated internal levmar library to version 2.6
* The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
* Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
* Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
* Control point and mask editor retain viewpoint when changing zoom factor.
* PTBatcherGUI: Minimize to tray is now user configurable.
* Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).
OBS-URL: https://build.opensuse.org/request/show/376260
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=69
- Updated to version 2015.0.0
* The makefile based stitching engine has been replaced with direct calls to the underlying programs.
* Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
* The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
* The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
* Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
* The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
* PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
* PTBatcherGUI now shows the thumbnails when searching for images in directories.
* Many of the underlying tools in hugin are now able to use available cpu cores.
* New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
* Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).
OBS-URL: https://build.opensuse.org/request/show/328715
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=61
- Updated to version 2014.0.0
* inherit many of the libpano improvements (of version 2.9.19)
* the translation plane variables Tpy and Tpp have been added to the GUI
* improvement of the GPU remapping code
* better support for line control point in Control points tab
* obsolete programs matchpoint, nona_gui and PTBatcher have been removed
* outdated translations have been removed from the default install
* initialize the colour balance values during loading with EXIF values
* improved the assistant
* allow customization of exiftool command used to copy metadata to output images
* New command line tools for CLI processing: pto_mask, pto_template, pto_move
* Many more improvements and bug fixes.
OBS-URL: https://build.opensuse.org/request/show/255440
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=55