Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 05:24:02 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304386 - in head/graphics: blender openimageio py-openimageio
Message-ID:  <201209170524.q8H5O2I9053232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Sep 17 05:24:02 2012
New Revision: 304386
URL: http://svn.freebsd.org/changeset/ports/304386

Log:
  - update openimageio to 1.0.9
  - add conflicts with fbm
  - convert DOCS to optionsng
  - chase update in graphics/blender (the only consumer)
  
  PR:		171665
  Submitted by:	Shane Ambler <FreeBSD at Shaneware dot biz> (maintainer)
  
  - update py-openimageio to 1.0.9
  
  PR:     171666
  Submitted by:   Shane Ambler <FreeBSD at Shaneware dot biz> (maintainer)

Modified:
  head/graphics/blender/Makefile
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openimageio/pkg-plist
  head/graphics/py-openimageio/Makefile
  head/graphics/py-openimageio/distinfo

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/blender/Makefile	Mon Sep 17 05:24:02 2012	(r304386)
@@ -6,6 +6,7 @@
 
 PORTNAME=	blender
 PORTVERSION=	2.63a
+PORTREVISION=	1
 CATEGORIES=	graphics games
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/openimageio/Makefile	Mon Sep 17 05:24:02 2012	(r304386)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openimageio
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.9
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	https://github.com/OpenImageIO/oiio/tarball/
 DISTNAME=	Release-${PORTVERSION}
@@ -26,6 +26,9 @@ LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics
 		tbb:${PORTSDIR}/devel/tbb \
 		webp:${PORTSDIR}/graphics/webp
 
+# fbm also installs bin/idiff
+CONFLICTS=	fbm-[0-9]*
+
 FETCH_ARGS=	-pRr
 USE_CMAKE=	yes
 CMAKE_VERBOSE=	yes
@@ -36,17 +39,19 @@ CMAKE_ARGS=	-DBUILDSTATIC:BOOL=OFF \
 		-DUSE_TBB:BOOL=ON
 LDFLAGS+=	-ltbb
 USE_LDCONFIG=	yes
-WRKSRC=		${WRKDIR}/OpenImageIO-oiio-f0a566a/src
+WRKSRC=		${WRKDIR}/OpenImageIO-oiio-0d48631/src
 MAKE_JOBS_SAFE=	yes
 
-OPTIONS_DEFINE=	IMAGEVIEWER THREADS
+OPTIONS_DEFINE=	DOCS IMAGEVIEWER THREADS
 OPTIONS_DEFAULT=	DOCS IMAGEVIEWER THREADS
 
 IMAGEVIEWER_DESC=	Build image viewer
 
 .include <bsd.port.options.mk>
 
-.if empty(PORT_OPTIONS:MDOCS)
+.if ${PORT_OPTIONS:MDOCS}
+CMAKE_ARGS+=	-DINSTALL_DOCS:BOOL=ON
+.else
 CMAKE_ARGS+=	-DINSTALL_DOCS:BOOL=OFF
 .endif
 
@@ -61,7 +66,7 @@ CMAKE_ARGS+=	-DUSE_OPENGL:BOOL=OFF -DUSE
 PLIST_SUB+=	IMAGEVIEWER="@comment "
 .endif
 
-.if empty(PORT_OPTIONS:MTHREADS)
+.if ${PORT_OPTIONS:MTHREADS}
 CMAKE_ARGS+=	-DNOTHREADS:BOOL=ON
 .else
 CMAKE_ARGS+=	-DNOTHREADS:BOOL=OFF

Modified: head/graphics/openimageio/distinfo
==============================================================================
--- head/graphics/openimageio/distinfo	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/openimageio/distinfo	Mon Sep 17 05:24:02 2012	(r304386)
@@ -1,2 +1,2 @@
-SHA256 (openimageio/Release-1.0.6) = b6ca648f13973b517135edbc9bc34367cdc54a8ca87f6b8014f363803825aa1e
-SIZE (openimageio/Release-1.0.6) = 4196479
+SHA256 (openimageio/Release-1.0.9) = 59ebc09f3d3e5ac780adc4a3e0020d6986721f6be1c84dd01da7899a565b5204
+SIZE (openimageio/Release-1.0.9) = 4208590

Modified: head/graphics/openimageio/pkg-plist
==============================================================================
--- head/graphics/openimageio/pkg-plist	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/openimageio/pkg-plist	Mon Sep 17 05:24:02 2012	(r304386)
@@ -60,7 +60,7 @@ include/OpenImageIO/version.h
 lib/libOpenImageIO.so
 lib/libOpenImageIO.so.1
 lib/libOpenImageIO.so.1.0
-lib/libOpenImageIO.so.1.0.6
+lib/libOpenImageIO.so.1.0.9
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/py-openimageio/Makefile	Mon Sep 17 05:24:02 2012	(r304386)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openimageio
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.9
 CATEGORIES=	graphics multimedia python
 MASTER_SITES=	https://github.com/OpenImageIO/oiio/tarball/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,7 +36,7 @@ LDFLAGS+=	-ltbb
 MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 USE_PYTHON=	2.6+
-WRKSRC=		${WRKDIR}/OpenImageIO-oiio-f0a566a/src
+WRKSRC=		${WRKDIR}/OpenImageIO-oiio-0d48631/src
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/OpenImageIO.so
 

Modified: head/graphics/py-openimageio/distinfo
==============================================================================
--- head/graphics/py-openimageio/distinfo	Mon Sep 17 03:23:03 2012	(r304385)
+++ head/graphics/py-openimageio/distinfo	Mon Sep 17 05:24:02 2012	(r304386)
@@ -1,2 +1,2 @@
-SHA256 (openimageio/Release-1.0.6) = b6ca648f13973b517135edbc9bc34367cdc54a8ca87f6b8014f363803825aa1e
-SIZE (openimageio/Release-1.0.6) = 4196479
+SHA256 (openimageio/Release-1.0.9) = 59ebc09f3d3e5ac780adc4a3e0020d6986721f6be1c84dd01da7899a565b5204
+SIZE (openimageio/Release-1.0.9) = 4208590



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170524.q8H5O2I9053232>