forked from pool/hugin
Accepting request 72318 from home:sbrabec:branches:graphics
- 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. OBS-URL: https://build.opensuse.org/request/show/72318 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=19
This commit is contained in:
parent
eada78b197
commit
232dac730f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d45cc65df6b424ef5bf1c5d2cd99a360ecfda46688782c75f36dd5341cb9c38e
|
||||
size 11009978
|
3
hugin-2011.0.0.tar.bz2
Normal file
3
hugin-2011.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866273f6218d300a52c0148960681faa2c4e05383d97f868a2eb47b457b5f4fc
|
||||
size 11439430
|
@ -1,20 +0,0 @@
|
||||
|
||||
# HG changeset patch
|
||||
# User Bruno Postle <bruno@postle.net>
|
||||
# Date 1295990053 0
|
||||
# Node ID 1fc6ad6e7c7ae679e3b8f96b6f4c36920f228138
|
||||
# Parent 9e1d0816a1edd95a985ad6fd62da9c8b7342efb5
|
||||
Fix for compilation with gcc-4.6.0
|
||||
|
||||
diff -r 9e1d0816a1ed -r 1fc6ad6e7c7a src/foreign/vigra/vigra/multi_iterator.hxx
|
||||
--- a/src/foreign/vigra/vigra/multi_iterator.hxx Mon Jan 24 21:37:53 2011 +0100
|
||||
+++ b/src/foreign/vigra/vigra/multi_iterator.hxx Tue Jan 25 21:14:13 2011 +0000
|
||||
@@ -41,6 +41,7 @@
|
||||
#define VIGRA_MULTI_ITERATOR_HXX
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <stddef.h>
|
||||
#include "tinyvector.hxx"
|
||||
#include "iteratortags.hxx"
|
||||
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 16:34:47 CEST 2011 - sbrabec@suse.cz
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 19:34:14 CEST 2011 - sbrabec@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: hugin
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel freeglut-devel gcc-c++ glew-devel libexiv2-devel libpano-devel >= 2.9.17 libxml2 update-desktop-files vigra zip freeglut-devel Mesa-devel liblapack3 lapack
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel freeglut-devel gcc-c++ glew-devel libexiv2-devel libpano-devel >= 2.9.18 libxml2 update-desktop-files vigra zip freeglut-devel Mesa-devel liblapack3 lapack
|
||||
%if %suse_version > 1130
|
||||
BuildRequires: python-wxWidgets >= 2.7.0 wxWidgets-devel
|
||||
%else
|
||||
@ -31,15 +31,13 @@ BuildRequires: fdupes
|
||||
License: GPLv2+
|
||||
Group: Productivity/Graphics/Other
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
Version: 2010.4.0
|
||||
Version: 2011.0.0
|
||||
Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# For SVN snapshot:
|
||||
# svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
|
||||
#Source: %{name}-svn2008xxxx.tar.bz2
|
||||
Source1: %{name}-svn-dummy
|
||||
# PATCH-FIX-UPSTREAM hugin-fix-gcc46.patch idoenmez@suse.de -- Fix compilation with gcc 4.6
|
||||
Patch1: hugin-fix-gcc46.patch
|
||||
Url: http://hugin.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: make
|
||||
@ -77,7 +75,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
# For SVN snapshot:
|
||||
#setup -q -n %{name}
|
||||
# Rename Catalan in Spain to Catalan.
|
||||
|
Loading…
Reference in New Issue
Block a user