From 9cc4f25e358843ce986153bfd55630dc19035323 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 8 Jan 2021 17:58:11 -0500 Subject: [blender]: remove special-case i686 deps --- libre/blender/PKGBUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index 4b5671382..5367edd21 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -35,11 +35,6 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ depends_x86_64=('embree' 'openimagedenoise') depends_i686=('embree') makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja') -if [[ "${CARCH}" == 'i686' ]] ; then # FIXME: special case deps - currently, 'openxr' is only in [community-testing] - depends[21]='openimageio=2.1.16.0' # but 'community-testing/openimageio' is incompatible with 'openshadinglanguage', so we must specify the one in [community] - depends+=('jsoncpp=1.9.4') # also 'extra/jsoncpp' is incompatible with 'openxr', so we must specify the one in [testing] - makedepends[0]='cmake=3.18.1' # and 'extra/cmake' is incompatible with 'testing/jsoncpp', so we must specify the one in [testing] -fi options=(!strip) source=("git://git.blender.org/blender.git#tag=v$pkgver" "git://git.blender.org/blender-addons.git" @@ -148,7 +143,6 @@ package() { $(_version_constraint opensubdiv 3) # eg: libosdGPU.so.3.3.3 $(_version_constraint openvdb 2) # eg: libopenvdb.so.6.2 $(_version_constraint python 2) ) # eg: libpython3.6.so.1.0 - [[ "${CARCH}" == 'i686' ]] && depends[37]='' depends[38]='' # FIXME: special case dep openimageio DESTDIR="${pkgdir}" ninja -C build install install -Dm755 release/bin/blender-softwaregl "${pkgdir}/usr/bin/blender-softwaregl" -- cgit v1.2.2