Skip to content

Commit

Permalink
graphics/mesa: Update to 22.3.5
Browse files Browse the repository at this point in the history
Release notes:	https://lists.freedesktop.org/archives/mesa-announce/2023-February/000705.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG

(cherry picked from commit 5276853)
  • Loading branch information
evadot committed Feb 27, 2023
1 parent 7586df1 commit 0e94578
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion graphics/mesa-dri/Makefile.common
Expand Up @@ -12,7 +12,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}

MESABASEVERSION= 22.3.4
MESABASEVERSION= 22.3.5
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=

Expand Down
6 changes: 3 additions & 3 deletions graphics/mesa-dri/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674801615
SHA256 (mesa-22.3.4.tar.xz) = 37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593
SIZE (mesa-22.3.4.tar.xz) = 17041184
TIMESTAMP = 1675926912
SHA256 (mesa-22.3.5.tar.xz) = 3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
SIZE (mesa-22.3.5.tar.xz) = 17069488
2 changes: 1 addition & 1 deletion graphics/mesa-gallium-va/Makefile
Expand Up @@ -38,7 +38,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dgles2=disabled \
-Dosmesa=false \
-Dglx=disabled \
-Ddri3=disabled
-Ddri3=enabled

LDFLAGS_i386= -Wl,-znotext

Expand Down
2 changes: 1 addition & 1 deletion graphics/mesa-gallium-vdpau/Makefile
Expand Up @@ -38,7 +38,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dgles2=disabled \
-Dosmesa=false \
-Dglx=disabled \
-Ddri3=disabled
-Ddri3=enabled

LDFLAGS_i386= -Wl,-znotext

Expand Down
1 change: 0 additions & 1 deletion graphics/mesa-gallium-xa/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mesa-gallium-xa
PORTVERSION= ${MESAVERSION}
PORTREVISION= 2
CATEGORIES= graphics

COMMENT= Mesa Gallium XA state tracker
Expand Down

0 comments on commit 0e94578

Please sign in to comment.