mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/openimageio: Remove requires tbb
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aee3114cd7
commit
2a64a11909
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for openimageio
|
||||
|
||||
# Copyright 2015-2022 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2015-2023 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@ PRGNAM=openimageio
|
|||
SRCNAM=oiio-Release
|
||||
VERSION=${VERSION:-2.2.21.0}
|
||||
FMT=${FMT:-"fmt-7.1.3"}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ MD5SUM="788954e30c7110dfb5a077a58f2ac3ab \
|
|||
2522ec65070c0bda0ca288677ded2831"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opencolorio robin-map dcmtk tbb hdf5"
|
||||
REQUIRES="opencolorio robin-map dcmtk hdf5"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue