SHA256
1
0
forked from pool/hugin
Commit Graph

106 Commits

Author SHA256 Message Date
Stephan Kulow
8f7974f11d Accepting request 671001 from graphics
OBS-URL: https://build.opensuse.org/request/show/671001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=60
2019-02-04 13:26:03 +00:00
e15433a17a Accepting request 670189 from home:StefanBruens:branches:graphics
- spec file cleanup (%license, %defattr)
- add HSI (Hugin Scripting Interface) bcond, correct -DBUILD_HSI
  option syntax for cmake
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
  (boo#1123401).
- 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).
- drop python dependencies
- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
  use the python2 interpreter.
- update to final version 2017.0.0
- update to version 2017.0 snapshot from today
- use individual libboost-*-devel packages instead of boost-devel
- Updated to version 2016.2.0
  * Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
  * The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
  * The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
  * Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
  * Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).
- Build with wxWidgets 3
- Updated to version 2016.0.0
  * Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
  * Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
  * Color management
    ** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
    ** celeste and cpfind converts internal image to sRGB before working.
  * Some buttons got a context menu for easier access to some function
    ** Show all in fast preview window to allow better interaction with stacked projects
    ** Celeste in cp tab: the button can now create cp or clean cp  
  * Updated internal levmar library to version 2.6
  * The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
  * Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
  * Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
  * Control point and mask editor retain viewpoint when changing zoom factor.
  * PTBatcherGUI: Minimize to tray is now user configurable.
  * Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).
- Added hugin.appdata.patch to fix appdata.xml and desktop file
  consistency. see boo#952324 and boo#962214
- Added find-hugin-provides.prov to enable hugin to provide 
  appdata.xml and desktop files to fix installation system problems.
  hugin didn't provide them due to the internal dependency generator
  having to be disabled to deal with complex wxWidget requires.
- Remove useless tclap dependency
- Updated to version 2015.0.0
  * The makefile based stitching engine has been replaced with direct calls to the underlying programs.
  * Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
  * The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
  * The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
  * Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
  * The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
  * PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
  * PTBatcherGUI now shows the thumbnails when searching for images in directories.
  * Many of the underlying tools in hugin are now able to use available cpu cores.
  * New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
  * Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).
- Add hugin-lensfun-0.3.patch: Fix build with Lensfun 0.3.
- Add hugin-boost-1.56.0.patch: Fix build with Boost 1.56.0. Patch
  taken from upstream.
- Updated to version 2014.0.0
  * inherit many of the libpano improvements (of version 2.9.19)
  * the translation plane variables Tpy and Tpp have been added to the GUI
  * improvement of the GPU remapping code
  * better support for line control point in Control points tab
  * obsolete programs matchpoint, nona_gui and PTBatcher have been removed
  * outdated translations have been removed from the default install
  * initialize the colour balance values during loading with EXIF values
  * improved the assistant
  * allow customization of exiftool command used to copy metadata to output images
  * New command line tools for CLI processing: pto_mask, pto_template, pto_move
  * Many more improvements and bug fixes.
- Add make as requires (needed for photo stiching) (bnc#822775).
- Updated to version 2013.0.0:
  * Redesign of the (Graphical) User Interface (GUI). The user interface now consists of three modes: Simple, Advanced and Expert.
  * New tool pto_var ( change image variables inside pto files).
  * New tool pto_lensstack (modify assigned lenses and stack in pto files).
  * New tool geocpset  (set/add geometric constraints for multirow panorama with featureless images).
  * Many more improvements and bug fixes.
- Removed hugin-perl-5.18.patch (included upstream).
- Work around missing RPATH (bnc#846944).
- Fix build on factory with new cmake.
- Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
  builds only on 12.3 and later, unresolvable on older ones.
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
  their presence.
- Update to version 2012.0.0 (bnc#800803):
  * integrated lensfun library
  * new tool pto_gen
  * improvements to cpfind
  * option to keep exposure fused stacks
  * pano_modify: Added HDR autocrop option
  * translations updated
  * more improvements and bug fixes
- Turn on HSI (Python Hugin Scripting Interface).
- added patch to fix gcc 4.7 failure (gcc47.diff)
- added fdupes 
- Add missing explicit buildrequires on libjpeg-devel and 
  libtiff-devel, fixes factory build
-Updated to version 2011.4.0:
 * numerous translation updates
 * bug fixes
 * new pto-gen tool
 * build system fixes
- Fixed build on openSUSE 11.3.
- Updated to version 2011.2.0:
  * New Python scripting interface.
  * New lens calibration tool
  * A critical bug affecting a significant number of Mac users has been fixed.
  * Many general improvements have been made.
- disable parallel build and enable verbose compilne
- Updated to version 2011.0.0:
  * Improved Built-in Control Points Generator.
  * CPFind's detection ability has been significantly improved.
  * Improved Fast Preview.
  * Overview pane has been added to the Fast Preview window.
  * It is now possible to drag individual images or arbitrary
    groups of images on the panosphere in the fast preview.
  * A new gray point picker for visual white balance correction.
  * Additional functionality for the registration of stereo images.
  * New Thoby projection modeling 10.5mm Nikkor fisheye lens.
  * Improved support for some keyboard shortcuts.
  * New Preferences: output file format (LDR only).
  * Bugfixes and adds minor features.
  * Many translations updated.
- Updated to version 2010.4.0:
  * Built-in points generator - no third party software for control
    points needed.
  * Improved Unattended Operation.
  * Improved Interaction and Functionality.
  * New Command-Line Tools.
  * New Visuals.
  * Updated translations.
  * Other improvements.
- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation
- licenses package is about to die
- Compile with wxWidgets (STL variant).
- added make to Requires [bnc#596664]
Tue Apr  20 10:13:59 CEST 2010 - davejplater@gmail.com
- Change build requirement from fftw to fftw3
- Fixed build with libpng14.
- Updated to version 2010.0.0:
  * Fix storage of image cache upperbound.
  * Set response type to linear when adding hdr images.
  * Set blender and fusion options to default value when user
    entered an empty string.
  * Fixes update of preview window when projection parameter
    changed.
  * etc. see ChangeLog.
- removed LAPACK compile option (caused SIGSEVs - may be different
  for newer libraries)
- added liblapack3 and lapack dependencies
- updated to 2009.4.0:
  (from http://hugin.sourceforge.net/releases/2009.4.0/)
  * Automatic lens calibration
  * Control point cleaning
  * Translation updates (20 languages)
  * other improvements
  changes between 0.8.0 and 2009.2.0:
  (from http://hugin.sourceforge.net/releases/2009.2.0/)
  * GPU accelerated stitching
  * Improved Preferences panel (Control Point Detectors)
  * Improved control of stitching process (Stitcher tab)
  * Fast Preview shows control points connected with lines
  * lots of bugfixes, lots of new bugs
- split off -devel sub-package
- Updated to version 0.8.0:
  * fast preview window using OpenGL
  * Celeste sky identification
  * new panorama projections
  * batch processor
  * help updated
  * translation updates
  * other improvements
- continue the previous work
- fix build with gcc-4.4
- Updated to version 0.7.0:
  * disabled incomplete features
  * more robust align button algorithm
  * minor fixes and improvements
  * reorganized documentation files
  * translation updates
- Updated to SVN snapshot 0.7.0.3238:
  * Bug fixes and improvements (enfuse, HDR images and other).
  * Documentation and translation update.
- Improved dummy svn script to allow compilation with old svn.
- Added dummy svn command to prevent build failure if svn log fails
  (network is not available).
- 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.
- Recommend optional packages providing additional functionality.
- Package README_JP.
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
- fix missing includes (includes.patch)
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
- fixed tempfile creation also in AutoCtrlPointCreator
- totally removed creation of fixed-name file in /tmp from last patch
- fixed creation of fixed-name file in /tmp [#307684]
  (optim_file.patch)
- 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
- removed gnome-icon-theme from BuildRequires [#247450]
- Removed references to /opt/gnome.
- accept gettext 0.16 ...
- Fix bogus version check.
- 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
- 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
- fix build
- fix build
- Fixed add images close dialog crash (#156487).
- Use explicit gcc-c++ in BuildRequires (was implicit by SDL-devel)
- converted neededforbuild to BuildRequires
- Removed obsolete pywxrc patch (#143258).
- Updated to version 0.5.
- remove some extra qualifications to fix build with gcc-4.1
- fixed missing part of function
- Updated to version 0.5-rc2.
- Work without binfmt mono bindings (#93498).
- Updated to version 0.5.cvs050602.
- added libpano-devel to nfb
- fix build on lib64 systems
- update to 0.5-rc1
- add missing build dependencies on SDL (due to wxGTK)
- cvs update
- fix compilation
- cvs update
- cvs update
- fix build on lib64 arches
- cvs update and patches reorganisation
- fix build with current wxGTK
- removed also SIFT header files and license from tarball (bug #46504)
- change desktopfile
- removed keypoints, since it uses patented SIFT code
- fixed compilation on x86_64
- reorganised patches
- no more patching for wx-config, use wrapper instead
- update to latest released snapshot
- make nona default stitcher as we can not ship PTStitcher
- initial packaging

OBS-URL: https://build.opensuse.org/request/show/670189
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=89
2019-02-04 07:55:20 +00:00
Dominique Leuenberger
9ff2b86e39 Accepting request 669982 from graphics
OBS-URL: https://build.opensuse.org/request/show/669982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=59
2019-02-01 10:45:53 +00:00
680981de92 Accepting request 669774 from home:dimstar:Factory
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
  (boo#1123401).

OBS-URL: https://build.opensuse.org/request/show/669774
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=87
2019-01-29 20:39:55 +00:00
Dominique Leuenberger
f54e5db942 Accepting request 573398 from graphics
version update

OBS-URL: https://build.opensuse.org/request/show/573398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=58
2018-02-07 17:40:59 +00:00
1c3d8e29c2 fix
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=85
2018-02-06 16:12:50 +00:00
cc5f650abd try
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=84
2018-02-06 08:37:52 +00:00
Dominique Leuenberger
2064231718 Accepting request 571987 from graphics
OBS-URL: https://build.opensuse.org/request/show/571987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=57
2018-02-02 21:22:28 +00:00
Dirk Stoecker
957c467c99 Accepting request 571664 from home:dimstar:Factory
- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
  use the python2 interpreter.

OBS-URL: https://build.opensuse.org/request/show/571664
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=82
2018-02-02 10:57:07 +00:00
Dominique Leuenberger
c867648c0d Accepting request 559844 from graphics
version update

OBS-URL: https://build.opensuse.org/request/show/559844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=56
2017-12-29 17:50:34 +00:00
e27082125d fix link
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=80
2017-12-25 12:58:15 +00:00
a85656a614 trigger service run
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=79
2017-12-24 16:00:07 +00:00
e63db0e9ca Accepting request 559740 from home:adrianSuSE:branches:graphics
Version Update top final

OBS-URL: https://build.opensuse.org/request/show/559740
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=78
2017-12-24 15:59:49 +00:00
OBS User mrdocs
c247dc4c8e Accepting request 497405 from home:adrianSuSE:branches:graphics
not sure if you want it, but a snapshot from this years release candidate (currently beta)

OBS-URL: https://build.opensuse.org/request/show/497405
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=77
2017-06-04 00:48:49 +00:00
Dominique Leuenberger
23acd1b3da Accepting request 455240 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/455240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=55
2017-02-09 10:16:35 +00:00
357618c66c Accepting request 453794 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453794
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=75
2017-02-07 12:12:56 +00:00
Dominique Leuenberger
90d16541dc Accepting request 428512 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/428512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=54
2016-09-20 11:27:27 +00:00
Ismail Dönmez
d29a77f1ff Accepting request 428467 from home:sergeyopensuse:misc
- Updated to version 2016.2.0
  * Allow reading of image positions from Papywizard XML files: First add the image to a new project and then select File, Import settings from Papywizard XML file... This will read the lens settings, the image positions and also, if applicable, the bracket settings. After this, the usual workflow is to run cpfind with --prealigned switch and then geocpset to connect orphanded images.
  * The internal blender and verdandi got the possibility to blend seams as alternative to current hard seam: For each seam the color of second image is adapted to the match the color of the first seam. For this blender, the blender order changes according to the overlap. The blending starts with the exposure anchor and blends then all overlapping images. This blending mode is not suited if there are bigger misalignments or bigger parallax errors.
  * The display of the control point error (after optimizing and in fast preview window) and the control point list window can now limited to take only control points in active images into account (menu Edit, Optimize only active images, connected with the setting on the optimizer tab).
  * Improvements to mask tab in Hugin (edit crop of all images of the same lens at once) and find panorama dialog in PTBatcherGUI (remove images from found panoramas, split found panorama into two).
  * Fixes several issues with fast preview window which could result in random crashes (uninitialized variables, memory leaks).

OBS-URL: https://build.opensuse.org/request/show/428467
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=73
2016-09-18 17:51:06 +00:00
Dominique Leuenberger
13e7d79f74 Accepting request 406297 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/406297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=53
2016-07-05 07:52:29 +00:00
1f0e5976ae Accepting request 405657 from home:jengelh:branches:graphics
- Build with wxWidgets 3

It seems to build. Can you give it a runtime spin?

OBS-URL: https://build.opensuse.org/request/show/405657
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=71
2016-07-04 09:26:15 +00:00
Dominique Leuenberger
45dcfa456c Accepting request 378882 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/378882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=52
2016-03-26 14:27:51 +00:00
d5e20f360d Accepting request 376260 from home:sergeyopensuse:misc
- Updated to version 2016.0.0
  * Added user defined output. The user can define own output sequences to implement new use cases, e.g. zero noise output.
  * Added --clip-exposure switch to nona to automatically mask over and under exposed areas in input images.
  * Color management
    ** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and monitor color profile into account to display images.
    ** celeste and cpfind converts internal image to sRGB before working.
  * Some buttons got a context menu for easier access to some function
    ** Show all in fast preview window to allow better interaction with stacked projects
    ** Celeste in cp tab: the button can now create cp or clean cp  
  * Updated internal levmar library to version 2.6
  * The identify tool in the fast preview window shows now also the image numbers on top of the images. (This can be suppressed by pressing the alt button).
  * Fixes internal image format for GPU remapping. This should fix the "unsupported framebufferformat" error.
  * Use own code for OpenGL intialization. Now freeglut is not needed anymore. (This should prevent the appearing of window when running "nona -g". Linux/Window only)
  * Control point and mask editor retain viewpoint when changing zoom factor.
  * PTBatcherGUI: Minimize to tray is now user configurable.
  * Fixes a bug in photometric optimizer and merge projects with line control points.
- Hugin is built in "build" subdirectory (in-source builds are not allowed now).

OBS-URL: https://build.opensuse.org/request/show/376260
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=69
2016-03-23 15:21:11 +00:00
Dominique Leuenberger
09ee8582f6 Accepting request 358655 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/358655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=51
2016-02-11 11:38:12 +00:00
Ismail Dönmez
a82faa1cc9 Accepting request 358650 from home:plater
Fixed typo in changes file

OBS-URL: https://build.opensuse.org/request/show/358650
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=67
2016-02-10 08:02:54 +00:00
OBS User mrdocs
d673eb3866 Accepting request 358287 from home:plater
Fix strange permissions rpmlint error

OBS-URL: https://build.opensuse.org/request/show/358287
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=66
2016-02-09 21:05:22 +00:00
OBS User mrdocs
f9dd536b10 Accepting request 357894 from home:plater
Fix hugin provides for boo#952324 and boo#962214

OBS-URL: https://build.opensuse.org/request/show/357894
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=65
2016-02-05 18:17:43 +00:00
Dominique Leuenberger
dac72c6dc9 Accepting request 354448 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/354448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=50
2016-01-28 16:22:29 +00:00
OBS User mrdocs
de41afd186 Accepting request 354424 from home:posophe:branches:graphics
little change

OBS-URL: https://build.opensuse.org/request/show/354424
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=63
2016-01-18 04:30:55 +00:00
Dominique Leuenberger
60e626e435 Accepting request 328759 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/328759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=49
2015-09-08 15:39:00 +00:00
Ismail Dönmez
a747497b8d Accepting request 328715 from home:sergeyopensuse:misc
- Updated to version 2015.0.0
  * The makefile based stitching engine has been replaced with direct calls to the underlying programs.
  * Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'.
  * The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention.
  * The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
  * Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
  * The fine-tune and auto-estimate functions in the control point tab have been made projection aware.
  * PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
  * PTBatcherGUI now shows the thumbnails when searching for images in directories.
  * Many of the underlying tools in hugin are now able to use available cpu cores.
  * New command line tools for CLI processing: verdandi, hugin_executor, hugin_lensdb
  * Many more improvements and bug fixes.
- Removed hugin-boost-1.56.0.patch (included upstream).
- Removed hugin-lensfun-0.3.patch (support for lensfun has been dropped).

OBS-URL: https://build.opensuse.org/request/show/328715
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=61
2015-09-03 10:50:46 +00:00
Dominique Leuenberger
1128b25ffe Accepting request 288556 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/288556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=48
2015-03-05 14:39:40 +00:00
Dirk Stoecker
6c5c55ebee Accepting request 288501 from home:dimstar:Factory
- Add hugin-lensfun-0.3.patch: Fix build with Lensfun 0.3.

OBS-URL: https://build.opensuse.org/request/show/288501
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=59
2015-03-02 19:25:18 +00:00
Dominique Leuenberger
06139ab0e6 Accepting request 264149 from graphics
Fix build with boost 1.56.0 (forwarded request 264132 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/264149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=47
2014-12-08 15:56:34 +00:00
0e4bc7c35e Accepting request 264132 from home:dimstar:boost
Fix build with boost 1.56.0

OBS-URL: https://build.opensuse.org/request/show/264132
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=57
2014-12-05 13:08:19 +00:00
Stephan Kulow
7283a0db6c Accepting request 256021 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/256021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=46
2014-10-14 11:25:02 +00:00
Dirk Stoecker
4b5813ef98 Accepting request 255440 from home:sergeyopensuse:misc
- Updated to version 2014.0.0
  * inherit many of the libpano improvements (of version 2.9.19)
  * the translation plane variables Tpy and Tpp have been added to the GUI
  * improvement of the GPU remapping code
  * better support for line control point in Control points tab
  * obsolete programs matchpoint, nona_gui and PTBatcher have been removed
  * outdated translations have been removed from the default install
  * initialize the colour balance values during loading with EXIF values
  * improved the assistant
  * allow customization of exiftool command used to copy metadata to output images
  * New command line tools for CLI processing: pto_mask, pto_template, pto_move
  * Many more improvements and bug fixes.

OBS-URL: https://build.opensuse.org/request/show/255440
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=55
2014-10-13 18:53:04 +00:00
Stephan Kulow
e4330cc1cd Accepting request 231235 from graphics
- Add make as requires (needed for photo stiching) (bnc#822775). (forwarded request 231233 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/231235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=44
2014-04-26 08:02:27 +00:00
b46164e81c Accepting request 231233 from home:fcrozat:branches:graphics
- Add make as requires (needed for photo stiching) (bnc#822775).

OBS-URL: https://build.opensuse.org/request/show/231233
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=53
2014-04-24 09:20:46 +00:00
Stephan Kulow
041ff208ea Accepting request 205005 from graphics
- Updated to version 2013.0.0.
- Removed hugin-perl-5.18.patch (included upstream). (forwarded request 204973 from sergeyopensuse)

OBS-URL: https://build.opensuse.org/request/show/205005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=43
2013-10-29 08:25:52 +00:00
e35e2e1e34 Accepting request 204973 from home:sergeyopensuse:misc
- Updated to version 2013.0.0.
- Removed hugin-perl-5.18.patch (included upstream).

OBS-URL: https://build.opensuse.org/request/show/204973
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=51
2013-10-28 12:50:05 +00:00
Togan Muftuoglu
ae7e3511a9 Accepting request 204827 from home:sbrabec:branches:graphics
Intended for 13.1 as well.

- Work around missing RPATH (bnc#846944).

OBS-URL: https://build.opensuse.org/request/show/204827
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=50
2013-10-25 17:20:00 +00:00
Tomáš Chvátal
ff3ee33336 Accepting request 186642 from graphics
- Fix build on factory with new cmake. (forwarded request 186638 from scarabeus_iv)

OBS-URL: https://build.opensuse.org/request/show/186642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=41
2013-08-12 12:22:47 +00:00
Togan Muftuoglu
7c891eac61 Accepting request 186638 from home:scarabeus_iv
- Fix build on factory with new cmake.

OBS-URL: https://build.opensuse.org/request/show/186638
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=48
2013-08-10 12:16:35 +00:00
Stephan Kulow
e4d020a41e Accepting request 184408 from graphics
- Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
  builds only on 12.3 and later, unresolvable on older ones.

OBS-URL: https://build.opensuse.org/request/show/184408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=40
2013-07-26 13:56:56 +00:00
Tomáš Chvátal
688463347e - Fix build with perl 5.18 by adding hugin-perl-5.18.patch
- Remove old opensuse version conditionals as the package anyway
  builds only on 12.3 and later, unresolvable on older ones.

OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=46
2013-07-26 09:44:43 +00:00
Stephan Kulow
df869d93b4 Accepting request 172969 from graphics
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
  their presence. (forwarded request 172935 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/172969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=39
2013-04-24 09:51:20 +00:00
5318ba1072 Accepting request 172935 from home:dimstar:branches:graphics
- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
  their presence.

OBS-URL: https://build.opensuse.org/request/show/172935
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=44
2013-04-23 08:26:25 +00:00
Stephan Kulow
97bd536ccc Accepting request 150456 from graphics
- Update to version 2012.0.0 (bnc#800803):

OBS-URL: https://build.opensuse.org/request/show/150456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=38
2013-01-30 21:22:07 +00:00
764e5bc5ee Added bnc#800803.
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=42
2013-01-28 13:53:26 +00:00
Stephan Kulow
89d27817df Accepting request 148723 from graphics
- Update to version 2012.0.0:
  * integrated lensfun library
  * new tool pto_gen
  * improvements to cpfind
  * option to keep exposure fused stacks
  * pano_modify: Added HDR autocrop option
  * translations updated
  * more improvements and bug fixes
- Turn on HSI (Python Hugin Scripting Interface). (forwarded request 148722 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/148723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=36
2013-01-17 08:42:17 +00:00