blender: update to 2.83.0
This commit is contained in:
parent
c9aaea81ec
commit
2979ed443e
2 changed files with 18 additions and 3 deletions
|
@ -73,3 +73,18 @@ diff -ru blender-2.78.orig/source/creator/creator_signals.c blender-2.78a/source
|
||||||
defined(__GLIBC__)
|
defined(__GLIBC__)
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
# define HAVE_MALLOC_STATS
|
# define HAVE_MALLOC_STATS
|
||||||
|
--- a/intern/libc_compat/libc_compat.c
|
||||||
|
+++ b/intern/libc_compat/libc_compat.c
|
||||||
|
@@ -21,10 +21,10 @@
|
||||||
|
* incompatible with the system libraries that Blender is built on. To solve
|
||||||
|
* this we add a few -ffast-math symbols that can be missing. */
|
||||||
|
|
||||||
|
-#ifdef __linux__
|
||||||
|
# include <features.h>
|
||||||
|
# include <math.h>
|
||||||
|
|
||||||
|
+#ifdef __GLIBC__
|
||||||
|
# if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 31)
|
||||||
|
|
||||||
|
double __exp_finite(double x);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'blender'
|
# Template file for 'blender'
|
||||||
pkgname=blender
|
pkgname=blender
|
||||||
version=2.82
|
version=2.83.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style="cmake"
|
build_style="cmake"
|
||||||
makedepends="
|
makedepends="
|
||||||
libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
|
libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.blender.org"
|
homepage="http://www.blender.org"
|
||||||
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
|
||||||
checksum=002adf2c51fc58a8941c87fc8e180bb1aacb73a0c223714f36d3d84da345fc65
|
checksum=14e2bc85e076b12ae94438ff3c1dd417eba642840ed32d7c979724a93aa93f1f
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
Loading…
Reference in a new issue