pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openimageio



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jun 16 11:22:37 UTC 2018

Modified Files:
        pkgsrc/graphics/openimageio: Makefile

Log Message:
openimageio: dont try to use OpenColorIO if detected


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/openimageio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.47 pkgsrc/graphics/openimageio/Makefile:1.48
--- pkgsrc/graphics/openimageio/Makefile:1.47   Sun Apr 29 21:31:21 2018
+++ pkgsrc/graphics/openimageio/Makefile        Sat Jun 16 11:22:37 2018
@@ -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+=          -DOPENJPEG_HOME:STRING=${B
 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