1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Shane 2024-07-02 16:17:59 +03:00 committed by Vladimir Druzenko
parent cfcb40e240
commit 738b5f3b51
3 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,11 @@
PORTNAME= openimageio
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.8.0
DISTVERSION= 2.5.12.0
# PORTREVISION must be set with ?= so as not to stomp over
# py-openimageio's PORTREVISION.
# Also, just to be on the safe side, when resetting,
# best keep PORTREVISION?= 0.
PORTREVISION?= 1
PORTREVISION?= 0
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
@ -56,12 +56,14 @@ OPTIONS_SUB= yes
DICOM_DESC= DICOM/MEDICOM support
FFMPEG_DESC= Use FFmpeg to support extra file types
IMAGEVIEWER_DESC= Build image viewer (requires Qt)
PTEX_DESC= ptex support
PTEX_DESC= Per face texture library support
TBB_DESC= Intel tbb support
TOOLS_DESC= Build CLI tools
VDB_DESC= OpenVDB support
DICOM_LIB_DEPENDS= libdcmimage.so:graphics/dcmtk
DICOM_USES= gnome ssl
DICOM_USE= gnome=libxml2
DICOM_CMAKE_BOOL= USE_DICOM
DOCS_CMAKE_BOOL= INSTALL_DOCS
@ -90,6 +92,7 @@ OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
OPENJPEG_CMAKE_BOOL= USE_OPENJPEG
PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex
PTEX_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Ptex
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw
RAW_CMAKE_BOOL= USE_LIBRAW

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1708218927
SHA256 (AcademySoftwareFoundation-OpenImageIO-v2.5.8.0_GH0.tar.gz) = 02e2e6680d7f2862f2e4fca7c17f61ce01833ed343f79d5b1b1720e411d75f76
SIZE (AcademySoftwareFoundation-OpenImageIO-v2.5.8.0_GH0.tar.gz) = 52043358
TIMESTAMP = 1717479326
SHA256 (AcademySoftwareFoundation-OpenImageIO-v2.5.12.0_GH0.tar.gz) = 51ea3c309bad7381fd0d7ef793e93a72d8e0edaeff4ff329f4f21fb5de3d90bd
SIZE (AcademySoftwareFoundation-OpenImageIO-v2.5.12.0_GH0.tar.gz) = 52535046

View File

@ -1,4 +1,4 @@
PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}