git: 7225f5eccbeb - main - graphics/openpgl: update 0.5.0 → 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 13:25:37 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7225f5eccbebc0932d60227a356bd9582fcb385a commit 7225f5eccbebc0932d60227a356bd9582fcb385a Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-02 13:22:46 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-02 13:22:46 +0000 graphics/openpgl: update 0.5.0 → 0.6.0 Changelog: https://github.com/RenderKit/openpgl/releases/tag/v0.6.0 PR: 277283 Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner) --- graphics/openpgl/Makefile | 6 ++---- graphics/openpgl/distinfo | 6 +++--- graphics/openpgl/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile index 037dc251b236..21699144d224 100644 --- a/graphics/openpgl/Makefile +++ b/graphics/openpgl/Makefile @@ -1,7 +1,6 @@ PORTNAME= openpgl DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 -PORTREVISION= 4 +DISTVERSION= 0.6.0 #DISTVERSIONSUFFIX= -beta CATEGORIES= graphics devel @@ -17,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA -LIB_DEPENDS= libembree3.so:graphics/embree \ - libtbb.so:devel/onetbb +LIB_DEPENDS= libtbb.so:devel/onetbb USES= cmake compiler:c++11-lib USE_GITHUB= yes diff --git a/graphics/openpgl/distinfo b/graphics/openpgl/distinfo index 3815e5981aa2..6d6a04a47461 100644 --- a/graphics/openpgl/distinfo +++ b/graphics/openpgl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684749615 -SHA256 (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 1ec806d434d45e43e098f82ee9be0cb74928343898c57490b34ff80584e9805a -SIZE (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 10767365 +TIMESTAMP = 1708797590 +SHA256 (OpenPathGuidingLibrary-openpgl-v0.6.0_GH0.tar.gz) = 4192a4096ee3e3d31878cd013f8de23418c8037c576537551f946c4811931c5e +SIZE (OpenPathGuidingLibrary-openpgl-v0.6.0_GH0.tar.gz) = 10824550 diff --git a/graphics/openpgl/pkg-plist b/graphics/openpgl/pkg-plist index 4735695b2892..a19ad8a847d3 100644 --- a/graphics/openpgl/pkg-plist +++ b/graphics/openpgl/pkg-plist @@ -4,6 +4,8 @@ include/openpgl/cpp/Common.h include/openpgl/cpp/Device.h include/openpgl/cpp/Distribution.h include/openpgl/cpp/Field.h +include/openpgl/cpp/FieldConfig.h +include/openpgl/cpp/FieldStatistics.h include/openpgl/cpp/OpenPGL.h include/openpgl/cpp/PathSegment.h include/openpgl/cpp/PathSegmentStorage.h @@ -16,6 +18,7 @@ include/openpgl/data.h include/openpgl/device.h include/openpgl/distribution.h include/openpgl/field.h +include/openpgl/fieldstatistics.h include/openpgl/openpgl.h include/openpgl/pathsegmentstorage.h include/openpgl/region.h