forked from pool/hugin
Accepting request 428512 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/428512 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=54
This commit is contained in:
commit
90d16541dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6
|
||||
size 10508576
|
3
hugin-2016.2.0.tar.bz2
Normal file
3
hugin-2016.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15
|
||||
size 10386216
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 12:41:12 UTC 2016 - salsergey@gmail.com
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 19:36:41 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@ -47,7 +47,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: vigra-devel
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
BuildRequires: zip
|
||||
%define mversion 2016.0
|
||||
%define mversion 2016.2
|
||||
Version: %{mversion}.0
|
||||
Release: 0
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
@ -127,7 +127,7 @@ cd ..
|
||||
# Use better place for MIME icons.
|
||||
mv -f %{buildroot}%{_datadir}/icons/gnome %{buildroot}%{_datadir}/icons/hicolor
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
cp -a AUTHORS authors.txt COPYING Changes.txt README TODO %{buildroot}%{_docdir}/%{name}/
|
||||
cp -a AUTHORS authors.txt COPYING.txt Changes.txt README TODO %{buildroot}%{_docdir}/%{name}/
|
||||
chmod -x %{buildroot}%{_docdir}/%{name}/*
|
||||
%fdupes %{buildroot}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user