forked from pool/hugin
try
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=84
This commit is contained in:
parent
957c467c99
commit
cc5f650abd
@ -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
3
hugin-2018.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb
|
||||||
|
size 9838518
|
@ -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
|
Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -51,8 +51,8 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: vigra-devel
|
BuildRequires: vigra-devel
|
||||||
BuildRequires: wxWidgets-devel >= 3
|
BuildRequires: wxWidgets-devel >= 3
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
%define mversion 2017.0
|
%define mversion 2018.0
|
||||||
Version: 2017.0.0
|
Version: 2018.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -116,7 +116,6 @@ cmake \
|
|||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_SKIP_RPATH=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
|
||||||
-DENABLE_LAPACK=ON BUILD_HSI=ON \
|
-DENABLE_LAPACK=ON BUILD_HSI=ON \
|
||||||
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
|
|
||||||
..
|
..
|
||||||
# parallel make kills our workers
|
# parallel make kills our workers
|
||||||
make VERBOSE=1 %{?_smp_mflags} -j1
|
make VERBOSE=1 %{?_smp_mflags} -j1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user