SHA256
1
0
forked from pool/hugin
OBS User unknown 2008-10-08 09:47:41 +00:00 committed by Git OBS Bridge
parent f33b366aca
commit a81df3a1cf
4 changed files with 42 additions and 13 deletions

3
hugin-0.7.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d5a5b1da77d6e842c8394a900af0f9fa81544d8159f5898b9476f8eb19a7914
size 5335017

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12b8ec9480af0118b8e415d7865cdb25c5a799fa251dcbe72e4b66ea20ec8ec8
size 6590831

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 7 17:42:37 CEST 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 16:52:39 CEST 2008 - sbrabec@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package hugin (Version 0.7.0.3238)
# spec file for package hugin (Version 0.7.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -20,16 +27,18 @@ Requires: licenses
License: GPL v2 or later
Group: Productivity/Graphics/Other
Summary: Toolchain for Stitching of Images and Creating Panoramas
Version: 0.7.0.3238
Version: 0.7.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}-svn20080728.tar.bz2
#Source: %{name}-svn2008xxxx.tar.bz2
Source1: %{name}-svn-dummy
Url: http://hugin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: licenses
# Optional package, if missing, it could cause unexpected errors:
Requires: enblend > 3.0.99
Requires: enblend-enfuse >= 3.2
# Optional third party package:
Recommends: autopano-sift exiftool
@ -59,7 +68,9 @@ Authors:
Fabian Wetzel
%prep
%setup -q -n %{name}
%setup -q
# For SVN snapshot:
#setup -q -n %{name}
# Rename Catalan in Spain to Catalan.
mv src/translations/ca_ES.po src/translations/ca.po
# Rename Czech in Czech Republic to Czech.
@ -71,9 +82,10 @@ sed 1,4d <README_JP.new >README_JP.new2
touch -r README_JP README_JP.new2
mv README_JP.new2 README_JP
rm README_JP.new
mkdir bin
cp %{S:1} bin/svn
chmod +x bin/svn
# For SVN snapshot:
#mkdir bin
#cp %{S:1} bin/svn
#chmod +x bin/svn
%build
export PATH=$PWD/bin:$PATH
@ -129,6 +141,13 @@ fi
%doc %{_mandir}/man?/*
%changelog
* 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).