From 8ad3c5752807834458a67717acfdc5ce6976018b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Dec 2019 14:29:59 +0100 Subject: community/blender: reintroduced --- community/blender/PKGBUILD | 17 +++++++++++++++++ community/blender/arm-no-sse2.patch | Bin 0 -> 630 bytes 2 files changed, 17 insertions(+) create mode 100644 community/blender/arm-no-sse2.patch (limited to 'community') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index a10de18b..4a583535 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -1,3 +1,20 @@ makedepends=( ${makedepends[@]/cuda/} ) +pkgdesc+=", without nonfree CUDA support" +eval "$( + declare -f build \ + | sed ' + /^cmake / s/$/ -DWITH_CYCLES_CUDA_BINARIES=OFF -DWITH_CYCLES_DEVICE_CUDA=OFF + ' +)" +source_i686+=('arm-no-sse2.patch') +sha512sum_i686+=('13890f9cd11ca20bcb6f12206c990e25c0d08699feab0fca37607d847d2aebd2d2f423023986e120eaaeb0beca9a440a4d42007dcac2054fe6cdaf745de43402') +if [ "${CARCH}" = 'i686' ]; then + eval "$( + declare -f prepare \ + | sed ' + $ i patch -Np1 -i "$srcdir"/arm-no-sse2.patch + ' + )" +fi diff --git a/community/blender/arm-no-sse2.patch b/community/blender/arm-no-sse2.patch new file mode 100644 index 00000000..722c70e9 Binary files /dev/null and b/community/blender/arm-no-sse2.patch differ -- cgit v1.2.3-54-g00ecf