]> git.pld-linux.org Git - packages/CuraEngine.git/commitdiff
- release 5 master auto/th/CuraEngine-4.5.0-5
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Jul 2022 19:03:40 +0000 (21:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Jul 2022 19:03:40 +0000 (21:03 +0200)
CuraEngine.spec
local-stb.patch

index ffaa0418d0ddff4d6b65b5c658baa84a667bd002..0d0c1cb8589e6f7eaf14a4ff436ab3c1b99220d7 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Engine for processing 3D models into G-code instructions for 3D printer
 Summary(pl.UTF-8):     Silnik do przetwarzania modeli 3D na instrukcje G-code dla drukarek 3D
 Name:          CuraEngine
 Version:       4.5.0
-Release:       4
+Release:       5
 Epoch:         1
 License:       AGPL v3
 Group:         Applications/Engineering
index 71f3ba1216df698a463330c01c958ad41167dd5b..cc4ec0f0f81f88487e57e0580e30c695fe861da3 100644 (file)
@@ -1,17 +1,15 @@
---- CuraEngine-3.5.1/CMakeLists.txt~   2018-11-04 14:38:14.000000000 +0100
-+++ CuraEngine-3.5.1/CMakeLists.txt    2018-11-04 14:48:14.120992489 +0100
-@@ -15,10 +15,7 @@
+--- CuraEngine-4.5.0/CMakeLists.txt.orig       2022-07-08 20:39:09.872656739 +0200
++++ CuraEngine-4.5.0/CMakeLists.txt    2022-07-08 20:40:19.215614409 +0200
+@@ -24,8 +24,6 @@ if(ENABLE_ARCUS)
      add_definitions(-DARCUS)
- endif ()
+ endif()
  
 -#For reading image files.
 -find_package(Stb REQUIRED)
  include_directories(${Stb_INCLUDE_DIRS})
--
  option(USE_SYSTEM_LIBS "Use the system libraries if available" OFF)
- if(USE_SYSTEM_LIBS)
-     find_package(RapidJSON CONFIG REQUIRED)
-@@ -193,9 +189,6 @@
+@@ -262,9 +260,6 @@ endif ()
  # Compiling CuraEngine itself.
  add_library(_CuraEngine STATIC ${engine_SRCS} ${engine_PB_SRCS}) #First compile all of CuraEngine as library, allowing this to be re-used for tests.
  
This page took 0.071836 seconds and 4 git commands to generate.