graphics/OpenSubdiv: Updated for version 3.5.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f607eddc6
commit
548ddd5f6b
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Opensubdiv
|
||||
|
||||
# Copyright 2019 J. "MUFTI" Scheurich Stuttgart/Germany
|
||||
# Copyright 2021 Christoph Willing Brisbane/Australia
|
||||
# Copyright 2021-3 Christoph Willing Brisbane/Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,9 +30,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenSubdiv
|
||||
VERSION=${VERSION:-3.4.4}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
SRCVER=$(echo $VERSION | tr . _)
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="OpenSubdiv"
|
||||
VERSION="3.4.4"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="http://graphics.pixar.com/opensubdiv"
|
||||
DOWNLOAD="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_4_4/OpenSubdiv-3_4_4.tar.gz"
|
||||
MD5SUM="39ecc5caf0abebc943d1ce131855e76e"
|
||||
DOWNLOAD="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_5_0/OpenSubdiv-3_5_0.tar.gz"
|
||||
MD5SUM="230f5cd2911d6240e58a3773b9c6e5e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -5,5 +5,5 @@ for drawing deforming surfaces with static topology at interactive
|
|||
framerates.
|
||||
|
||||
Additional utility is available in OpenSubdiv when the following SBo
|
||||
packages are installed and detected at build time: tbb cudatoolkit
|
||||
glfw
|
||||
packages are installed and detected at build time:
|
||||
tbb cudatoolkit glfw
|
||||
|
|
Loading…
Reference in New Issue