git: faf49690e01d - main - graphics/filament: update 1.52.1 → 1.52.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 08:09:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=faf49690e01dbccba045f52af036aa20c239823f commit faf49690e01dbccba045f52af036aa20c239823f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-05 08:03:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-05 08:09:39 +0000 graphics/filament: update 1.52.1 → 1.52.2 Reported by: portscout --- graphics/filament/Makefile | 2 +- graphics/filament/distinfo | 6 +++--- graphics/filament/files/patch-CMakeLists.txt | 4 ++-- ...ackend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index 2e3083138a39..b6ceb627939c 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -1,6 +1,6 @@ PORTNAME= filament DISTVERSIONPREFIX= v -DISTVERSION= 1.52.1 +DISTVERSION= 1.52.2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/filament/distinfo b/graphics/filament/distinfo index f7c6a8370cdf..ea2fe1803b20 100644 --- a/graphics/filament/distinfo +++ b/graphics/filament/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717059112 -SHA256 (google-filament-v1.52.1_GH0.tar.gz) = 74d56947adf9856a7330a05464de3d024e25f3fca1cc8707468e8abd2c1313aa -SIZE (google-filament-v1.52.1_GH0.tar.gz) = 502788948 +TIMESTAMP = 1717493088 +SHA256 (google-filament-v1.52.2_GH0.tar.gz) = 7d1a81363897a1c0f9f6147ff8da5bf125451d965a128805e0e2f75e0d195334 +SIZE (google-filament-v1.52.2_GH0.tar.gz) = 502782821 diff --git a/graphics/filament/files/patch-CMakeLists.txt b/graphics/filament/files/patch-CMakeLists.txt index 8a81794c1f14..40f6db9d930b 100644 --- a/graphics/filament/files/patch-CMakeLists.txt +++ b/graphics/filament/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2023-03-01 19:24:13 UTC +--- CMakeLists.txt.orig 2024-06-03 18:10:41 UTC +++ CMakeLists.txt -@@ -68,7 +68,7 @@ endif() +@@ -87,7 +87,7 @@ find_program(CCACHE_PROGRAM ccache) # Support for ccache # ================================================================================================== find_program(CCACHE_PROGRAM ccache) diff --git a/graphics/filament/files/patch-filament_backend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp b/graphics/filament/files/patch-filament_backend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp index d955272015bb..3d6afc6837e9 100644 --- a/graphics/filament/files/patch-filament_backend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp +++ b/graphics/filament/files/patch-filament_backend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp @@ -1,4 +1,4 @@ ---- filament/backend/src/vulkan/platform/VulkanPlatformAndroidLinuxWindows.cpp.orig 2024-05-29 23:19:39 UTC +--- filament/backend/src/vulkan/platform/VulkanPlatformAndroidLinuxWindows.cpp.orig 2024-06-03 18:10:41 UTC +++ filament/backend/src/vulkan/platform/VulkanPlatformAndroidLinuxWindows.cpp @@ -36,7 +36,7 @@ // Platform specific includes and defines @@ -21,7 +21,7 @@ @@ -124,7 +124,7 @@ VulkanPlatform::SurfaceBundle VulkanPlatform::createVk VkResult const result = vkCreateAndroidSurfaceKHR(instance, &createInfo, VKALLOC, (VkSurfaceKHR*) &surface); - ASSERT_POSTCONDITION(result == VK_SUCCESS, "vkCreateAndroidSurfaceKHR error."); + FILAMENT_CHECK_POSTCONDITION(result == VK_SUCCESS) << "vkCreateAndroidSurfaceKHR error."; - #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_WAYLAND) + #elif defined(LINUX_OR_FREEBSD) && defined(FILAMENT_SUPPORTS_WAYLAND) wl* ptrval = reinterpret_cast<wl*>(nativeWindow);