Date: Fri, 10 Jan 2025 10:23:30 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9dbb7db20edb - main - graphics/filament: update 1.56.4 =?utf-8?Q?=E2=86=92?= 1.56.5 Message-ID: <202501101023.50AANUCo033511@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9dbb7db20edb20d245a920cbc38b1e35dad71192 commit 9dbb7db20edb20d245a920cbc38b1e35dad71192 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-10 10:22:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-10 10:23:02 +0000 graphics/filament: update 1.56.4 → 1.56.5 Reported by: portscout --- graphics/filament/Makefile | 2 +- graphics/filament/distinfo | 6 ++--- ..._platform_VulkanPlatformAndroidLinuxWindows.cpp | 29 ---------------------- 3 files changed, 4 insertions(+), 33 deletions(-) diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index a07264cc9a55..d370502c7531 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -1,6 +1,6 @@ PORTNAME= filament DISTVERSIONPREFIX= v -DISTVERSION= 1.56.4 +DISTVERSION= 1.56.5 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/filament/distinfo b/graphics/filament/distinfo index 793f264d4bb2..b93e00e2fe7a 100644 --- a/graphics/filament/distinfo +++ b/graphics/filament/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734517773 -SHA256 (google-filament-v1.56.4_GH0.tar.gz) = 690b7da214f97f58b7bc91e8f64631251b790ce43be935ec76367e5f0550a419 -SIZE (google-filament-v1.56.4_GH0.tar.gz) = 503608573 +TIMESTAMP = 1736488439 +SHA256 (google-filament-v1.56.5_GH0.tar.gz) = 352cdef7fb8c4652d8e3b8d5301435ca04e045dc9b2a90496aed2a40ecaee73e +SIZE (google-filament-v1.56.5_GH0.tar.gz) = 503609136 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 deleted file mode 100644 index 3d6afc6837e9..000000000000 --- a/graphics/filament/files/patch-filament_backend_src_vulkan_platform_VulkanPlatformAndroidLinuxWindows.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- 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 - #if defined(__ANDROID__) - #include <android/native_window.h> --#elif defined(__linux__) && defined(FILAMENT_SUPPORTS_WAYLAND) -+#elif defined(LINUX_OR_FREEBSD) && defined(FILAMENT_SUPPORTS_WAYLAND) - #include <dlfcn.h> - namespace { - typedef struct _wl { -@@ -90,7 +90,7 @@ VulkanPlatform::ExtensionSet VulkanPlatform::getSwapch - VulkanPlatform::ExtensionSet const ret = { - #if defined(__ANDROID__) - VK_KHR_ANDROID_SURFACE_EXTENSION_NAME, --#elif defined(__linux__) && defined(FILAMENT_SUPPORTS_WAYLAND) -+#elif defined(LINUX_OR_FREEBSD) && defined(FILAMENT_SUPPORTS_WAYLAND) - VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME, - #elif defined(LINUX_OR_FREEBSD) && defined(FILAMENT_SUPPORTS_X11) - #if defined(FILAMENT_SUPPORTS_XCB) -@@ -124,7 +124,7 @@ VulkanPlatform::SurfaceBundle VulkanPlatform::createVk - VkResult const result = vkCreateAndroidSurfaceKHR(instance, &createInfo, VKALLOC, - (VkSurfaceKHR*) &surface); - 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); - extent.width = ptrval->width; - extent.height = ptrval->height;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501101023.50AANUCo033511>