Commit Graph

19 Commits

Author SHA1 Message Date
Zitrone
ad99f94c46
LASzip{,2}: rename to laszip{,_2} 2024-06-17 10:24:57 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
koalp
c3e7d8e3b5
cloudcompare: 2.13 -> 2.13.1 2024-03-21 14:06:25 +01:00
koalp
c17ac8ab77
cloudcompare: set mainProgram to CloudCompare 2024-03-21 13:30:58 +01:00
koalp
947c66db1d
cloudcompare: add desktop entries for ccViewer and CloudCompare
CloudCompare no longer provides snap directory with images and .desktop
entry since they removed snap builds support.

Those files where used during the nix package build to create a .desktop
entry. Since they no longer exists the build fails.

To solve the issue, the build of the desktop entry have been replaced by
desktop entries in the package definition.
2024-03-21 13:29:48 +01:00
Sergei Trofimovich
8ee4d5e13f cloudcompare: 2.12.4 -> 2.13
Changes: https://github.com/CloudCompare/CloudCompare/releases/tag/v2.13

Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/249808852:

    In file included from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/Common.h:40,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/NodeImpl.h:30,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.h:29,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.cpp:28:
    /build/source/plugins/core/IO/qE57IO/extern/libE57Format/include/E57Format.h:42:15: error: 'int16_t' has not been declared in 'std'
       42 |    using std::int16_t;
          |               ^~~~~~~
2024-02-18 17:31:21 +00:00
Vincent Laporte
1791eeb7bd cgal: default to version 5 2023-12-18 18:18:00 +01:00
h7x4
efdec26090
treewide: install missing desktopItems 2023-12-02 06:57:21 +01:00
Thomas Watson
961af3e15f cloudcompare: disable qRANSAC_SD plugin to fix build
qRANSAC_SD plugin compilation is broken on non-x86 architectures.
Additionally, its license is not compatible with GPL (it is "for
research purposes only") so it is disabled for all architectures
instead of just non-x86.
2023-05-21 10:59:23 -05:00
Thomas Watson
940adc38be cloudcompare: 2.12.1 -> 2.12.4 2022-08-06 13:58:08 -05:00
Thomas Watson
4c711c386a cloudcompare: 2.12.0 -> 2.12.1, fix build
Fixes build by using PDAL 2.3.0 as there are problems with 2.4.0.
2022-05-20 19:09:38 -05:00
Will Cohen
aed4d163f6 cloudcompare: mark as broken on linux 2022-04-29 16:08:44 -04:00
Thomas Watson
5f5a06877f CloudCompare: unstable-2021-10-14 -> 2.12.0, add plugins 2022-04-03 11:57:05 -05:00
rowanG077
a64b27c5f3 cloudcompare: Cleanup/fix comments 2021-10-27 23:16:50 +09:00
rowanG077
dcf4f16669 cloudcompare: 2.11.2 -> unstable-2021-10-14
Released version doesn't work with packaged PCL
because it's too new. Considering that a release
is a year ago it's unreasonable to wait for it.
2021-10-26 09:58:06 +09:00
Niklas Hambüchen
4f81a22f45 cloudcompare: Allow building with pdal 2.3.0
See https://github.com/CloudCompare/CloudCompare/pull/1478
2021-08-17 19:56:57 +02:00
Nikolay Korotkiy
59645d2e42 cloudcompare: 2.11.0 → 2.11.2 2020-10-28 13:24:55 +01:00
Niklas Hambüchen
96776d5a2f cloudcompare: Improve Qt wrapping.
As I learned in the review of #91627.
2020-06-27 23:50:36 +02:00
Niklas Hambüchen
254c2fb8d0 cloudcompare: init at 2.11.0
Based on:

6118f8b275
2020-06-26 15:06:51 +02:00