forked from pool/hugin
Accepting request 205005 from graphics
- Updated to version 2013.0.0. - Removed hugin-perl-5.18.patch (included upstream). (forwarded request 204973 from sergeyopensuse) OBS-URL: https://build.opensuse.org/request/show/205005 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=43
This commit is contained in:
commit
041ff208ea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63dfd88ac90d3af4b958111db951bb7fbf2c66ad6b0246e6305403eb5de971b3
|
|
||||||
size 11658665
|
|
3
hugin-2013.0.0.tar.bz2
Normal file
3
hugin-2013.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5
|
||||||
|
size 11247583
|
@ -1,9 +0,0 @@
|
|||||||
diff -urN hugin-2012.0.0.old/doc/deghosting_mask.pod hugin-2012.0.0/doc/deghosting_mask.pod
|
|
||||||
--- hugin-2012.0.0.old/doc/deghosting_mask.pod 2013-07-26 11:27:55.907660500 +0200
|
|
||||||
+++ hugin-2012.0.0/doc/deghosting_mask.pod 2013-07-26 11:28:33.025657059 +0200
|
|
||||||
@@ -1,3 +1,5 @@
|
|
||||||
+=encoding utf8
|
|
||||||
+
|
|
||||||
=head1 NAME
|
|
||||||
|
|
||||||
deghosting_mask - Creates mask for removing ghosting in images
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 28 06:05:31 UTC 2013 - salsergey@gmail.com
|
||||||
|
|
||||||
|
- Updated to version 2013.0.0:
|
||||||
|
* Redesign of the (Graphical) User Interface (GUI). The user interface now consists of three modes: Simple, Advanced and Expert.
|
||||||
|
* New tool pto_var ( change image variables inside pto files).
|
||||||
|
* New tool pto_lensstack (modify assigned lenses and stack in pto files).
|
||||||
|
* New tool geocpset (set/add geometric constraints for multirow panorama with featureless images).
|
||||||
|
* Many more improvements and bug fixes.
|
||||||
|
- Removed hugin-perl-5.18.patch (included upstream).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 25 17:36:26 CEST 2013 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Work around missing RPATH (bnc#846944).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 10 09:33:02 UTC 2013 - tchvatal@suse.com
|
Sat Aug 10 09:33:02 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: vigra
|
BuildRequires: vigra
|
||||||
BuildRequires: wxWidgets-devel
|
BuildRequires: wxWidgets-devel
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
%define mversion 2012.0
|
%define mversion 2013.0
|
||||||
Version: %{mversion}.0
|
Version: %{mversion}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||||
@ -58,7 +58,6 @@ Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}
|
|||||||
# svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
|
# svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
|
||||||
#Source: %%{name}-svn2008xxxx.tar.bz2
|
#Source: %%{name}-svn2008xxxx.tar.bz2
|
||||||
Source1: %{name}-svn-dummy
|
Source1: %{name}-svn-dummy
|
||||||
Patch0: %{name}-perl-5.18.patch
|
|
||||||
Requires: enblend-enfuse >= 3.2
|
Requires: enblend-enfuse >= 3.2
|
||||||
Recommends: autopano-sift
|
Recommends: autopano-sift
|
||||||
Recommends: exiftool
|
Recommends: exiftool
|
||||||
@ -77,7 +76,6 @@ detection and extraction of key points.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# For SVN snapshot:
|
# For SVN snapshot:
|
||||||
#setup -q -n %%{name}
|
#setup -q -n %%{name}
|
||||||
@ -101,6 +99,8 @@ rm README_JP.new
|
|||||||
export PATH=$PWD/bin:$PATH
|
export PATH=$PWD/bin:$PATH
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
# FIXME: This is an ugly hack. Build system should be fixed instead! Remove as soon as upstream fixes it (bnc#846944).
|
||||||
|
export LDFLAGS="-Wl,-rpath -Wl,%{_libdir}/hugin"
|
||||||
LIB_SUFFIX=%{_lib}
|
LIB_SUFFIX=%{_lib}
|
||||||
LIB_SUFFIX=${LIB_SUFFIX#lib}
|
LIB_SUFFIX=${LIB_SUFFIX#lib}
|
||||||
cmake \
|
cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user