5dbf84d
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
3c7398e
Summary: A panoramic photo stitcher and more
d4d1d60
Name: hugin
b830065
Version: 2016.2.0
f1e99f6
Release: 5%{?dist}
0610400
License: GPLv2+
d4d1d60
Group: Applications/Multimedia
69c19f1
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
d4d1d60
URL: http://hugin.sourceforge.net/
47dcefe
Requires: shared-mime-info
1779a02
Requires: webclient
c910040
Requires: wxPython
b46fcb8
Requires: %{name}-base = %{version}-%{release}
b830065
BuildRequires: libpano13-devel zlib-devel libtiff-devel libjpeg-devel
b830065
BuildRequires: libpng-devel gettext-devel wxGTK-devel boost-devel freeglut-devel
6df7d72
BuildRequires: cmake desktop-file-utils OpenEXR-devel exiv2-devel glew-devel
92fe661
BuildRequires: python-devel swig flann-devel perl-Image-ExifTool
b830065
BuildRequires: mesa-libGLU-devel libXmu-devel sqlite-devel vigra-devel
3b0308e
BuildRequires: perl-podlators fftw-devel lcms2-devel
5baac42
d4d1d60
%description
d4d1d60
hugin can be used to stitch multiple images together. The resulting image can
d4d1d60
span 360 degrees. Another common use is the creation of very high resolution
5dbf84d
pictures by combining multiple images. It uses the Panorama Tools as back-end
d4d1d60
to create high quality images
d4d1d60
b46fcb8
%package base
b46fcb8
Summary: Command-line tools and libraries required by hugin
b46fcb8
Group: Applications/Multimedia
3b0308e
Requires: enblend perl-Image-ExifTool
d4d1d60
b46fcb8
%description base
b46fcb8
Command-line tools used to generate panoramic images, install this package
b46fcb8
separately from hugin if you want to batch-process hugin projects on a machine
b46fcb8
without a GUI environment.
d4d1d60
b46fcb8
%prep
b46fcb8
%setup -q
d4d1d60
d4d1d60
%build
3b0308e
# hugin now forces build out of tree
3b0308e
[ ! -d "build" ] && mkdir  build
3b0308e
cd build
3b0308e
%cmake .. -DBUILD_HSI=1
b46fcb8
make VERBOSE=1 %{?_smp_mflags}
d4d1d60
d4d1d60
%install
3b0308e
cd build
d4d1d60
make install DESTDIR=%{buildroot}
b46fcb8
3c7398e
desktop-file-install --vendor="" --delete-original \
d4d1d60
  --dir=%{buildroot}/%{_datadir}/applications \
6df7d72
  %{buildroot}/%{_datadir}/applications/%{name}.desktop
3c7398e
desktop-file-install --vendor="" --delete-original \
b46fcb8
  --dir=%{buildroot}/%{_datadir}/applications \
6df7d72
  %{buildroot}/%{_datadir}/applications/PTBatcherGUI.desktop
f5f1b89
desktop-file-install --vendor="" --delete-original \
f5f1b89
  --dir=%{buildroot}/%{_datadir}/applications \
f5f1b89
  %{buildroot}/%{_datadir}/applications/pto_gen.desktop
3b0308e
cd ..
d4d1d60
%find_lang %{name}
d4d1d60
Richard Hughes dc326bd
# Merge applications into one software center item
Richard Hughes dc326bd
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
Richard Hughes dc326bd
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/calibrate_lens_gui.appdata.xml <
Richard Hughes dc326bd
Richard Hughes dc326bd
Richard Hughes dc326bd
<component type="desktop">
Richard Hughes dc326bd
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes dc326bd
  <id>calibrate_lens_gui.desktop</id>
Richard Hughes dc326bd
  <metadata>
Richard Hughes dc326bd
    <value key="X-Merge-With-Parent">hugin.desktop</value>
Richard Hughes dc326bd
  </metadata>
Richard Hughes dc326bd
</component>
Richard Hughes dc326bd
EOF
d4d1d60
d4d1d60
%post
d4d1d60
update-desktop-database &> /dev/null ||:
Rex Dieter b27befb
/bin/touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
Rex Dieter b27befb
/bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
d4d1d60
d4d1d60
%postun
d4d1d60
update-desktop-database &> /dev/null ||:
Rex Dieter b27befb
if [ $1 -eq 0 ] ; then
Rex Dieter b27befb
  /bin/touch --no-create %{_datadir}/icons/gnome &>/dev/null
Rex Dieter b27befb
  /usr/bin/gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
Rex Dieter b27befb
  /bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Rex Dieter b27befb
  /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
Rex Dieter b27befb
fi
Rex Dieter b27befb
Rex Dieter b27befb
%posttrans
Rex Dieter b27befb
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
Rex Dieter b27befb
/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
d4d1d60
b46fcb8
%post base -p /sbin/ldconfig
b46fcb8
b46fcb8
%postun base -p /sbin/ldconfig
b46fcb8
d4d1d60
%files -f %{name}.lang
6df7d72
%{_bindir}/PTBatcherGUI
b46fcb8
%{_bindir}/hugin
f5f1b89
%{_bindir}/hugin_stitch_project
69c19f1
%{_bindir}/icpfind
5dbf84d
%{_bindir}/calibrate_lens_gui
417d259
%{_bindir}/hugin_executor
69c19f1
%{_libdir}/%{name}/libhuginbasewx.so*
69c19f1
%{_libdir}/%{name}/libicpfindlib.so*
6df7d72
%{_datadir}/%{name}/xrc
3c7398e
%{_datadir}/applications/%{name}.desktop
6df7d72
%{_datadir}/applications/PTBatcherGUI.desktop
5dbf84d
%{_datadir}/applications/calibrate_lens_gui.desktop
f5f1b89
%{_datadir}/applications/pto_gen.desktop
69c19f1
%{_datadir}/pixmaps/*.png
d4d1d60
%{_datadir}/icons/gnome/48x48/mimetypes/*
d4d1d60
%{_datadir}/mime/packages/%{name}.xml
69c19f1
%{_datadir}/%{name}/data/default.setting
5dbf84d
%{_datadir}/%{name}/data/plugins/README_*.txt
5dbf84d
%{_datadir}/%{name}/data/plugins/*.py*
5dbf84d
%{_datadir}/%{name}/data/plugins-templates/*.py*
47dcefe
%{_datadir}/%{name}/data/hugin_exiftool_copy.arg
3b0308e
%{_datadir}/%{name}/data/blended_stacks.executor
3b0308e
%{_datadir}/%{name}/data/fused_layers.executor
3b0308e
%{_datadir}/%{name}/data/hdr_pano.executor
3b0308e
%{_datadir}/%{name}/data/normal_enblend.executor
3b0308e
%{_datadir}/%{name}/data/normal_smartblend.executor
3b0308e
%{_datadir}/%{name}/data/zeronoise.executor
47dcefe
%{_datadir}/appdata/PTBatcherGUI.appdata.xml
47dcefe
%{_datadir}/appdata/calibrate_lens_gui.appdata.xml
47dcefe
%{_datadir}/appdata/hugin.appdata.xml
c096c13
%{_mandir}/man1/PTBatcherGUI.*
5dbf84d
%{_mandir}/man1/calibrate_lens_gui.*
c096c13
%{_mandir}/man1/hugin.*
c096c13
%{_mandir}/man1/hugin_stitch_project.*
69c19f1
%{_mandir}/man1/icpfind.*
417d259
%{_mandir}/man1/hugin_executor.*
d4d1d60
b830065
%doc AUTHORS COPYING.txt README TODO src/celeste/LICENCE_LIBSVM doc/nona.txt doc/fulla.html doc/executor_file_format.txt src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual
b46fcb8
b46fcb8
%files base
b46fcb8
%{_bindir}/align_image_stack
b46fcb8
%{_bindir}/autooptimiser
c096c13
%{_bindir}/celeste_standalone
b46fcb8
%{_bindir}/fulla
f5f1b89
%{_bindir}/hugin_hdrmerge
b46fcb8
%{_bindir}/nona
5f71fc0
%{_bindir}/tca_correct
6df7d72
%{_bindir}/vig_optimize
1779a02
%{_bindir}/cpclean
b98ee55
%{_bindir}/deghosting_mask
db56f0e
%{_bindir}/pano_trafo
db56f0e
%{_bindir}/pano_modify
db56f0e
%{_bindir}/pto_merge
69c19f1
%{_bindir}/checkpto
69c19f1
%{_bindir}/cpfind
c910040
%{_bindir}/linefind
f5f1b89
%{_bindir}/pto_gen
a5b786e
%{_bindir}/pto_lensstack
a5b786e
%{_bindir}/pto_var
a5b786e
%{_bindir}/geocpset
47dcefe
%{_bindir}/pto_mask
47dcefe
%{_bindir}/pto_move
47dcefe
%{_bindir}/pto_template
417d259
%{_bindir}/verdandi
417d259
%{_bindir}/hugin_lensdb
69c19f1
69c19f1
%{_libdir}/%{name}/libhuginbase.so*
69c19f1
%{_libdir}/%{name}/libceleste.so*
69c19f1
%{_libdir}/%{name}/liblocalfeatures.so*
5dbf84d
%{_libdir}/%{name}/libhuginlines.so*
5dbf84d
%{_libdir}/%{name}/libhugin_python_interface.so*
5dbf84d
%{python_sitearch}/_hsi.so
5dbf84d
%{python_sitearch}/hsi.py*
5dbf84d
%{python_sitearch}/hpi.py*
5dbf84d
c096c13
%{_datadir}/%{name}/data/celeste.model
47dcefe
%{_datadir}/%{name}/data/hugin_exiftool_copy.arg
c096c13
%{_mandir}/man1/align_image_stack.*
c096c13
%{_mandir}/man1/autooptimiser.*
1779a02
%{_mandir}/man1/cpclean.*
c096c13
%{_mandir}/man1/celeste_standalone.*
c096c13
%{_mandir}/man1/fulla.*
c096c13
%{_mandir}/man1/hugin_hdrmerge.*
c096c13
%{_mandir}/man1/nona.*
c096c13
%{_mandir}/man1/tca_correct.*
c096c13
%{_mandir}/man1/vig_optimize.*
b98ee55
%{_mandir}/man1/deghosting_mask.*
db56f0e
%{_mandir}/man1/pano_trafo.*
db56f0e
%{_mandir}/man1/pano_modify.*
db56f0e
%{_mandir}/man1/pto_merge.*
69c19f1
%{_mandir}/man1/checkpto.*
69c19f1
%{_mandir}/man1/cpfind.*
c910040
%{_mandir}/man1/linefind.*
f5f1b89
%{_mandir}/man1/pto_gen.*
a5b786e
%{_mandir}/man1/pto_lensstack.*
a5b786e
%{_mandir}/man1/pto_var.*
a5b786e
%{_mandir}/man1/geocpset.*
47dcefe
%{_mandir}/man1/pto_mask.*
47dcefe
%{_mandir}/man1/pto_move.*
47dcefe
%{_mandir}/man1/pto_template.*
417d259
%{_mandir}/man1/verdandi.*
417d259
%{_mandir}/man1/hugin_lensdb.*
d4d1d60
d4d1d60
%changelog
f1e99f6
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2016.2.0-5
f1e99f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
f1e99f6
Rex Dieter 57b23f1
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 2016.2.0-4
Rex Dieter 57b23f1
- rebuild (exiv2)
Rex Dieter 57b23f1
0569f42
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.2.0-3
0569f42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0569f42
Orion Poplawski df70ba2
* Tue Jan 10 2017 Orion Poplawski <orion@cora.nwra.com> - 2016.2.0-2
Orion Poplawski df70ba2
- Rebuild for glew 2.0.0
Orion Poplawski df70ba2
b830065
* Sun Sep 18 2016 Bruno Postle <bruno@postle.net> - 2016.2.0-1
b830065
- stable release, built with GTK2
92fe661
3b0308e
* Wed Apr 13 2016 Bruno Postle <bruno@postle.net> - 2016.0.0-1
3b0308e
- stable release
3b0308e
417d259
* Wed Aug 19 2015 Bruno Postle <bruno@postle.net> - 2015.0.0-1
417d259
- upstream release
417d259
4aec5d6
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.0.0-10
4aec5d6
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
4aec5d6
fad43c5
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 2014.0.0-9
fad43c5
- rebuild for Boost 1.58
fad43c5
Rex Dieter 2f32ff0
* Wed Jun 24 2015 Rex Dieter <rdieter@fedoraproject.org> - 2014.0.0-8
Rex Dieter 2f32ff0
- rebuild (exiv2)
Rex Dieter 2f32ff0
2bcebdc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.0.0-7
2bcebdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2bcebdc
9f202b7
* Thu May 14 2015 Nils Philippsen <nils@redhat.com> - 2014.0.0-6
9f202b7
- rebuild for lensfun-0.3.1
9f202b7
33164dc
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2014.0.0-5
33164dc
- Rebuilt for GCC 5 C++11 ABI change
33164dc
Richard Hughes dc326bd
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 2014.0.0-4
Richard Hughes dc326bd
- Add an AppData file for the software center
Richard Hughes dc326bd
Petr Machata 39c7a53
* Tue Feb 03 2015 Petr Machata <pmachata@redhat.com> - 2014.0.0-3
Petr Machata 39c7a53
- Rebuild for boost 1.57.0
Petr Machata 9f06b7f
- Apply an upstream patch that ports expression parser to
Petr Machata 9f06b7f
  Boost.Phoenix V3 (hugin-2013.0.0-boost-phoenix3.patch)
Petr Machata 39c7a53
5baac42
* Mon Feb 02 2015 Bruno Postle <bruno@postle.net> - 2014.0.0-2
47dcefe
- Upstream release
47dcefe
Petr Machata 721e283
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 2013.0.0-12
Petr Machata 721e283
- Rebuild for boost 1.57.0
Petr Machata 721e283
Rex Dieter 5ccdacb
* Wed Nov 26 2014 Rex Dieter <rdieter@fedoraproject.org> 2013.0.0-11
Rex Dieter 5ccdacb
- FTBFS against lensfun-0.3 (#1168239)
Rex Dieter 5ccdacb
Rex Dieter e7751c1
* Tue Nov 25 2014 Rex Dieter <rdieter@fedoraproject.org> 2013.0.0-10
Rex Dieter e7751c1
- rebuild (openexr)
Rex Dieter e7751c1
715f542
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2013.0.0-9
715f542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
715f542
Rex Dieter b27befb
* Sat Aug 09 2014 Rex Dieter <rdieter@fedoraproject.org> 2013.0.0-8
Rex Dieter b27befb
- update icon/mime scriptlets
Rex Dieter b27befb
6a1eca5
* Sat Jun 07 2014 Bruno Postle <bruno@postle.net> - 2013.0.0-7
6a1eca5
- Rebuild for rebuilt libpano13
6a1eca5
Petr Machata 7a340ce
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 2013.0.0-6
Petr Machata 7a340ce
- Rebuild for boost 1.55.0
Petr Machata 7a340ce
8e664a3
* Sun Dec 15 2013 Bruno Postle <bruno@postle.net> - 2013.0.0-5
20be1f0
- fix to re-enable .pto file association
20be1f0
Rex Dieter b8b70b3
* Tue Dec 03 2013 Rex Dieter <rdieter@fedoraproject.org> - 2013.0.0-4
Rex Dieter b8b70b3
- rebuild (exiv2)
Rex Dieter b8b70b3
Rex Dieter 1f2f196
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 2013.0.0-3
Rex Dieter 1f2f196
- rebuild (openexr)
Rex Dieter 1f2f196
56a1ba7
* Mon Nov 18 2013 Dave Airlie <airlied@redhat.com> - 2013.0.0-2
56a1ba7
- rebuilt for GLEW 1.10
56a1ba7
a5b786e
* Thu Oct 31 2013 Bruno Postle <bruno@postle.net> - 2013.0.0-1
a5b786e
- upstream stable release
a5b786e
Rex Dieter 211faa0
* Sun Sep 08 2013 Rex Dieter <rdieter@fedoraproject.org> 2012.0.0-11
Rex Dieter 211faa0
- rebuild (openexr)
Rex Dieter 211faa0
Rex Dieter 4d6a3bc
* Mon Aug 26 2013 Rex Dieter <rdieter@fedoraproject.org> 2012.0.0-10
Rex Dieter 4d6a3bc
- fix FTBFS wrt perl pod encoding issue(s) (#991875)
Rex Dieter 4d6a3bc
08f66c2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.0.0-9
08f66c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
08f66c2
Petr Machata 567c30c
* Sat Jul 27 2013 pmachata@redhat.com - 2012.0.0-8
Petr Machata 567c30c
- Rebuild for boost 1.54.0
Petr Machata 567c30c
Rex Dieter ac9792a
* Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> 2012.0.0-7
Rex Dieter ac9792a
- rebuild (openEXR)
Rex Dieter ac9792a
4d81b28
* Wed Feb 13 2013 Bruno Postle 2012.0.0-6
4d81b28
- perl-podlators is now split from perl
4d81b28
a4cd4dc
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2012.0.0-5
a4cd4dc
- Rebuild for Boost-1.53.0
a4cd4dc
Adam Tkac 5ce06f7
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2012.0.0-4
Adam Tkac 5ce06f7
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 5ce06f7
717f764
* Wed Dec 26 2012 Kevin Fenzi <kevin@scrye.com> 2012.0.0-3
717f764
- Rebuild for new libflann_cpp
717f764
e50fda6
* Thu Dec 13 2012 Adam Jackson <ajax@redhat.com> - 2012.0.0-2
e50fda6
- Rebuild for glew 1.9.0
e50fda6
f5f1b89
* Mon Nov 05 2012 Bruno Postle 2012.0.0-1
f5f1b89
- Stable release, no longer contains a bundled flann
f5f1b89
cc9aa4d
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> 2011.4.0-9
cc9aa4d
- Rebuild for new boost
cc9aa4d
faee5f2
* Wed Aug 01 2012 Adam Jackson <ajax@redhat.com> 2011.4.0-8
faee5f2
- Rebuild for new glew
faee5f2
7db3c24
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2011.4.0-7
7db3c24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7db3c24
e0727a3
* Sun May 20 2012 Bruno Postle - 2011.4.0-6
e0727a3
- backported fix for bug that prevented python plugin 'Actions' menu appearing
e0727a3
6f99e5b
* Wed May 02 2012 Rex Dieter <rdieter@fedoraproject.org> - 2011.4.0-5
6f99e5b
- rebuild (exiv2)
6f99e5b
2021ecb
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2011.4.0-4
2021ecb
- Rebuilt for c++ ABI breakage
2021ecb
5703378
* Mon Jan 16 2012 Bruno Postle 2011.4.0-3
5703378
- Patch to build with gcc-4.7.0
5703378
ce604c7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2011.4.0-2
ce604c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ce604c7
c910040
* Thu Dec 22 2011 Bruno Postle 2011.4.0-1
c910040
- upstream release
c910040
Thomas Spura 2c09042
* Sun Nov 20 2011 Thomas <thomas.spura@googlemail.com> - 2011.2.0-4
Thomas Spura 2c09042
- rebuild for https://fedoraproject.org/wiki/Features/F17Boost148
Thomas Spura 2c09042
8f5223b
* Sun Oct 30 2011 Bruno Postle 2011.2.0-3
8f5223b
- remove tclap patch since tclap is now in fedora
8f5223b
7eed5ef
* Fri Oct 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 2011.2.0-2
7eed5ef
- rebuild (exiv2)
7eed5ef
5dbf84d
* Fri Sep 30 2011 Bruno Postle 2011.2.0-1
5dbf84d
- upstream release. tclap patch ported forward from 2011.0.0, see bug #683591
5dbf84d
4a49759
* Sun Jul 24 2011 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2011.0.0-3
4a49759
- Rebuilt for boost 1.47.0 soname bump
4a49759
733e98b
* Mon Jun 20 2011 ajax@redhat.com - 2011.0.0-2
733e98b
- Rebuild for new glew soname
733e98b
3d00fd9
* Mon May 30 2011 Bruno Postle 2011.0.0-1
3d00fd9
- upstream release
3d00fd9
Kalev Lember a4fd4b8
* Sun Apr 17 2011 Kalev Lember <kalev@smartlink.ee> - 2010.4.0-5
Kalev Lember a4fd4b8
- Rebuilt for boost 1.46.1 soname bump
Kalev Lember a4fd4b8
cf0cc35
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2010.4.0-4
cf0cc35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf0cc35
Kevin Kofler 9a83d9c
* Sun Feb 06 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2010.4.0-3
Kevin Kofler 9a83d9c
- Rebuild for new Boost
Kevin Kofler 9a83d9c
6f0859d
* Fri Feb 04 2011 Bruno Postle <bruno@postle.net> - 2010.4.0-2
6f0859d
- Backport gcc-4.6.0 patch from upstream
6f0859d
69c19f1
* Wed Jan 12 2011 Bruno Postle <bruno@postle.net> - 2010.4.0-1
69c19f1
- Upstream release (2010.4.0)
69c19f1
72579c1
* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 2010.2.0-2
72579c1
- rebuild (exiv2)
72579c1
db56f0e
* Sun Nov 07 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2010.2.0-1
db56f0e
- Upstream release (2010.2.0)
db56f0e
4dd350b
* Mon Aug 23 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2010.0.0-5
4dd350b
- The xorg-x11-devel package is not available on Fedora. So,
4dd350b
   removed it.
4dd350b
574d896
* Wed Aug 04 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2010.0.0-4
574d896
- Rebuild for Boost soname bump
574d896
- Update to match current guidelines and drop obsolete ifdefs
574d896
aca77fd
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 2010.0.0-3
aca77fd
- rebuilt against wxGTK-2.8.11-2
aca77fd
0d5c0d1
* Mon May 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 2010.0.0-2 
0d5c0d1
- rebuild (exiv2)
0d5c0d1
b98ee55
* Tue Mar 23 2010 Bruno Postle <bruno@postle.net> 2010.0.0-1
b98ee55
- 2010.0.0 release
b98ee55
- Thanks to Terry Duell for updated .spec
b98ee55
8621d09
* Fri Feb 05 2010 Bruno Postle <bruno@postle.net> 2009.4.0-1
1779a02
- Fixes for push to fedora
1779a02
 
6f956ba
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2009.2.0-2
6f956ba
- Rebuild for Boost soname bump
6f956ba
c096c13
* Tue Oct 20 2009 Bruno Postle <bruno@postle.net> 2009.2.0-1
c096c13
- 2009.2.0 release
ab04bd3
44d6ec7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
44d6ec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
44d6ec7
6df7d72
* Fri Jul 17 2009 Bruno Postle <bruno@postle.net> 0.8.0-1
6df7d72
- 0.8.0 release
6df7d72
f2d5b21
* Thu May 28 2009 Bruno Postle <bruno@postle.net> - 0.7.0-7
f2d5b21
- Rebuild for libpano13 soname change
f2d5b21
3c7398e
* Fri May 22 2009 Bruno Postle <bruno@postle.net> - 0.7.0-6
3c7398e
- Rebuild for boost soname change.
3c7398e
- Remove trademark from summary, remove .desktop vendor.
3c7398e
Caolan McNamara 8a62e6f
* Sun Mar 01 2009 Caolán McNamara <caolanm@redhat.com> - 0.7.0-5
Caolan McNamara 8a62e6f
- include stdio.h for snprintf and cstdio for std::sprintf
Caolan McNamara 8a62e6f
bd43300
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-4
bd43300
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bd43300
832bd3a
* Thu Dec 18 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.7.0-3 
832bd3a
- respin (eviv2)
832bd3a
c0a2d64
* Thu Dec 18 2008 Petr Machata <pmachata@redhat.com> - 0.7.0-2
c0a2d64
- rebuild for new boost
c0a2d64
76cda4b
* Tue Oct 07 2008 Bruno Postle <bruno@postle.net> 0.7.0-1
76cda4b
- 0.7.0 release
76cda4b
e96fcdb
* Thu Jun 26 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.4.20080528svn
e96fcdb
- rawhide rebuild for updated libexiv2
e96fcdb
5f71fc0
* Wed May 28 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.3.20080528svn
5f71fc0
- SVN snapshot, 0.7 beta. New tools matchpoint tca_correct
5f71fc0
5e06908
* Mon Feb 18 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.3.20080218svn
5e06908
- SVN snapshot, 0.7 beta, gcc-4.3.0 fixes
5e06908
afef8b4
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.0-0.3.20080216svn
afef8b4
- Autorebuild for GCC 4.3
afef8b4
aa2ee0a
* Tue Feb 05 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.2.20080205svn
aa2ee0a
- SVN snapshot, 0.7 beta.
aa2ee0a
b46fcb8
* Tue Jan 22 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.2.20080121svn
b46fcb8
- SVN snapshot, 0.7 beta. move cli dependencies to hugin-base package
b46fcb8
b46fcb8
* Mon Jan 21 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080121svn
b46fcb8
- SVN snapshot, add LICENCE.manual
b46fcb8
b46fcb8
* Sat Jan 19 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080119svn
b46fcb8
- SVN snapshot, split to hugin and hugin-base packages
55d3298
b46fcb8
* Wed Jan 16 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080116svn
b46fcb8
- remove autopano-sift-C dependency, use autopano-noop.sh instead
b46fcb8
- delete devel .so symlinks
28e1da8
b46fcb8
* Mon Jan 14 2008 Bruno Postle <bruno@postle.net> 0.7.0-0.1.20080112svn
b46fcb8
- SVN snapshot, switch to fedora naming scheme, add exiftool dependency
db122e7
b46fcb8
* Sat Oct 27 2007 Bruno Postle <bruno@postle.net> 0.7.0-0svn20071029
b46fcb8
- revert to trunk
b46fcb8
- ldconfig as we are installing libs
b46fcb8
- libpano13-tools & make dependency
7e1887c
b46fcb8
* Wed Oct 24 2007 Bruno Postle <bruno@postle.net> 0.7.0-0svn20071024
b46fcb8
- lib64 issue should be fixed, lots of .so.0 files now, release has decremented
32bb481
b46fcb8
* Mon Oct 22 2007 Bruno Postle <bruno@postle.net> 0.7.1-0svn20071022
b46fcb8
- ippei branch, switch to cmake
b46fcb8
b46fcb8
* Mon Apr 16 2007 Bruno Postle <bruno@postle.net> 0.7.0_beta5-0cvs20070416
b46fcb8
- CVS snapshot
d4d1d60
- add shared-mime-info, desktop-file-utils dependencies
d4d1d60
- use desktop-file-install for .desktop file
d4d1d60
b46fcb8
* Mon Jan 29 2007 Bruno Postle <bruno@postle.net> 0.7.0_beta3-2cvs20070129
b46fcb8
- CVS snapshot of 0.7 beta, switch to libpano13
b46fcb8
d4d1d60
* Sun Sep 17 2006 Bruno Postle <bruno@postle.net> 0.6.1-4
d4d1d60
- Fix spec typos and cruft, use find_lang, post and postun fixes
d4d1d60
d4d1d60
* Fri Sep 15 2006 Bruno Postle <bruno@postle.net> 0.6.1-2
d4d1d60
- replace mono autopanog patch with sed
d4d1d60
d4d1d60
* Thu Aug 24 2006 Bruno Postle <bruno@postle.net> 0.6.1-1
d4d1d60
- 0.6.1 release
d4d1d60
d4d1d60
* Mon Jul 24 2006 Bruno Postle <bruno@postle.net> 0.6-4
d4d1d60
- 0.6 release, tidy spec file, add post-release autopano-sift patch
d4d1d60
d4d1d60
* Mon Jul 24 2006 Bruno Postle <bruno@postle.net> 0.6-3
d4d1d60
- 0.6 release
d4d1d60
d4d1d60
* Mon Jun 19 2006 Bruno postle <bruno@postle.net> 0.6-2cvs20060611
d4d1d60
- Recompile to link to libpano12-2.8.4. use find_lang macro. remove repo tag. use dist tag
d4d1d60
d4d1d60
* Wed Apr 19 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot + gcc 4.1 hack.
d4d1d60
- batch processing for fulla.
d4d1d60
- requires latest pano12 > 2.8.0 for direct access to optimiser
d4d1d60
d4d1d60
* Thu Mar 09 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot + hack to fix charset of cs_CZ translation
d4d1d60
d4d1d60
* Thu Mar 09 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot. new vignetting/aberation/lens correction tool: fulla
d4d1d60
d4d1d60
* Tue Mar 07 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot, add missing docs
d4d1d60
d4d1d60
* Thu Jan 12 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot. Philippe Thomins color correction tool. fix for ptoptimizer
d4d1d60
d4d1d60
* Mon Jan 09 2006 Bruno Postle <bruno@postle.net>
d4d1d60
- 0.6 CVS snapshot. nona vignetting correction
d4d1d60
d4d1d60
* Mon Nov 14 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. included ca_ES catalan translation
d4d1d60
d4d1d60
* Thu Nov 10 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. included hu hungarian translation
d4d1d60
d4d1d60
* Fri Sep 16 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. includes zh_CN Chinese translation
d4d1d60
d4d1d60
* Fri Sep 16 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. includes nl dutch translation
d4d1d60
d4d1d60
* Wed Aug 17 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS.
d4d1d60
- Remove patch that turns off enblend compression, as compression
d4d1d60
  is now disabled by default.
d4d1d60
d4d1d60
* Thu Mar 10 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. This is approximately hugin 0.5 beta3
d4d1d60
d4d1d60
* Mon Feb 28 2005 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from CVS. Removed fftw dependency
d4d1d60
d4d1d60
* Mon Nov 22 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs. patch to call enblend without compression.
d4d1d60
  patch to call autopanog.exe via mono.
d4d1d60
d4d1d60
* Thu Oct 21 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Should fix bug where fov can't be optimised
d4d1d60
d4d1d60
* Wed Oct 20 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Updated French translation.
d4d1d60
  add enblend dependency.
d4d1d60
d4d1d60
* Thu Oct 14 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- New build for fedora fc2.
d4d1d60
  Now uses automake/autoconf
d4d1d60
  Switch dependency from panorama-tools to libpano12 & libpano12-devel
d4d1d60
d4d1d60
* Thu Sep 09 2004 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs.  point picker can do rotation matching, various bugfixes.
d4d1d60
  panoviewer doesn't get built anymore.
d4d1d60
d4d1d60
* Tue Aug 31 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Should fix bug where enblend isn't executed from the gui.
d4d1d60
d4d1d60
* Fri Jul 23 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, removed vigra dependency.
d4d1d60
d4d1d60
* Tue Jul 13 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, still requires vigra, though the vigra stuff is now
d4d1d60
  in the hugin tree. Installs utilities: mergepto pta2hugin.py run-autopano-sift.sh
d4d1d60
d4d1d60
* Fri Jul 02 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, needs a newer patched vigra
d4d1d60
- install various (nonworking?) tools automatch autooptimiser panosifter
d4d1d60
  autopano_old
d4d1d60
d4d1d60
* Tue Jun 15 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, requires a vigra with 16bit unsigned tiff support
d4d1d60
     remove: autopano_old, automatch, autooptimiser, panosifter
d4d1d60
d4d1d60
* Sun Apr 04 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, new features:
d4d1d60
     autopano integration
d4d1d60
     delete control points between selected images
d4d1d60
     reset positions of all selected images
d4d1d60
d4d1d60
* Sun Mar 14 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs, this is post 0.4b release with nona_gui
d4d1d60
d4d1d60
* Sun Feb 08 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Now doesn't depend on vigra
d4d1d60
d4d1d60
* Wed Feb 04 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Now depends on vigra
d4d1d60
d4d1d60
* Tue Feb 03 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  Two new tools autooptimiser and panosifter
d4d1d60
f3b93cd
* Thu Jan 15 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs. now includes automatch
d4d1d60
f3b93cd
* Sat Jan 03 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  This is the 0.4pre release
d4d1d60
d4d1d60
* Thu Jan 01 2004 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs.  autopano now requires fftw.
d4d1d60
d4d1d60
* Sun Nov 30 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- The vigra library when compiled with shared libraries isn't actually
d4d1d60
  necessary to run nona, so it's now only a build requirement.  The
d4d1d60
  panorama-tools package is now split with the nonfree package now
d4d1d60
  required to run hugin.
d4d1d60
d4d1d60
* Sat Nov 29 2003  Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs; stitcher is now called nona
d4d1d60
d4d1d60
* Mon Nov 24 2003 Bruno Postle  <bruno@postle.net>
d4d1d60
- new build from cvs; add vigra dependency for stitcher
d4d1d60
d4d1d60
* Sun Nov 16 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs; patch to build with gtk2
d4d1d60
d4d1d60
* Sun Nov 09 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs; first build with fedora1
d4d1d60
d4d1d60
* Mon Oct 27 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs, added manual.html to doc and [de] translation to .desktop
d4d1d60
d4d1d60
* Mon Oct 13 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- build of hugin-0-3-beta release, sorry no time to fix numbering.
d4d1d60
d4d1d60
* Sat Oct 04 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs, patch0 adds a shortcut to gnome/kde menu
d4d1d60
d4d1d60
* Thu Sep 25 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- build now requires panorama tools include headers.
d4d1d60
d4d1d60
* Wed Aug 06 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs. po/mo files still not getting built
d4d1d60
d4d1d60
* Sat Aug 02 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs, panoviewer now gets built by default. removed
d4d1d60
  useless .po installation.
d4d1d60
d4d1d60
* Sat Jul 26 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- new build from cvs, panoviewer built as well
d4d1d60
d4d1d60
* Sat May 24 2003 Bruno Postle <bruno@postle.net>
d4d1d60
- build of wxGTK version
d4d1d60
d4d1d60
* Sat May 10 2003 Bruno Postle
d4d1d60
- Initial RPM release.