forked from pool/hugin
This commit is contained in:
parent
391fe74984
commit
6746193108
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d5a5b1da77d6e842c8394a900af0f9fa81544d8159f5898b9476f8eb19a7914
|
||||
size 5335017
|
3
hugin-0.8.0.tar.bz2
Normal file
3
hugin-0.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cd5848d61b890b707793594cc52369318ee49176bd8d32f3038e34d6e0100b1
|
||||
size 10511916
|
@ -1,37 +0,0 @@
|
||||
Index: src/hugin_base/appbase/ProgressDisplayOld.h
|
||||
===================================================================
|
||||
--- src/hugin_base/appbase/ProgressDisplayOld.h.orig
|
||||
+++ src/hugin_base/appbase/ProgressDisplayOld.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#ifndef _APPBASE_POGRESSDISPLAYOLD_H
|
||||
#define _APPBASE_POGRESSDISPLAYOLD_H
|
||||
|
||||
+#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
Index: src/hugin_base/hugin_utils/utils.cpp
|
||||
===================================================================
|
||||
--- src/hugin_base/hugin_utils/utils.cpp.orig
|
||||
+++ src/hugin_base/hugin_utils/utils.cpp
|
||||
@@ -171,7 +171,7 @@ std::string doubleToString(double d, int
|
||||
if (digits < 0) {
|
||||
strcpy(fmt,"%f");
|
||||
} else {
|
||||
- std::sprintf(fmt,"%%.%df",digits);
|
||||
+ sprintf(fmt,"%%.%df",digits);
|
||||
}
|
||||
char c[1024];
|
||||
c[1023] = 0;
|
||||
Index: src/hugin_base/panodata/PTScriptParsing.cpp
|
||||
===================================================================
|
||||
--- src/hugin_base/panodata/PTScriptParsing.cpp.orig
|
||||
+++ src/hugin_base/panodata/PTScriptParsing.cpp
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "PTScriptParsing.h"
|
||||
|
||||
#include <hugin_utils/utils.h>
|
||||
+#include <stdio.h>
|
||||
|
||||
|
||||
namespace HuginBase {
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 18:35:32 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 0.8.0:
|
||||
* fast preview window using OpenGL
|
||||
* Celeste sky identification
|
||||
* new panorama projections
|
||||
* batch processor
|
||||
* help updated
|
||||
* translation updates
|
||||
* other improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 11:56:59 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
172
hugin.spec
172
hugin.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hugin (Version 0.7.0)
|
||||
# spec file for package hugin (Version 0.8.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: hugin
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw-devel gcc-c++ libexiv2-devel libpano-devel libxml2 python-wxGTK update-desktop-files vigra wxGTK-devel zip
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw-devel gcc-c++ glew-devel libexiv2-devel libpano-devel libxml2 python-wxGTK update-desktop-files vigra wxGTK-devel zip
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes licenses
|
||||
Requires: licenses
|
||||
@ -27,14 +27,13 @@ Requires: licenses
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Other
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
Version: 0.7.0
|
||||
Release: 3
|
||||
Version: 0.8.0
|
||||
Release: 1
|
||||
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
|
||||
Patch0: hugin-gcc44.patch
|
||||
Url: http://hugin.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: licenses
|
||||
@ -70,7 +69,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
# For SVN snapshot:
|
||||
#setup -q -n %{name}
|
||||
# Rename Catalan in Spain to Catalan.
|
||||
@ -98,8 +96,8 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%suse_update_desktop_file hugin Graphics 2DGraphics
|
||||
%suse_update_desktop_file hugin_stitch_project Graphics 2DGraphics
|
||||
%suse_update_desktop_file hugin 2DGraphics
|
||||
%suse_update_desktop_file PTBatcherGUI 2DGraphics
|
||||
# locales
|
||||
%{find_lang} %{name}
|
||||
# Use better place for MIME icons.
|
||||
@ -143,161 +141,3 @@ fi
|
||||
%doc %{_mandir}/man?/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 09 2009 coolo@novell.com
|
||||
- continue the previous work
|
||||
* Wed May 27 2009 ro@suse.de
|
||||
- fix build with gcc-4.4
|
||||
* Tue Oct 07 2008 sbrabec@suse.cz
|
||||
- Updated to version 0.7.0:
|
||||
* disabled incomplete features
|
||||
* more robust align button algorithm
|
||||
* minor fixes and improvements
|
||||
* reorganized documentation files
|
||||
* translation updates
|
||||
* Mon Jul 28 2008 sbrabec@suse.cz
|
||||
- Updated to SVN snapshot 0.7.0.3238:
|
||||
* Bug fixes and improvements (enfuse, HDR images and other).
|
||||
* Documentation and translation update.
|
||||
- Improved dummy svn script to allow compilation with old svn.
|
||||
* Thu Apr 24 2008 sbrabec@suse.cz
|
||||
- Added dummy svn command to prevent build failure if svn log fails
|
||||
(network is not available).
|
||||
* Wed Apr 23 2008 sbrabec@suse.cz
|
||||
- Updated to SVN snapshot 0.7.0.3032:
|
||||
* Support for HDR images.
|
||||
* Large reorganization of the code.
|
||||
* Build moved to cmake.
|
||||
* Many code and algorithm fixes.
|
||||
* Many crash fixes.
|
||||
* Uses exiv2.
|
||||
* OpenGL support.
|
||||
* Mon Apr 07 2008 sbrabec@suse.cz
|
||||
- Recommend optional packages providing additional functionality.
|
||||
- Package README_JP.
|
||||
* Wed Dec 12 2007 nadvornik@suse.cz
|
||||
- accept gettext 0.17 - 0.19
|
||||
- more missing includes added to includes.patch
|
||||
* Mon Nov 12 2007 prusnak@suse.cz
|
||||
- fix missing includes (includes.patch)
|
||||
* Tue Oct 30 2007 prusnak@suse.cz
|
||||
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
|
||||
- fixed tempfile creation also in AutoCtrlPointCreator
|
||||
* Thu Oct 04 2007 prusnak@suse.cz
|
||||
- totally removed creation of fixed-name file in /tmp from last patch
|
||||
* Thu Sep 27 2007 prusnak@suse.cz
|
||||
- fixed creation of fixed-name file in /tmp [#307684]
|
||||
(optim_file.patch)
|
||||
* Mon Jul 16 2007 sbrabec@suse.cz
|
||||
- Updated to version 0.7_beta4.
|
||||
* update panotools to latest version
|
||||
* Albers equal area conic and Miller cylindrical projection
|
||||
* Support for straight line control points
|
||||
* Fixed running of Autopano-SIFT integration on windows
|
||||
* work around bugs in wxWidgets (fixes double deletion of control
|
||||
points when pressing the Del key)
|
||||
* Force even values for width for 360 degree equirectangular
|
||||
panoramas.
|
||||
* Assistant panel, enables 3 click stitching (well, almost ;-)
|
||||
* Center and rotate panorama by mouse clicks in preview window.
|
||||
Also added a numerical transform dialog
|
||||
* automatic straighten
|
||||
* support for Lambert and Lambert Azimuthal projections
|
||||
* separate crop tab replaces buggy crop dialog
|
||||
* crop is saved in lens .ini files
|
||||
* Rotated display of images in control point selector, depending
|
||||
on the roll value
|
||||
* allow images with and without alpha channels in the same
|
||||
project
|
||||
* option to open final panorama in image editor after stitching
|
||||
* present output of command line utils in nice window
|
||||
* many small bugfixes
|
||||
* removed image center dialog
|
||||
* Wed May 09 2007 pgajdos@suse.cz
|
||||
- removed gnome-icon-theme from BuildRequires [#247450]
|
||||
* Tue Jan 30 2007 sbrabec@suse.cz
|
||||
- Removed references to /opt/gnome.
|
||||
* Fri Jan 26 2007 ro@suse.de
|
||||
- accept gettext 0.16 ...
|
||||
* Sat Oct 21 2006 schwab@suse.de
|
||||
- Fix bogus version check.
|
||||
* Wed Aug 23 2006 postadal@suse.cz
|
||||
- updated to version 0.6.1
|
||||
* suport for HDR file (log or gamma mapping)
|
||||
* reduced memory usage, better image caching strategy
|
||||
* fixed crashes and hangs when using the preview auto update
|
||||
* vignetting correction estimation speed up
|
||||
* projection can be changed in preview
|
||||
* Thu Aug 17 2006 postadal@suse.cz
|
||||
- updated to version 0.6
|
||||
* copy ICC profiles from input images to output
|
||||
* added vignetting correction and brighness correction during stitching
|
||||
by addition or division with a flatfield image or an radial polynomial
|
||||
* estimate the vignetting polynomial directly from the overlapping images
|
||||
(experimental)
|
||||
* multithreaded remapping for hugin and nona
|
||||
* support for dcraw 16 bit .ppm files
|
||||
* disabled PTOptimizer progress display on OSX
|
||||
* added tool fulla (see man pages), for distortion, TCA and vignetting
|
||||
correction (can use old version PTLens database)
|
||||
* added Czech translation
|
||||
- removed obsoleted patches: hugin-xqual.patch, filedialog-close-crash.patch
|
||||
- added zip to Buildrequires
|
||||
* Mon Aug 07 2006 cthiel@suse.de
|
||||
- fix build
|
||||
* Tue Jul 04 2006 cthiel@suse.de
|
||||
- fix build
|
||||
* Mon Mar 20 2006 sbrabec@suse.cz
|
||||
- Fixed add images close dialog crash (#156487).
|
||||
* Thu Mar 09 2006 bk@suse.de
|
||||
- Use explicit gcc-c++ in BuildRequires (was implicit by SDL-devel)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 19 2006 sbrabec@suse.cz
|
||||
- Removed obsolete pywxrc patch (#143258).
|
||||
* Thu Jan 12 2006 sbrabec@suse.cz
|
||||
- Updated to version 0.5.
|
||||
* Tue Nov 08 2005 ro@suse.de
|
||||
- remove some extra qualifications to fix build with gcc-4.1
|
||||
* Tue Oct 25 2005 yxu@suse.de
|
||||
- fixed missing part of function
|
||||
* Thu Sep 22 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.5-rc2.
|
||||
* Wed Aug 17 2005 sbrabec@suse.cz
|
||||
- Work without binfmt mono bindings (#93498).
|
||||
* Fri Aug 05 2005 sbrabec@suse.cz
|
||||
- Updated to version 0.5.cvs050602.
|
||||
* Thu Jul 21 2005 nadvornik@suse.cz
|
||||
- added libpano-devel to nfb
|
||||
* Wed May 25 2005 mcihar@suse.cz
|
||||
- fix build on lib64 systems
|
||||
* Fri May 20 2005 mcihar@suse.cz
|
||||
- update to 0.5-rc1
|
||||
* Mon Apr 18 2005 mcihar@suse.de
|
||||
- add missing build dependencies on SDL (due to wxGTK)
|
||||
* Thu Apr 14 2005 mcihar@suse.cz
|
||||
- cvs update
|
||||
- fix compilation
|
||||
* Thu Feb 17 2005 mcihar@suse.cz
|
||||
- cvs update
|
||||
* Fri Feb 04 2005 mcihar@suse.cz
|
||||
- cvs update
|
||||
* Tue Jan 04 2005 mcihar@suse.cz
|
||||
- fix build on lib64 arches
|
||||
* Wed Dec 22 2004 mcihar@suse.cz
|
||||
- cvs update and patches reorganisation
|
||||
* Mon Nov 22 2004 ro@suse.de
|
||||
- fix build with current wxGTK
|
||||
* Thu Sep 30 2004 mcihar@suse.cz
|
||||
- removed also SIFT header files and license from tarball (bug #46504)
|
||||
* Tue Sep 21 2004 mskibbe@suse.de
|
||||
- change desktopfile
|
||||
* Wed Aug 11 2004 mcihar@suse.cz
|
||||
- removed keypoints, since it uses patented SIFT code
|
||||
- fixed compilation on x86_64
|
||||
- reorganised patches
|
||||
- no more patching for wx-config, use wrapper instead
|
||||
* Mon Aug 02 2004 mcihar@suse.cz
|
||||
- update to latest released snapshot
|
||||
- make nona default stitcher as we can not ship PTStitcher
|
||||
* Fri Jul 30 2004 mcihar@suse.cz
|
||||
- initial packaging
|
||||
|
Loading…
x
Reference in New Issue
Block a user