mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/mesa-devel: update to 25.0.b.2462
Changes: 0eab7bfabc...8b0271050a
This commit is contained in:
parent
3ce4051f16
commit
d1659f74b1
3 changed files with 20 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mesa
|
||||
DISTVERSION= 25.0-branchpoint-2321
|
||||
DISTVERSIONSUFFIX= -g0eab7bfabc2
|
||||
DISTVERSION= 25.0-branchpoint-2462
|
||||
DISTVERSIONSUFFIX= -g8b0271050a4
|
||||
CATEGORIES= graphics
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1743032114
|
||||
SHA256 (mesa-25.0-branchpoint-2321-g0eab7bfabc2.tar.bz2) = 838e0af029eed8a175298f100874085a85845a66d614b01933f30214580ae68a
|
||||
SIZE (mesa-25.0-branchpoint-2321-g0eab7bfabc2.tar.bz2) = 58126846
|
||||
TIMESTAMP = 1743203237
|
||||
SHA256 (mesa-25.0-branchpoint-2462-g8b0271050a4.tar.bz2) = 8a6fe42e8e8f5bcc7595c85c71260c4fd5999a7cdb940c24210fbd7d821e3156
|
||||
SIZE (mesa-25.0-branchpoint-2462-g8b0271050a4.tar.bz2) = 58147105
|
||||
SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008
|
||||
SIZE (700efacda59c.patch) = 983
|
||||
SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8
|
||||
|
|
|
@ -154,39 +154,39 @@ Library selection is handled by libglvnd and/or libmap.conf.
|
|||
[files('anv_gem.c'), anv_hasvk_entrypoints[0]],
|
||||
include_directories : [
|
||||
inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel, inc_compiler,
|
||||
--- src/mapi/es1api/meson.build.orig 2020-05-30 21:28:01 UTC
|
||||
--- src/mapi/es1api/meson.build.orig 2025-03-28 23:07:17 UTC
|
||||
+++ src/mapi/es1api/meson.build
|
||||
@@ -33,7 +33,7 @@ if with_platform_windows
|
||||
endif
|
||||
@@ -23,7 +23,7 @@ libglesv1_cm = shared_library(
|
||||
)
|
||||
|
||||
libglesv1_cm = shared_library(
|
||||
- 'GLESv1_CM' + get_option('gles-lib-suffix'),
|
||||
+ 'GLESv1_CM' + get_option('egl-lib-suffix') + get_option('gles-lib-suffix'),
|
||||
['../entry.c', es1_glapi_mapi_tmp_h],
|
||||
['libgles1_public.c', es1_glapi_mapi_tmp_h],
|
||||
vs_module_defs : gles1_def,
|
||||
c_args : [
|
||||
c_msvc_compat_args,
|
||||
--- src/mapi/es2api/meson.build.orig 2020-05-30 21:28:01 UTC
|
||||
--- src/mapi/es2api/meson.build.orig 2025-03-28 23:07:17 UTC
|
||||
+++ src/mapi/es2api/meson.build
|
||||
@@ -33,7 +33,7 @@ if with_platform_windows
|
||||
endif
|
||||
@@ -23,7 +23,7 @@ libgles2 = shared_library(
|
||||
)
|
||||
|
||||
libgles2 = shared_library(
|
||||
- 'GLESv2' + get_option('gles-lib-suffix'),
|
||||
+ 'GLESv2' + get_option('egl-lib-suffix') + get_option('gles-lib-suffix'),
|
||||
['../entry.c', es2_glapi_mapi_tmp_h],
|
||||
['libgles2_public.c', es2_glapi_mapi_tmp_h],
|
||||
vs_module_defs : gles2_def,
|
||||
c_args : [
|
||||
c_msvc_compat_args,
|
||||
--- src/mapi/shared-glapi/meson.build.orig 2025-01-24 21:51:50 UTC
|
||||
--- src/mapi/shared-glapi/meson.build.orig 2025-03-28 23:07:17 UTC
|
||||
+++ src/mapi/shared-glapi/meson.build
|
||||
@@ -27,7 +27,7 @@ libglapi = static_library(
|
||||
endif
|
||||
@@ -11,7 +11,7 @@ libglapi = static_library(
|
||||
)
|
||||
|
||||
libglapi = static_library(
|
||||
- 'glapi',
|
||||
+ 'glapi' + get_option('egl-lib-suffix'),
|
||||
[files_shared_glapi, shared_glapi_mapi_tmp_h],
|
||||
['core.c', shared_glapi_mapi_tmp_h],
|
||||
c_args : [
|
||||
_glapi_c_args,
|
||||
c_msvc_compat_args,
|
||||
--- src/util/meson.build.orig 2022-12-03 14:41:29 UTC
|
||||
+++ src/util/meson.build
|
||||
@@ -170,10 +170,10 @@ files_mesa_util = files(
|
||||
|
|
Loading…
Add table
Reference in a new issue