Blob Blame History Raw
-------------------------------------------------------------------
Wed Jul 19 06:51:16 UTC 2023 - Martin Liška <martin.liska@hey.com>

- Add gcc13-fix.patch in order to fix compilation with GCC 13.

-------------------------------------------------------------------
Sun Jan 22 00:08:33 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

- Update to version 2022.02
  * new plugin for computing parametrizations (Harmonic and LSCM)
  * various bugfixes and improvements
  * possibility to select number of threads in filter screened
    poisson
  * proper support of multitextured gltf files
  * new revisited and deterministic filter searcher
  * some minor new features on set texture and vertex displacement
    filters
- Add patches:
  * 0001-Remove-unused-return-value-in-unused-function.patch
  * 0001-Set-correct-RPATH-for-libraries-and-executable.patch
  * 0001-Allow-usage-of-system-provided-levmar.patch

-------------------------------------------------------------------
Wed Feb 16 18:13:52 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

- Update to version 2021.10
- For details, see
  https://github.com/cnr-isti-vclab/meshlab/discussions/1135
- Drop upstream patches:
  * 0001-Fix-scope-of-CMake-Policy-variables.patch
  * 0001-Port-filter_qhull-to-reentrant-libqhull-version.patch
  * 0001-Override-BUILD_SHARED_LIBS-setting-for-bundled-e57.patch

-------------------------------------------------------------------
Thu Sep 23 10:29:27 UTC 2021 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

- Update to version 2021.07
  * New Texture Map Defragmentation plugin
  * Possibility to load files with more than one layer
  * Reintroduction of far clipping plane
  * Possibility to load custom shaders
  * Runtime loading of MeshLab Plugins
  * Lot of bugfixes
- See https://github.com/cnr-isti-vclab/meshlab/discussions/992
  for details
- Drop upstream patches:
  * Added-easyexif-minimal-lib-for-exif-loading.patch
  * Substituted-the-notorious-jhead-with-a-smaller-minimal-lib.patch
  * libjhead-removed.patch
  * fixed-cmake-removed-any-other-reference-to-jhead.patch
- Drop obsolete meshlab-2016.12-shader-path.patch,
  meshlab-2016.12-remove-double-slash.patch
- Replace meshlab-2016.12-shader-path.patch with
  0001-Use-same-paths-for-shader-plugin-lookup-as-used-for-.patch
- Add 0001-Fix-scope-of-CMake-Policy-variables.patch
- Add 0001-Port-filter_qhull-to-reentrant-libqhull-version.patch
- Add 0001-Override-BUILD_SHARED_LIBS-setting-for-bundled-e57.patch
- Force XWayland when running under Wayland
- Do not package license files of unused experimental plugins.

-------------------------------------------------------------------
Sun Oct 25 22:34:15 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

- Update to version 2020.09
- Removed upstream patches:
  * 0001-Fix-qhull-cmake-lookup.patch
  * 0001-Fix-missing-return-value.patch
  * 0001-Set-correct-RPATH-when-CMAKE_INSTALL_LIBDIR-is-absol.patch
  * 0001-Force-STATIC-linking-to-internal-library.patch
- Add patch to fix building with vcglib release:
  * Added-easyexif-minimal-lib-for-exif-loading.patch
  * Substituted-the-notorious-jhead-with-a-smaller-minimal-lib.patch
  * libjhead-removed.patch
  * fixed-cmake-removed-any-other-reference-to-jhead.patch

-------------------------------------------------------------------
Thu Jul  9 12:19:42 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

- Update to version 2020.07
  * new plugin "Global Registration" based on OpenGR library
  * option to reverse wheel direction
  * snap package allows to associate file extensions and to open
    files on external disks
  * u3d exporter is now more stable and works on every platform
  * removed support for XML plugins and QtScript dependecy
  * VisualSFM (and some other formats) output *.nvm, *.rd.out
    projects supported by meshlabserver
  * various bugfixes
  * For a full changelog, see
    https://github.com/cnr-isti-vclab/meshlab/releases
- Drop obsolete patches:
  * meshlab-2016.12-sharedlib.patch
  * meshlab-2016.12-novoid-return.patch
  * meshlab-2016.12-filter-move-xml.patch
  * meshlab-2016.12-noctm.patch
  * meshlab-2016.12-fix-qt.patch
  * meshlab-2016.12-ply-numeric.patch
  * meshlab-2016.12-readheader.patch
- Rebased patches:
  * meshlab-2016.12-plugin-path.patch
  * meshlab-2016.12-shader-path.patch
  * meshlab-2016.12-remove-double-slash.patch
- Added patches:
  * 0001-Fix-qhull-cmake-lookup.patch
  * 0001-Fix-missing-return-value.patch
  * 0001-Set-correct-RPATH-when-CMAKE_INSTALL_LIBDIR-is-absol.patch
  * 0001-Force-STATIC-linking-to-internal-library.patch

-------------------------------------------------------------------
Fri Jun  8 13:47:01 UTC 2018 - dliw@posteo.net

- Update to version 2016.12
  * Total rewriting of the internal rendering system. Huge rendering speed ahead!
  * Screened Poisson Surface Reconstruction updated to the very latest version.
  * New Transformation filters.
  * New ways of getting metric information out of your models.
  * Transformation matrices are now used more uniformly among filters.
  * Alpha value is now used properly by all color-related filters.
  * Improvement and typos removal on various help/description texts.
  * Direct upload of models on SketchFab
  * Raster registration on 3D model based also on 2D/3D correspondences
  * Bug-fixing on almost all filters.

- Revisited all patches
- Cleaned up spec file

-------------------------------------------------------------------
Tue Mar 25 18:21:39 UTC 2014 - tchvatal@suse.com

- Initial package at version 1.3.2
  * inspired and based on fedora spec
  * Added patch to fix no return in nonvoid functions
    + meshlab-1.3.2-novoid-return.patch