From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- community/blender/PKGBUILD | 59 --------------------- ...blender-idprop_create-static-assert-float.patch | Bin 1031 -> 0 bytes community/blender/no-sse2.patch | Bin 533 -> 0 bytes 3 files changed, 59 deletions(-) delete mode 100644 community/blender/PKGBUILD delete mode 100644 community/blender/blender-idprop_create-static-assert-float.patch delete mode 100644 community/blender/no-sse2.patch (limited to 'community/blender') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD deleted file mode 100644 index 97c987b0..00000000 --- a/community/blender/PKGBUILD +++ /dev/null @@ -1,59 +0,0 @@ -makedepends=( - ${makedepends[@]/cuda/} -) -depends=( - ${depends[@]/openimagedenoise/} -) -pkgdesc+=", without CUDA support" -eval "$( - declare -f build \ - | sed ' - /^\s*cmake / s/;$/ -DWITH_CYCLES_CUDA_BINARIES=OFF -DWITH_CYCLES_DEVICE_CUDA=OFF -DWITH_RAYOPTIMIZATION=OFF;/ - ' -)" -source_i686+=('no-sse2.patch') -sha512sums_i686+=('87da2bedb90af6dee559ef9d1eb83262ba75fb412aba83dcb2b88fe9c0740ff75ad336331033fec7a14ad6ecc3dd70f8f4742f147594e8dc530197dd51922c01') -if [ "${CARCH}" = 'i686' ]; then - eval "$( - declare -f prepare \ - | sed ' - $ i patch -Np1 -i "$srcdir"/no-sse2.patch - ' - )" -fi - -# no Nvidia Optix -pkgdesc+=", without Optix support" -eval "$( - declare -f build \ - | sed ' - /^\s*cmake / s/;$/ -DWITH_CYCLES_DEVICE_OPTIX=OFF/ - ' -)" - -# FS32#182: opensubdiv/openexr/openvdb currently fails to rebuild -depends=( - ${depends[@]/opensubdiv/} -) -depends=( - ${depends[@]/openexr/} -) -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+=('blender-idprop_create-static-assert-float.patch') -sha512sums+=('36b98ec7e53402909a9e531c30b444b1afc22cc597c5bb3393c73862929dcc6275b00a53de6171a81af3c8804d233359d2e797886d0b776e7a9b29b23ce24e3b') -eval "$( - declare -f prepare \ - | sed ' - $ i patch -Np1 -i "$srcdir"/blender-idprop_create-static-assert-float.patch - ' -)" - -# fails happily to build -depends=( - ${depends[@]/openpgl/} -) diff --git a/community/blender/blender-idprop_create-static-assert-float.patch b/community/blender/blender-idprop_create-static-assert-float.patch deleted file mode 100644 index 5be594e5..00000000 Binary files a/community/blender/blender-idprop_create-static-assert-float.patch and /dev/null differ diff --git a/community/blender/no-sse2.patch b/community/blender/no-sse2.patch deleted file mode 100644 index a32f7c64..00000000 Binary files a/community/blender/no-sse2.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf