graphics/openimageio: Updated for version 2.0.13
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
e93be95c9c
commit
7e25d1ec28
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for openimageio
|
||||
|
||||
# Copyright 2015-2019 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2015-2020 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=openimageio
|
||||
SRCNAM=oiio-Release
|
||||
VERSION=${VERSION:-2.0.10}
|
||||
VERSION=${VERSION:-2.0.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openimageio"
|
||||
VERSION="2.0.10"
|
||||
VERSION="2.0.13"
|
||||
HOMEPAGE="https://sites.google.com/site/openimageio/home"
|
||||
DOWNLOAD="https://github.com/OpenImageIO/oiio/archive/Release-2.0.10/oiio-Release-2.0.10.tar.gz"
|
||||
MD5SUM="b29934b036e83029d6bb89273de2e0c8"
|
||||
DOWNLOAD="https://github.com/OpenImageIO/oiio/archive/Release-2.0.13/oiio-Release-2.0.13.tar.gz"
|
||||
MD5SUM="76ce4d246409de331ad04453423479bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg libwebp opencv opencolorio pybind11 robin-map qt5 dcmtk"
|
||||
|
|
Loading…
Reference in New Issue