commit 76fa6c53a0dee9ab8368ae012614e69187c239c1
Author: Jakub Bogusz <qbo...@pld-linux.org>
Date:   Sun Apr 21 21:45:29 2024 +0200

    - updated to 3.3.16 LTS

 blender.spec |  9 ++++-----
 gcc13.patch  | 21 ---------------------
 2 files changed, 4 insertions(+), 26 deletions(-)
---
diff --git a/blender.spec b/blender.spec
index b1e006f..fbfe921 100644
--- a/blender.spec
+++ b/blender.spec
@@ -15,15 +15,15 @@
 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
index 8beddd3..0000000
--- a/gcc13.patch
+++ /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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blender.git/commitdiff/76fa6c53a0dee9ab8368ae012614e69187c239c1

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to