Date: Thu, 20 Dec 2012 10:39:55 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309307 - in head/graphics: . opencolorio-tools Message-ID: <201212201039.qBKAdtbv025382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Thu Dec 20 10:39:55 2012 New Revision: 309307 URL: http://svnweb.freebsd.org/changeset/ports/309307 Log: Add new port graphics/opencolorio-tools. This is a slave port of graphics/opencolorio containing the utility applications of graphics/opencolorio (former CLIAPPS option on graphics/opencolorio). PR: ports/172454 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) Added: head/graphics/opencolorio-tools/ head/graphics/opencolorio-tools/Makefile (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Dec 20 10:36:58 2012 (r309306) +++ head/graphics/Makefile Thu Dec 20 10:39:55 2012 (r309307) @@ -592,6 +592,7 @@ SUBDIR += okular SUBDIR += openclipart SUBDIR += opencolorio + SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core Added: head/graphics/opencolorio-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio-tools/Makefile Thu Dec 20 10:39:55 2012 (r309307) @@ -0,0 +1,32 @@ +# Created by: Shane Ambler <FreeBSD@Shaneware.biz> +# $FreeBSD$ + +PORTNAME= opencolorio +PORTREVISION= 0 +PKGNAMESUFFIX= -tools + +COMMENT= Tools to work with OpenColorIO profiles + +LICENSE= BSD + +LIB_DEPENDS= OpenImageIO:${PORTSDIR}/graphics/openimageio \ + OpenColorIO:${PORTSDIR}/graphics/opencolorio + +MASTERDIR= ${.CURDIR}/../opencolorio + +CMAKE_ARGS= -DOCIO_BUILD_APPS:BOOL=ON \ + -DOCIO_BUILD_JNIGLUE:BOOL=OFF \ + -DOCIO_BUILD_NUKE:BOOL=OFF \ + -DOCIO_BUILD_PYGLUE:BOOL=OFF \ + -DOCIO_BUILD_SHARED:BOOL=OFF \ + -DOCIO_BUILD_STATIC:BOOL=OFF \ + -DOCIO_BUILD_DOCS:BOOL=OFF + +USE_GL= glew glut +CFLAGS+= -L${LOCALBASE}/lib + +EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt + +OCIO_TOOLS= yes + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212201039.qBKAdtbv025382>