diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-03-17 13:31:04 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:20 +0700 |
commit | 548ddd5f6b6dc231e133d58a279df9dec76c946b (patch) | |
tree | f4e5190c5291ab0326a84462cea3012f5340416f | |
parent | 9f607eddc64766c1f62307a665289066c34e7ecb (diff) |
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>
-rw-r--r-- | graphics/OpenSubdiv/OpenSubdiv.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/OpenSubdiv/OpenSubdiv.info | 6 | ||||
-rw-r--r-- | graphics/OpenSubdiv/README | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/OpenSubdiv/OpenSubdiv.SlackBuild b/graphics/OpenSubdiv/OpenSubdiv.SlackBuild index e0cb77c13b50..d11739926818 100644 --- a/graphics/OpenSubdiv/OpenSubdiv.SlackBuild +++ b/graphics/OpenSubdiv/OpenSubdiv.SlackBuild @@ -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} diff --git a/graphics/OpenSubdiv/OpenSubdiv.info b/graphics/OpenSubdiv/OpenSubdiv.info index 80af2f00f3ff..b2f9892a6bbb 100644 --- a/graphics/OpenSubdiv/OpenSubdiv.info +++ b/graphics/OpenSubdiv/OpenSubdiv.info @@ -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="" diff --git a/graphics/OpenSubdiv/README b/graphics/OpenSubdiv/README index 18aa13c063b0..3c671dc18e42 100644 --- a/graphics/OpenSubdiv/README +++ b/graphics/OpenSubdiv/README @@ -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 |