SHA256
1
0
forked from pool/hugin
hugin/hugin.spec

250 lines
8.5 KiB
RPMSpec

#
# spec file for package hugin (Version 0.7.0.3032)
#
# 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: hugin
BuildRequires: OpenEXR-devel SDL-devel boost-devel cmake fdupes fftw-devel gcc-c++ libexiv2-devel libpano-devel libxml2 licenses python-wxGTK subversion update-desktop-files vigra wxGTK-devel zip
License: GPL v2 or later
Group: Productivity/Graphics/Bitmap Editors
Summary: Front-End for Panorama Tools
Version: 0.7.0.3032
Release: 1
Source: %{name}-svn20080422.tar.bz2
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
# Optional third party package:
Recommends: autopano-sift exiftool
%description
hugin can be used to stitch multiple images together. The resulting
image can span 360 degrees. Another common use is the creation of very
high resolution pictures by combining multiple images.
Authors:
--------
Pablo d'Angelo <pablo.dangelo@web.de>
Alexandre Jenny
Kai-Uwe Behrmann <ku.b@gmx.de>
Bruno Postle
Helmut Dersch
Ben Allfree
Stan Birchfield
Lyndon Hill
%prep
%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.
mv src/translations/cs_CZ.po src/translations/cs.po
#sed -i "s/ca_ES/ca/;s/cs_CZ/cs/" src/hugin/po/LINGUAS
# Convert Japanese documentation to UTF-8 and delete note about Shift-JIS:
iconv -f shift-jis -t utf-8 <README_JP >README_JP.new
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
%build
LIB_SUFFIX=%{_lib}
LIB_SUFFIX=${LIB_SUFFIX#lib}
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX .
make %{?jobs:-j%jobs}
%install
%makeinstall
%suse_update_desktop_file hugin Graphics 2DGraphics
%suse_update_desktop_file hugin_stitch_project Graphics 2DGraphics
# locales
%{find_lang} %{name}
# Use better place for MIME icons.
mv $RPM_BUILD_ROOT%{_datadir}/icons/gnome $RPM_BUILD_ROOT%{_datadir}/icons/hicolor
%fdupes $RPM_BUILD_ROOT%{_datadir}
for FILE in COPYING LICENCE LICENCE_JHEAD LICENCE_VIGRA ; do
MD5SUM=$(md5sum $FILE | sed 's/ .*//')
if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
fi
done
%clean
rm -rf $RPM_BUILD_ROOT
%post
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%postun
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog LICENCE LICENCE_JHEAD LICENCE_VIGRA README README_JP TODO
%{_bindir}/*
%{_datadir}/hugin
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
%{_datadir}/mime/packages/*.xml
%{_datadir}/pixmaps/*.png
%{_libdir}/*.so
%{_libdir}/*.so.*
%doc %{_mandir}/man?/*
%changelog
* 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
* Tue Aug 08 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