From cc5f650abd41c3bdfb14130a27575ee67f97fe07620e80e62c65b67c4aaaf340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Feb 2018 08:37:52 +0000 Subject: [PATCH 1/2] try OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=84 --- hugin-2017.0.0.tar.bz2 | 3 --- hugin-2018.0.0.tar.bz2 | 3 +++ hugin.changes | 26 ++++++++++++++++++++++++++ hugin.spec | 5 ++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 hugin-2017.0.0.tar.bz2 create mode 100644 hugin-2018.0.0.tar.bz2 diff --git a/hugin-2017.0.0.tar.bz2 b/hugin-2017.0.0.tar.bz2 deleted file mode 100644 index de68ce1..0000000 --- a/hugin-2017.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609 -size 9803272 diff --git a/hugin-2018.0.0.tar.bz2 b/hugin-2018.0.0.tar.bz2 new file mode 100644 index 0000000..d22062e --- /dev/null +++ b/hugin-2018.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb +size 9838518 diff --git a/hugin.changes b/hugin.changes index d85bb95..79c324c 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Feb 6 08:16:56 UTC 2018 - adrian@suse.de + +- update to version 2018.0.0 + The version 2018.0 is mainly a bug fix release and introduce some minor new features. + + Several improvements for optimizer tabs: + * mark deselected images + * allow changing optimizer variables for all selected images at once + * option to ignore line cp + * hugin_stacker: New tool to stack overlapping images with several + averaging modes (e.g. mean, median). + * Hugin: Added option to disable auto-rotation of images in control + point and mask editor. + * Nona, verdandi and hugin_stacker can now write BigTIFF images + * Added expression parser to GUI: This allows to manipulate several + image variables at once. (This is the same as running pto_var + --set from the command line.) This can be used e.g. to prealigns + the images in a given setup and then run cpfind --prealigned to + search control points only in overlapping images. + * Add user-defined assistant and expose it in the GUI. It allows + to set up different assistant strategies without the need to + recompiling. Provide also some examples (scanned images, + multi-row panoramas with orphaned images, single-shot panorama + cameras). + ------------------------------------------------------------------- Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org diff --git a/hugin.spec b/hugin.spec index 82b5b51..23ddbad 100644 --- a/hugin.spec +++ b/hugin.spec @@ -51,8 +51,8 @@ BuildRequires: update-desktop-files BuildRequires: vigra-devel BuildRequires: wxWidgets-devel >= 3 BuildRequires: zip -%define mversion 2017.0 -Version: 2017.0.0 +%define mversion 2018.0 +Version: 2018.0.0 Release: 0 Summary: Toolchain for Stitching of Images and Creating Panoramas License: GPL-2.0+ @@ -116,7 +116,6 @@ cmake \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \ -DENABLE_LAPACK=ON BUILD_HSI=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 \ .. # parallel make kills our workers make VERBOSE=1 %{?_smp_mflags} -j1 From 1c3d8e29c280da258d194afcc6e667e08a0db678c707ebecba8b13a709cd3465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Feb 2018 16:12:50 +0000 Subject: [PATCH 2/2] fix OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=85 --- hugin.changes | 1 + hugin.spec | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hugin.changes b/hugin.changes index 79c324c..f28b5ed 100644 --- a/hugin.changes +++ b/hugin.changes @@ -23,6 +23,7 @@ Tue Feb 6 08:16:56 UTC 2018 - adrian@suse.de recompiling. Provide also some examples (scanned images, multi-row panoramas with orphaned images, single-shot panorama cameras). +- drop python dependencies ------------------------------------------------------------------- Thu Feb 1 09:37:01 UTC 2018 - dimstar@opensuse.org diff --git a/hugin.spec b/hugin.spec index 23ddbad..fcca1ed 100644 --- a/hugin.spec +++ b/hugin.spec @@ -43,7 +43,6 @@ BuildRequires: liblcms2-devel BuildRequires: libpano-devel >= 2.9.19 BuildRequires: libtiff-devel BuildRequires: libxml2 -BuildRequires: python-devel BuildRequires: python-wxWidgets >= 3 BuildRequires: sqlite3-devel BuildRequires: swig @@ -160,7 +159,5 @@ chmod -x %{buildroot}%{_docdir}/%{name}/* %dir %{_libdir}/hugin %{_libdir}/hugin/*.so.* %doc %{_mandir}/man?/*.* -%{py_sitedir}/*hpi* -%{py_sitedir}/*hsi* %changelog