336 lines
12 KiB
RPMSpec
336 lines
12 KiB
RPMSpec
Summary: Panoramic photo stitcher, similar to PTGui for Windows
|
|
Name: hugin
|
|
Version: 0.7.0
|
|
Release: 0.4.20080528svn%{?dist}
|
|
License: GPLv2+
|
|
Group: Applications/Multimedia
|
|
# The source for this package was pulled from upstream's vcs. Use the
|
|
# following commands to generate the tarball:
|
|
# svn export -r 3098 https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin.svn
|
|
# cd hugin.svn
|
|
# cmake . && make package_source
|
|
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
|
|
URL: http://hugin.sourceforge.net/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Requires: shared-mime-info
|
|
Requires: %{name}-base = %{version}-%{release}
|
|
BuildRequires: libpano13-devel zlib-devel libtiff-devel libjpeg-devel
|
|
BuildRequires: libpng-devel gettext-devel wxGTK-devel >= 2.6.0 boost-devel
|
|
BuildRequires: cmake desktop-file-utils OpenEXR-devel exiv2-devel
|
|
|
|
%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. It uses the Panorama Tools as backend
|
|
to create high quality images
|
|
|
|
%package base
|
|
Summary: Command-line tools and libraries required by hugin
|
|
Group: Applications/Multimedia
|
|
Requires: make enblend >= 3.1 libpano13-tools >= 2.9.12 perl-Image-ExifTool
|
|
|
|
%description base
|
|
Command-line tools used to generate panoramic images, install this package
|
|
separately from hugin if you want to batch-process hugin projects on a machine
|
|
without a GUI environment.
|
|
|
|
%prep
|
|
%setup -q
|
|
# replace autopano-sift default with info message
|
|
sed -i 's/"autopano-sift-c"/"autopano-noop.sh"/' \
|
|
src/hugin1/hugin/config_defaults.h
|
|
|
|
%build
|
|
%cmake .
|
|
make VERBOSE=1 %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
install -m 0755 utils/autopano-noop.sh %{buildroot}/%{_bindir}/
|
|
|
|
# unused symlinks
|
|
rm %{buildroot}/%{_libdir}/libhuginbase.so
|
|
rm %{buildroot}/%{_libdir}/libhuginANN.so
|
|
rm %{buildroot}/%{_libdir}/libhuginvigraimpex.so
|
|
rm %{buildroot}/%{_libdir}/libhuginjhead.so
|
|
|
|
desktop-file-install --vendor="fedora" --delete-original \
|
|
--dir=%{buildroot}/%{_datadir}/applications \
|
|
%{buildroot}/%{_datadir}/applications/hugin_stitch_project.desktop
|
|
desktop-file-install --vendor="fedora" --delete-original \
|
|
--dir=%{buildroot}/%{_datadir}/applications \
|
|
%{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post
|
|
update-desktop-database &> /dev/null ||:
|
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
touch --no-create %{_datadir}/icons/gnome || :
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
|
|
|
%postun
|
|
update-desktop-database &> /dev/null ||:
|
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
touch --no-create %{_datadir}/icons/gnome || :
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
|
|
|
%post base -p /sbin/ldconfig
|
|
|
|
%postun base -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-, root, root,-)
|
|
%{_bindir}/hugin
|
|
%{_bindir}/hugin_stitch_project
|
|
%{_bindir}/nona_gui
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/applications/fedora-%{name}.desktop
|
|
%{_datadir}/applications/fedora-hugin_stitch_project.desktop
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
%{_datadir}/icons/gnome/48x48/mimetypes/*
|
|
%{_datadir}/mime/packages/%{name}.xml
|
|
|
|
%doc AUTHORS COPYING INSTALL_cmake LICENCE README README_JP TODO LICENCE_JHEAD LICENCE_VIGRA doc/nona.txt doc/fulla.html src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual doc/batch-processing/README.batch doc/batch-processing/*.mk
|
|
|
|
%files base
|
|
%defattr(-, root, root,-)
|
|
%{_bindir}/align_image_stack
|
|
%{_bindir}/autooptimiser
|
|
%{_bindir}/autopano-noop.sh
|
|
%{_bindir}/fulla
|
|
%{_bindir}/hugin_hdrmerge
|
|
%{_bindir}/matchpoint
|
|
%{_bindir}/nona
|
|
%{_bindir}/vig_optimize
|
|
%{_bindir}/tca_correct
|
|
%{_libdir}/libhugin*
|
|
%{_mandir}/man1/*
|
|
|
|
%changelog
|
|
* Thu Jun 26 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.4.20080528svn
|
|
- rawhide rebuild for updated libexiv2
|
|
|
|
* Wed May 28 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.3.20080528svn
|
|
- SVN snapshot, 0.7 beta. New tools matchpoint tca_correct
|
|
|
|
* Mon Feb 18 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.3.20080218svn
|
|
- SVN snapshot, 0.7 beta, gcc-4.3.0 fixes
|
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.0-0.3.20080216svn
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Tue Feb 05 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.2.20080205svn
|
|
- SVN snapshot, 0.7 beta.
|
|
|
|
* Tue Jan 22 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.2.20080121svn
|
|
- SVN snapshot, 0.7 beta. move cli dependencies to hugin-base package
|
|
|
|
* Mon Jan 21 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080121svn
|
|
- SVN snapshot, add LICENCE.manual
|
|
|
|
* Sat Jan 19 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080119svn
|
|
- SVN snapshot, split to hugin and hugin-base packages
|
|
|
|
* Wed Jan 16 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080116svn
|
|
- remove autopano-sift-C dependency, use autopano-noop.sh instead
|
|
- delete devel .so symlinks
|
|
|
|
* Mon Jan 14 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080112svn
|
|
- SVN snapshot, switch to fedora naming scheme, add exiftool dependency
|
|
|
|
* Sat Oct 27 2007 Bruno Postle <bruno@postle.net> 0.7.0-0svn20071029
|
|
- revert to trunk
|
|
- ldconfig as we are installing libs
|
|
- libpano13-tools & make dependency
|
|
|
|
* Wed Oct 24 2007 Bruno Postle <bruno@postle.net> 0.7.0-0svn20071024
|
|
- lib64 issue should be fixed, lots of .so.0 files now, release has decremented
|
|
|
|
* Mon Oct 22 2007 Bruno Postle <bruno@postle.net> 0.7.1-0svn20071022
|
|
- ippei branch, switch to cmake
|
|
|
|
* Mon Apr 16 2007 Bruno Postle <bruno@postle.net> 0.7.0_beta5-0cvs20070416
|
|
- CVS snapshot
|
|
- add shared-mime-info, desktop-file-utils dependencies
|
|
- use desktop-file-install for .desktop file
|
|
|
|
* Mon Jan 29 2007 Bruno Postle <bruno@postle.net> 0.7.0_beta3-2cvs20070129
|
|
- CVS snapshot of 0.7 beta, switch to libpano13
|
|
|
|
* Sun Sep 17 2006 Bruno Postle <bruno@postle.net> 0.6.1-4
|
|
- Fix spec typos and cruft, use find_lang, post and postun fixes
|
|
|
|
* Fri Sep 15 2006 Bruno Postle <bruno@postle.net> 0.6.1-2
|
|
- replace mono autopanog patch with sed
|
|
|
|
* Thu Aug 24 2006 Bruno Postle <bruno@postle.net> 0.6.1-1
|
|
- 0.6.1 release
|
|
|
|
* Mon Jul 24 2006 Bruno Postle <bruno@postle.net> 0.6-4
|
|
- 0.6 release, tidy spec file, add post-release autopano-sift patch
|
|
|
|
* Mon Jul 24 2006 Bruno Postle <bruno@postle.net> 0.6-3
|
|
- 0.6 release
|
|
|
|
* Mon Jun 19 2006 Bruno postle <bruno@postle.net> 0.6-2cvs20060611
|
|
- Recompile to link to libpano12-2.8.4. use find_lang macro. remove repo tag. use dist tag
|
|
|
|
* Wed Apr 19 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot + gcc 4.1 hack.
|
|
- batch processing for fulla.
|
|
- requires latest pano12 > 2.8.0 for direct access to optimiser
|
|
|
|
* Thu Mar 09 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot + hack to fix charset of cs_CZ translation
|
|
|
|
* Thu Mar 09 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot. new vignetting/aberation/lens correction tool: fulla
|
|
|
|
* Tue Mar 07 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot, add missing docs
|
|
|
|
* Thu Jan 12 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot. Philippe Thomins color correction tool. fix for ptoptimizer
|
|
|
|
* Mon Jan 09 2006 Bruno Postle <bruno@postle.net>
|
|
- 0.6 CVS snapshot. nona vignetting correction
|
|
|
|
* Mon Nov 14 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. included ca_ES catalan translation
|
|
|
|
* Thu Nov 10 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. included hu hungarian translation
|
|
|
|
* Fri Sep 16 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. includes zh_CN Chinese translation
|
|
|
|
* Fri Sep 16 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. includes nl dutch translation
|
|
|
|
* Wed Aug 17 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS.
|
|
- Remove patch that turns off enblend compression, as compression
|
|
is now disabled by default.
|
|
|
|
* Thu Mar 10 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. This is approximately hugin 0.5 beta3
|
|
|
|
* Mon Feb 28 2005 Bruno Postle <bruno@postle.net>
|
|
- new build from CVS. Removed fftw dependency
|
|
|
|
* Mon Nov 22 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. patch to call enblend without compression.
|
|
patch to call autopanog.exe via mono.
|
|
|
|
* Thu Oct 21 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Should fix bug where fov can't be optimised
|
|
|
|
* Wed Oct 20 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Updated French translation.
|
|
add enblend dependency.
|
|
|
|
* Thu Oct 14 2004 Bruno Postle <bruno@postle.net>
|
|
- New build for fedora fc2.
|
|
Now uses automake/autoconf
|
|
Switch dependency from panorama-tools to libpano12 & libpano12-devel
|
|
|
|
* Thu Sep 09 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. point picker can do rotation matching, various bugfixes.
|
|
panoviewer doesn't get built anymore.
|
|
|
|
* Tue Aug 31 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Should fix bug where enblend isn't executed from the gui.
|
|
|
|
* Fri Jul 23 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, removed vigra dependency.
|
|
|
|
* Tue Jul 13 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, still requires vigra, though the vigra stuff is now
|
|
in the hugin tree. Installs utilities: mergepto pta2hugin.py run-autopano-sift.sh
|
|
|
|
* Fri Jul 02 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, needs a newer patched vigra
|
|
- install various (nonworking?) tools automatch autooptimiser panosifter
|
|
autopano_old
|
|
|
|
* Tue Jun 15 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, requires a vigra with 16bit unsigned tiff support
|
|
remove: autopano_old, automatch, autooptimiser, panosifter
|
|
|
|
* Sun Apr 04 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, new features:
|
|
autopano integration
|
|
delete control points between selected images
|
|
reset positions of all selected images
|
|
|
|
* Sun Mar 14 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, this is post 0.4b release with nona_gui
|
|
|
|
* Sun Feb 08 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Now doesn't depend on vigra
|
|
|
|
* Wed Feb 04 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Now depends on vigra
|
|
|
|
* Tue Feb 03 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. Two new tools autooptimiser and panosifter
|
|
|
|
* Wed Jan 15 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. now includes automatch
|
|
|
|
* Thu Jan 03 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. This is the 0.4pre release
|
|
|
|
* Thu Jan 01 2004 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. autopano now requires fftw.
|
|
|
|
* Sun Nov 30 2003 Bruno Postle <bruno@postle.net>
|
|
- The vigra library when compiled with shared libraries isn't actually
|
|
necessary to run nona, so it's now only a build requirement. The
|
|
panorama-tools package is now split with the nonfree package now
|
|
required to run hugin.
|
|
|
|
* Sat Nov 29 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs; stitcher is now called nona
|
|
|
|
* Mon Nov 24 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs; add vigra dependency for stitcher
|
|
|
|
* Sun Nov 16 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs; patch to build with gtk2
|
|
|
|
* Sun Nov 09 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs; first build with fedora1
|
|
|
|
* Mon Oct 27 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, added manual.html to doc and [de] translation to .desktop
|
|
|
|
* Mon Oct 13 2003 Bruno Postle <bruno@postle.net>
|
|
- build of hugin-0-3-beta release, sorry no time to fix numbering.
|
|
|
|
* Sat Oct 04 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, patch0 adds a shortcut to gnome/kde menu
|
|
|
|
* Thu Sep 25 2003 Bruno Postle <bruno@postle.net>
|
|
- build now requires panorama tools include headers.
|
|
|
|
* Wed Aug 06 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs. po/mo files still not getting built
|
|
|
|
* Sat Aug 02 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, panoviewer now gets built by default. removed
|
|
useless .po installation.
|
|
|
|
* Sat Jul 26 2003 Bruno Postle <bruno@postle.net>
|
|
- new build from cvs, panoviewer built as well
|
|
|
|
* Sat May 24 2003 Bruno Postle <bruno@postle.net>
|
|
- build of wxGTK version
|
|
|
|
* Sat May 10 2003 Bruno Postle
|
|
- Initial RPM release.
|