pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/openimageio openimageio: dont try to use Open...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e159713c1198
branches:  trunk
changeset: 309341:e159713c1198
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jun 16 11:22:37 2018 +0000

description:
openimageio: dont try to use OpenColorIO if detected

diffstat:

 graphics/openimageio/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 85761d8339f1 -r e159713c1198 graphics/openimageio/Makefile
--- a/graphics/openimageio/Makefile     Sat Jun 16 10:25:51 2018 +0000
+++ b/graphics/openimageio/Makefile     Sat Jun 16 11:22:37 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2018/04/29 21:31:21 adam Exp $
+# $NetBSD: Makefile,v 1.48 2018/06/16 11:22:37 markd Exp $
 
 OIIOVER=       1.5.16
 DISTNAME=      oiio-Release-${OIIOVER}
 PKGNAME=       ${DISTNAME:S/oiio-Release/openimageio/}
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    graphics
 MASTER_SITES=  -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
 
@@ -23,6 +23,7 @@
 CMAKE_ARGS+=           -DOPENEXR_HOME:STRING=${BUILDLINK_PREFIX.openexr}
 CMAKE_ARGS+=           -DINSTALL_DOCS:BOOL=OFF
 CMAKE_ARGS+=           -DUSE_LIBRAW:BOOL=OFF
+CMAKE_ARGS+=           -DUSE_OCIO:BOOL=OFF
 
 # For redefinition of _rotl macro.
 BUILDLINK_TRANSFORM+=  rm:-Werror



Home | Main Index | Thread Index | Old Index