From 5f71fc001795ae27dc90db01ba4d67127cb0dcae Mon Sep 17 00:00:00 2001 From: bpostle Date: Sat, 7 Jun 2008 15:45:54 +0000 Subject: [PATCH] SVN snapshot with bugfixes, two new tools and translation updates --- hugin.spec | 19 +++++++++---------- sources | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/hugin.spec b/hugin.spec index 3c2382e..0d5b4a8 100644 --- a/hugin.spec +++ b/hugin.spec @@ -1,12 +1,12 @@ Summary: Panoramic photo stitcher, similar to PTGui for Windows Name: hugin Version: 0.7.0 -Release: 0.3.20080218svn%{?dist} +Release: 0.3.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 2894 https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin.svn +# 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 @@ -37,10 +37,7 @@ without a GUI environment. %prep %setup -q # replace autopano-sift default with info message -sed -i 's/"autopano-complete.sh"/"autopano-noop.sh"/' \ - src/hugin1/hugin/config_defaults.h -# don't try to align images on loading as there is no autopano -sed -i 's/HUGIN_ASS_AUTO_ALIGN *1l/HUGIN_ASS_AUTO_ALIGN 0l/' \ +sed -i 's/"autopano-sift-c"/"autopano-noop.sh"/' \ src/hugin1/hugin/config_defaults.h %build @@ -97,7 +94,7 @@ touch --no-create %{_datadir}/icons/gnome || : %{_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 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,-) @@ -106,21 +103,23 @@ touch --no-create %{_datadir}/icons/gnome || : %{_bindir}/autopano-noop.sh %{_bindir}/fulla %{_bindir}/hugin_hdrmerge +%{_bindir}/matchpoint %{_bindir}/nona %{_bindir}/vig_optimize +%{_bindir}/tca_correct %{_libdir}/libhugin* %{_mandir}/man1/* %changelog +* Wed May 28 2008 Bruno Postle 0.7.0-0.3.20080528svn +- SVN snapshot, 0.7 beta. New tools matchpoint tca_correct + * Mon Feb 18 2008 Bruno Postle 0.7.0-0.3.20080218svn - SVN snapshot, 0.7 beta, gcc-4.3.0 fixes * Mon Feb 18 2008 Fedora Release Engineering - 0.7.0-0.3.20080216svn - Autorebuild for GCC 4.3 -* Sat Feb 16 2008 Bruno Postle 0.7.0-0.2.20080216svn -- SVN snapshot, 0.7 beta. - * Tue Feb 05 2008 Bruno Postle 0.7.0-0.2.20080205svn - SVN snapshot, 0.7 beta. diff --git a/sources b/sources index 1eb042f..df6c394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ba1089ed3113b50bd8b47a0e5ccf083 hugin-0.7.0.tar.gz +e6ccf39da8617291830ef583cfa31815 hugin-0.7.0.tar.gz