diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-20 23:46:44 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-21 01:58:14 +0100 |
commit | 1d9788d2de86cad6a2cb3e716bed7b5f1cf67f93 (patch) | |
tree | 4cc161cec8159f52331e6b681efe0f71729d7cb1 | |
parent | emulators/rpcs3: update to 0.0.31.16208 (diff) |
graphics/mesa-devel: update to 24.0.b.3440
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/84e8a295a09...3556dbb97fd
-rw-r--r-- | graphics/mesa-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesa-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 9835fd6a171e..dadac2381db8 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 24.0-branchpoint-3326 -DISTVERSIONSUFFIX= -g84e8a295a09 +DISTVERSION= 24.0-branchpoint-3440 +DISTVERSIONSUFFIX= -g3556dbb97fd CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 5f5be3aa3f41..b2bbc835aa5d 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1710794048 -SHA256 (mesa-24.0-branchpoint-3326-g84e8a295a09.tar.bz2) = ef0156594ca106f1f0ca3e506dc767091d7ccd94a65e861651c40a9d6903b641 -SIZE (mesa-24.0-branchpoint-3326-g84e8a295a09.tar.bz2) = 37170319 +TIMESTAMP = 1710974804 +SHA256 (mesa-24.0-branchpoint-3440-g3556dbb97fd.tar.bz2) = 983f9d11983a2472958d6b2732c63b6ec7df5968de6891b6792b6ea96e76d687 +SIZE (mesa-24.0-branchpoint-3440-g3556dbb97fd.tar.bz2) = 37197530 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (72f7e51d22b3.patch) = 28529ee7c888fceca2470ea3227d8e541a32b81cd901829f130367d9dd66ad90 diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index 7bdcbc5db6ef..a5b531aca1e2 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -40,15 +40,15 @@ Library selection is handled by libglvnd and/or libmap.conf. endif _xa = get_option('gallium-xa') ---- src/amd/vulkan/meson.build.orig 2022-12-03 14:41:29 UTC +--- src/amd/vulkan/meson.build.orig 2024-03-20 22:46:44 UTC +++ src/amd/vulkan/meson.build -@@ -162,7 +162,7 @@ libvulkan_radeon = shared_library( +@@ -207,7 +207,7 @@ libvulkan_radeon = shared_library( endif libvulkan_radeon = shared_library( - 'vulkan_radeon', + 'vulkan_radeon' + get_option('egl-lib-suffix'), - [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv], + [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv, radv_annotate_layer], vs_module_defs : vulkan_api_def, include_directories : [ --- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC |