1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

graphics/mesa-devel: update to 21.0.b.1739

Changes:	3fc8da13f6...8300bc1f16
This commit is contained in:
Jan Beich 2021-02-16 00:23:17 +00:00
parent 8dbd6b3ab2
commit a5a1b3ed09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565370
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= mesa
DISTVERSION= 21.0-branchpoint-1635
DISTVERSIONSUFFIX= -g3fc8da13f62
DISTVERSION= 21.0-branchpoint-1739
DISTVERSIONSUFFIX= -g8300bc1f169
CATEGORIES= graphics
PKGNAMESUFFIX= -devel

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1613172340
SHA256 (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = b35c83c75321a4fd347a19cd5789cd27e499737ca18d1d8379248b9164e3b3ba
SIZE (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = 22881706
TIMESTAMP = 1613423827
SHA256 (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 17ea7c6677120c2a8f21baf54c9df9f9f397ef6b0388445fa6c8948c1927ef68
SIZE (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 22924025
SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73
SIZE (9f52b5177728.patch) = 832
SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109

View File

@ -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 2021-02-12 19:12:01 UTC
--- src/amd/vulkan/meson.build.orig 2021-02-15 15:47:31 UTC
+++ src/amd/vulkan/meson.build
@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script
@@ -150,7 +150,7 @@ if with_llvm and with_ld_version_script
endif
libvulkan_radeon = shared_library(
- 'vulkan_radeon',
+ 'vulkan_radeon' + get_option('egl-lib-suffix'),
[libradv_files, radv_entrypoints, amd_vk_format_table_c, sha1_h],
[libradv_files, radv_entrypoints, sha1_h],
include_directories : [
inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi,
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC