diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-11-08 19:03:17 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-11-08 19:03:17 -0600 |
commit | 54c871db77b4a439fcb22ed078e737eb5eba20c2 (patch) | |
tree | 5376c155d38762db498cf81f68351f540b3d4080 /libre/blender | |
parent | c3ce0ce45d15cc4af66ea7fb783c45dc5411507b (diff) | |
download | abslibre-54c871db77b4a439fcb22ed078e737eb5eba20c2.tar.gz abslibre-54c871db77b4a439fcb22ed078e737eb5eba20c2.tar.bz2 abslibre-54c871db77b4a439fcb22ed078e737eb5eba20c2.zip |
blender: rebuild against libboost_locale.so.1.62.0
Diffstat (limited to 'libre/blender')
-rw-r--r-- | libre/blender/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index b7ab93036..0c12f9ab2 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -35,10 +35,10 @@ pkgname=("${pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray") [[ "${_git}" = 'no' ]] && [[ -z "${_gittagrev}" ]] && pkgver="${_gittagver}" # official release [[ "${_git}" = 'no' ]] && [[ "${#_gittagrev}" > 1 ]] && pkgver="${_gittagver}${_gittagrev/-/}" # release candidate [[ "${_git}" = 'no' ]] && [[ "${#_gittagrev}" = 1 ]] && pkgver="${_gittagver}.${_gittagrev}" # revision -pkgrel='2.parabola1' +pkgrel='2.parabola2' epoch='17' _jpgver='1.5' -_llvmver='3.8' +_llvmver='3.5' _povver='3.7' _pyver='3.5' pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support' @@ -50,7 +50,7 @@ depends=('boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freeglut' 'freetype2 'libtiff' 'log4cplus' 'openal' 'opencolorio' 'opencollada' 'openexr' 'openimageio' 'openjpeg' 'openshadinglanguage' 'opensubdiv' 'openvdb' 'python' 'python-requests' 'sdl2' 'shared-mime-info' 'xdg-utils') # 'ptex' has been disabled since building fails -makedepends=('boost' 'cmake' 'git' 'llvm' 'mesa') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n) +makedepends=('boost' 'cmake' 'git' 'llvm35' 'mesa') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n) options=('!strip') [[ "${_git}" = 'no' ]] && source=("${pkgbase}-${pkgver}::git://git.${pkgbase}.org/${pkgbase}.git#tag=v${_gittagver}${_gittagrev}" # blender "${pkgbase}-addons-${pkgver}::git://git.${pkgbase}.org/${pkgbase}-addons.git#tag=v${_gitaddtagver}" # addons for blender |