]> git.pld-linux.org Git - packages/CuraEngine.git/blobdiff - CuraEngine.spec
- release 5
[packages/CuraEngine.git] / CuraEngine.spec
index cf723ccb1475bac6b558e174ff25d23042f29e49..0d0c1cb8589e6f7eaf14a4ff436ab3c1b99220d7 100644 (file)
@@ -5,21 +5,21 @@
 Summary:       Engine for processing 3D models into G-code instructions for 3D printers
 Summary(pl.UTF-8):     Silnik do przetwarzania modeli 3D na instrukcje G-code dla drukarek 3D
 Name:          CuraEngine
-Version:       3.5.1
+Version:       4.5.0
 Release:       5
 Epoch:         1
 License:       AGPL v3
 Group:         Applications/Engineering
 #Source0Download: https://github.com/Ultimaker/CuraEngine/releases
 Source0:       https://github.com/Ultimaker/CuraEngine/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 54800673b165c69dff2978e7b7a58e70
+# Source0-md5: 63df14853c6a183acc1153176423c2a7
 Source1:       https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
-# Source1-md5: 2a512ad9f82f104b8120e52babd37cc7
+# Source1-md5: a1170ba8b5f36154a8b9859f17ee8470
 Patch0:                %{name}-rpath.patch
 Patch1:                %{name}-static-libstdcpp.patch
 Patch2:                local-stb.patch
 URL:           https://github.com/Ultimaker/CuraEngine
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.6.0
 BuildRequires: libArcus-devel = %{version}
 BuildRequires: libgomp-devel
 BuildRequires: libstdc++-devel >= 6:4.7
@@ -61,7 +61,7 @@ cp -p %{SOURCE1} stb/
 %{__sed} -i 's|#include <clipper/clipper.hpp>|#include <polyclipping/clipper.hpp>|' src/utils/*.h src/*.cpp
 
 # The -DCURA_ENGINE_VERSION does not work, so we sed-change the default value
-%{__sed} -i 's/"DEV"/"%{version}"/' src/settings/settings.h
+%{__sed} -i 's/"DEV"/"%{version}"/' src/settings/Settings.h
 
 %build
 mkdir build
This page took 0.106023 seconds and 4 git commands to generate.