SHA256
1
0
forked from pool/hugin

Accepting request 573398 from graphics

version update

OBS-URL: https://build.opensuse.org/request/show/573398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2018-02-07 17:40:59 +00:00 committed by Git OBS Bridge
commit f54e5db942
4 changed files with 32 additions and 9 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,30 @@
-------------------------------------------------------------------
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).
- drop python dependencies
-------------------------------------------------------------------
Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org

View File

@ -43,7 +43,6 @@ BuildRequires: liblcms2-devel
BuildRequires: libpano-devel >= 2.9.19
BuildRequires: libtiff-devel
BuildRequires: libxml2
BuildRequires: python-devel
BuildRequires: python-wxWidgets >= 3
BuildRequires: sqlite3-devel
BuildRequires: swig
@ -51,8 +50,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 +115,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
@ -161,7 +159,5 @@ chmod -x %{buildroot}%{_docdir}/%{name}/*
%dir %{_libdir}/hugin
%{_libdir}/hugin/*.so.*
%doc %{_mandir}/man?/*.*
%{py_sitedir}/*hpi*
%{py_sitedir}/*hsi*
%changelog