forked from pool/hugin
Accepting request 58515 from graphics
Accepted submit request 58515 from user sbrabec OBS-URL: https://build.opensuse.org/request/show/58515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=24
This commit is contained in:
commit
67a28e7a09
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 17:18:26 CET 2010 - sbrabec@suse.cz
|
||||
|
||||
- Compile with wxWidgets (STL variant).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 13:43:02 CEST 2010 - pgajdos@suse.cz
|
||||
|
||||
|
11
hugin.spec
11
hugin.spec
@ -19,7 +19,12 @@
|
||||
|
||||
|
||||
Name: hugin
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel freeglut-devel gcc-c++ glew-devel libexiv2-devel libpano-devel libxml2 python-wxGTK update-desktop-files vigra wxGTK-devel zip
|
||||
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel freeglut-devel gcc-c++ glew-devel libexiv2-devel libpano-devel libxml2 update-desktop-files vigra zip
|
||||
%if %suse_version > 1130
|
||||
BuildRequires: wxWidgets-devel python-wxWidgets
|
||||
%else
|
||||
BuildRequires: wxGTK-devel python-wxGTK
|
||||
%endif
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes licenses
|
||||
Requires: licenses
|
||||
@ -42,6 +47,10 @@ Requires: licenses make
|
||||
Requires: enblend-enfuse >= 3.2
|
||||
# Optional third party package:
|
||||
Recommends: autopano-sift exiftool
|
||||
%if %suse_version > 1130
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires %wx_requires
|
||||
%endif
|
||||
|
||||
%description
|
||||
Hugin can be used to stitch multiple images together. The resulting
|
||||
|
Loading…
Reference in New Issue
Block a user