graphics/openpgl: update to 0.5.0 release (+)

Changelog:	https://github.com/OpenPathGuidingLibrary/openpgl/releases/tag/v0.5.0

Approved by:	maintainer (implicit)

Sponsored by:	Serenity Cybersecurity, LLC
This commit is contained in:
Dima Panov 2023-05-26 02:47:48 +03:00
parent 71e242b402
commit 5e2720aa77
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29
3 changed files with 13 additions and 14 deletions

View file

@ -1,8 +1,7 @@
PORTNAME= openpgl
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
PORTREVISION= 2
DISTVERSIONSUFFIX= -beta
DISTVERSION= 0.5.0
#DISTVERSIONSUFFIX= -beta
CATEGORIES= graphics devel
MAINTAINER= FreeBSD@Shaneware.biz
@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# supported processors -
# arm with NEON/NEON2X and x86_64 with SSE4/AVX2/AVX512
ONLY_FOR_ARCHS= amd64 armv6 armv7
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7
ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA
LIB_DEPENDS= libembree3.so:graphics/embree \
@ -26,4 +25,6 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OpenPathGuidingLibrary
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1672364440
SHA256 (OpenPathGuidingLibrary-openpgl-v0.4.1-beta_GH0.tar.gz) = db63f5dac5cfa8c110ede241f0c413f00db0c4748697381c4fa23e0f9e82a754
SIZE (OpenPathGuidingLibrary-openpgl-v0.4.1-beta_GH0.tar.gz) = 10766930
TIMESTAMP = 1684749615
SHA256 (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 1ec806d434d45e43e098f82ee9be0cb74928343898c57490b34ff80584e9805a
SIZE (OpenPathGuidingLibrary-openpgl-v0.5.0_GH0.tar.gz) = 10767365

View file

@ -10,7 +10,6 @@ include/openpgl/cpp/PathSegmentStorage.h
include/openpgl/cpp/Region.h
include/openpgl/cpp/SampleData.h
include/openpgl/cpp/SampleStorage.h
include/openpgl/cpp/Sampler.h
include/openpgl/cpp/SurfaceSamplingDistribution.h
include/openpgl/cpp/VolumeSamplingDistribution.h
include/openpgl/data.h
@ -20,16 +19,15 @@ include/openpgl/field.h
include/openpgl/openpgl.h
include/openpgl/pathsegmentstorage.h
include/openpgl/region.h
include/openpgl/sampler.h
include/openpgl/samplestorage.h
include/openpgl/surfacesamplingdistribution.h
include/openpgl/types.h
include/openpgl/version.h
include/openpgl/volumesamplingdistribution.h
lib/cmake/openpgl-0.4.1/openpglConfig.cmake
lib/cmake/openpgl-0.4.1/openpglConfigVersion.cmake
lib/cmake/openpgl-0.4.1/openpgl_Exports-release.cmake
lib/cmake/openpgl-0.4.1/openpgl_Exports.cmake
lib/cmake/openpgl-%%VERSION%%/openpglConfig.cmake
lib/cmake/openpgl-%%VERSION%%/openpglConfigVersion.cmake
lib/cmake/openpgl-%%VERSION%%/openpgl_Exports-release.cmake
lib/cmake/openpgl-%%VERSION%%/openpgl_Exports.cmake
lib/libopenpgl.so
lib/libopenpgl.so.0
lib/libopenpgl.so.0.4.1
lib/libopenpgl.so.%%VERSION%%