Lines 1-11
Link Here
|
1 |
PORTNAME= openimageio |
1 |
PORTNAME= openimageio |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 2.5.8.0 |
3 |
DISTVERSION= 2.5.12.0 |
4 |
# PORTREVISION must be set with ?= so as not to stomp over |
4 |
# PORTREVISION must be set with ?= so as not to stomp over |
5 |
# py-openimageio's PORTREVISION. |
5 |
# py-openimageio's PORTREVISION. |
6 |
# Also, just to be on the safe side, when resetting, |
6 |
# Also, just to be on the safe side, when resetting, |
7 |
# best keep PORTREVISION?= 0. |
7 |
# best keep PORTREVISION?= 0. |
8 |
PORTREVISION?= 1 |
8 |
PORTREVISION?= 0 |
9 |
CATEGORIES?= graphics multimedia |
9 |
CATEGORIES?= graphics multimedia |
10 |
|
10 |
|
11 |
MAINTAINER?= FreeBSD@Shaneware.biz |
11 |
MAINTAINER?= FreeBSD@Shaneware.biz |
Lines 56-67
OPTIONS_SUB= yes
Link Here
|
56 |
DICOM_DESC= DICOM/MEDICOM support |
56 |
DICOM_DESC= DICOM/MEDICOM support |
57 |
FFMPEG_DESC= Use FFmpeg to support extra file types |
57 |
FFMPEG_DESC= Use FFmpeg to support extra file types |
58 |
IMAGEVIEWER_DESC= Build image viewer (requires Qt) |
58 |
IMAGEVIEWER_DESC= Build image viewer (requires Qt) |
59 |
PTEX_DESC= ptex support |
59 |
PTEX_DESC= Per face texture library support |
60 |
TBB_DESC= Intel tbb support |
60 |
TBB_DESC= Intel tbb support |
61 |
TOOLS_DESC= Build CLI tools |
61 |
TOOLS_DESC= Build CLI tools |
62 |
VDB_DESC= OpenVDB support |
62 |
VDB_DESC= OpenVDB support |
63 |
|
63 |
|
64 |
DICOM_LIB_DEPENDS= libdcmimage.so:graphics/dcmtk |
64 |
DICOM_LIB_DEPENDS= libdcmimage.so:graphics/dcmtk |
|
|
65 |
DICOM_USES= gnome ssl |
66 |
DICOM_USE= gnome=libxml2 |
65 |
DICOM_CMAKE_BOOL= USE_DICOM |
67 |
DICOM_CMAKE_BOOL= USE_DICOM |
66 |
|
68 |
|
67 |
DOCS_CMAKE_BOOL= INSTALL_DOCS |
69 |
DOCS_CMAKE_BOOL= INSTALL_DOCS |
Lines 90-95
OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
Link Here
|
90 |
OPENJPEG_CMAKE_BOOL= USE_OPENJPEG |
92 |
OPENJPEG_CMAKE_BOOL= USE_OPENJPEG |
91 |
|
93 |
|
92 |
PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex |
94 |
PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex |
|
|
95 |
PTEX_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ptex |
93 |
|
96 |
|
94 |
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw |
97 |
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw |
95 |
RAW_CMAKE_BOOL= USE_LIBRAW |
98 |
RAW_CMAKE_BOOL= USE_LIBRAW |