SHA256
1
0
forked from pool/hugin
Adrian Schröter 2018-02-06 08:37:52 +00:00 committed by Git OBS Bridge
parent 957c467c99
commit cc5f650abd
4 changed files with 31 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609
size 9803272

3
hugin-2018.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb
size 9838518

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Feb 6 08:16:56 UTC 2018 - adrian@suse.de
- 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).
-------------------------------------------------------------------
Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org

View File

@ -51,8 +51,8 @@ BuildRequires: update-desktop-files
BuildRequires: vigra-devel
BuildRequires: wxWidgets-devel >= 3
BuildRequires: zip
%define mversion 2017.0
Version: 2017.0.0
%define mversion 2018.0
Version: 2018.0.0
Release: 0
Summary: Toolchain for Stitching of Images and Creating Panoramas
License: GPL-2.0+
@ -116,7 +116,6 @@ cmake \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
-DENABLE_LAPACK=ON BUILD_HSI=ON \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
..
# parallel make kills our workers
make VERBOSE=1 %{?_smp_mflags} -j1