Skip to content

Commit

Permalink
graphics/openpgl: update to 0.5.0 release (+)
Browse files Browse the repository at this point in the history
Changelog:	https://github.com/OpenPathGuidingLibrary/openpgl/releases/tag/v0.5.0

Approved by:	maintainer (implicit)

Sponsored by:	Serenity Cybersecurity, LLC
  • Loading branch information
fluffykhv committed May 26, 2023
1 parent 71e242b commit 5e2720a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
9 changes: 5 additions & 4 deletions graphics/openpgl/Makefile
@@ -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
Expand All @@ -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 \
Expand All @@ -26,4 +25,6 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OpenPathGuidingLibrary

PLIST_SUB= VERSION="${PORTVERSION}"

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions graphics/openpgl/distinfo
@@ -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
12 changes: 5 additions & 7 deletions graphics/openpgl/pkg-plist
Expand Up @@ -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
Expand All @@ -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%%

0 comments on commit 5e2720a

Please sign in to comment.