graphics/filament: Update 1.30.0 -> 1.31.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2023-01-11 07:44:11 -08:00
parent 47d6cf9d82
commit e70dad9524
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= filament
DISTVERSIONPREFIX= v
DISTVERSION= 1.30.0
DISTVERSION= 1.31.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@ -16,7 +16,7 @@ BROKEN_i386= compilation breaks: register r11 is only available in 64-bit mode
BUILD_DEPENDS= bash:shells/bash \
evdev-proto>0:devel/evdev-proto
USES= cmake compiler:c++17-lang localbase:ldflags sdl shebangfix xorg
USES= cmake compiler:c++17-lang localbase:ldflags python:build sdl shebangfix xorg
USE_SDL= sdl2
USE_XORG= x11
@ -29,6 +29,7 @@ SHEBANG_FILES= build/launch-c.in build/launch-cxx.in
CMAKE_OFF= USE_STATIC_LIBCXX FILAMENT_ENABLE_JAVA
CMAKE_ARGS+= -DDIST_DIR="." # prevent subdirectory for libraries
CMAKE_ARGS+= -DUSE_CCACHE:BOOL=${CCACHE_ENABLED:tu}
CMAKE_ARGS+= -DPython3_EXECUTABLE=${PYTHON_CMD}
LDFLAGS+= -lexecinfo -lSDL2
@ -38,6 +39,8 @@ OPTIONS_SUB= yes
SAMPLES_DESC= Build samples
SAMPLES_CMAKE_OFF= -DFILAMENT_SKIP_SAMPLES=ON
# gltf_viewer is broken with the Vulkan backend, see https://github.com/google/filament/issues/6445
post-patch:
@${REINPLACE_CMD} -e 's|"/proc/self/exe"|"/proc/curproc/file"|' ${WRKSRC}/libs/utils/src/linux/Path.cpp

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1671585293
SHA256 (google-filament-v1.30.0_GH0.tar.gz) = 3f2b67d6f7a2b00e377c46853f31418256c54f9847e7c57a201302a06ee71ecb
SIZE (google-filament-v1.30.0_GH0.tar.gz) = 496801233
TIMESTAMP = 1673478130
SHA256 (google-filament-v1.31.0_GH0.tar.gz) = 564021c018bbb855e9e202eac72065feee3cd6eed82ef33ad9005f50100fd302
SIZE (google-filament-v1.31.0_GH0.tar.gz) = 496240193

View File

@ -42,6 +42,7 @@ include/filament/BufferObject.h
include/filament/Camera.h
include/filament/Color.h
include/filament/ColorGrading.h
include/filament/ColorSpace.h
include/filament/DebugRegistry.h
include/filament/Engine.h
include/filament/Exposure.h