From d5ac972a23a3307ed3d1884ffa091e9ca209f4a6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 Apr 2022 16:08:40 +0200 Subject: community/blender: started some patching, still blocked (see FS32#246) --- community/blender/PKGBUILD | 13 +++++++++++++ .../blender-idprop_create-static-assert-float.patch | Bin 0 -> 1031 bytes 2 files changed, 13 insertions(+) create mode 100644 community/blender/blender-idprop_create-static-assert-float.patch (limited to 'community/blender') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index 47de888e..dad59e6e 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -41,3 +41,16 @@ depends=( depends=( ${depends[@]/openvdb/} ) + +# float_t is a long double on 32-bit, but it's a primitive in all cases anyway +# (seems to be in a part of the blendkernel on i686 only..) +source_pentium4+=('blender-idprop_create-static-assert-float.patch') +sha512sums_pentium4+=('36b98ec7e53402909a9e531c30b444b1afc22cc597c5bb3393c73862929dcc6275b00a53de6171a81af3c8804d233359d2e797886d0b776e7a9b29b23ce24e3b') +if [ "${CARCH}" = 'pentium4' ]; then + eval "$( + declare -f prepare \ + | sed ' + $ i patch -Np1 -i "$srcdir"/blender-idprop_create-static-assert-float.patch + ' + )" +fi diff --git a/community/blender/blender-idprop_create-static-assert-float.patch b/community/blender/blender-idprop_create-static-assert-float.patch new file mode 100644 index 00000000..5be594e5 Binary files /dev/null and b/community/blender/blender-idprop_create-static-assert-float.patch differ -- cgit v1.2.3-54-g00ecf