]> git.pld-linux.org Git - packages/blender.git/commitdiff
- updated to 3.3.16 LTS
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Apr 2024 19:45:29 +0000 (21:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Apr 2024 19:45:29 +0000 (21:45 +0200)
blender.spec
gcc13.patch [deleted file]

index b1e006f53e93bbe6ecf87f515ef32c7e1be427d5..fbfe921e35ed4daa97f3a1141b4412cd284dda95 100644 (file)
 Summary:       3D modeling, rendering, animation and game creation package
 Summary(pl.UTF-8):     Pakiet do tworzenia animacji 3D oraz gier
 Name:          blender
-Version:       3.3.10
-Release:       2
+# beware: don't use 3.3.17+, they have all the libs packaged (0.5GB compressed)
+Version:       3.3.16
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Graphics
 Source0:       https://download.blender.org/source/%{name}-%{version}.tar.xz
-# Source0-md5: a190dbfc5dfd490d737ee64ba68ce79c
+# Source0-md5: 19e574bfb36a7e05d7270d8dd8343fa7
 Patch0:                %{name}-2.76-droid.patch
 Patch1:                format-security.patch
-Patch3:                gcc13.patch
 URL:           https://www.blender.org/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenCOLLADA-devel
@@ -101,7 +101,6 @@ Blender to darmowy i w pełni funkcjonalny pakiet do tworzenia animacji
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
 
 # not executable
 %{__sed} -i -e '/^#!\/usr\/bin\/env python/d' release/scripts/addons/sun_position/geo.py
diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644 (file)
index 8beddd3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- blender-3.1.0/extern/quadriflow/src/loader.cpp.orig        2022-01-28 14:02:15.000000000 +0100
-+++ blender-3.1.0/extern/quadriflow/src/loader.cpp     2023-07-04 12:21:36.066850148 +0200
-@@ -8,6 +8,7 @@
- #include "loader.hpp"
-+#include <cstdint>
- #include <fstream>
- #include <unordered_map>
---- blender-3.3.10/intern/cycles/util/thread.cpp.orig  2023-05-15 15:48:42.000000000 +0200
-+++ blender-3.3.10/intern/cycles/util/thread.cpp       2023-08-29 22:31:01.238670508 +0200
-@@ -6,6 +6,8 @@
- #include "util/system.h"
- #include "util/windows.h"
-+#include <system_error>
-+
- CCL_NAMESPACE_BEGIN
- thread::thread(function<void()> run_cb) : run_cb_(run_cb), joined_(false)
This page took 0.083485 seconds and 4 git commands to generate.