mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
graphics/wayland: update to 1.23.1
Changes: https://lists.freedesktop.org/archives/wayland-devel/2024-August/043760.html Reported by: GitLab (notify releases) PR: 281037 Approved by: manu
This commit is contained in:
parent
a68b9ed90b
commit
00dcc24784
4 changed files with 9 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= wayland
|
||||
DISTVERSION= 1.23.0
|
||||
DISTVERSION= 1.23.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1717095591
|
||||
SHA256 (wayland-1.23.0.tar.xz) = 05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2
|
||||
SIZE (wayland-1.23.0.tar.xz) = 237900
|
||||
TIMESTAMP = 1724514235
|
||||
SHA256 (wayland-1.23.1.tar.xz) = 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed
|
||||
SIZE (wayland-1.23.1.tar.xz) = 238212
|
||||
|
|
|
@ -13,16 +13,16 @@ include/wayland-util.h
|
|||
include/wayland-version.h
|
||||
lib/libwayland-client.so
|
||||
lib/libwayland-client.so.0
|
||||
lib/libwayland-client.so.0.23.0
|
||||
lib/libwayland-client.so.0.23.1
|
||||
lib/libwayland-cursor.so
|
||||
lib/libwayland-cursor.so.0
|
||||
lib/libwayland-cursor.so.0.23.0
|
||||
lib/libwayland-cursor.so.0.23.1
|
||||
lib/libwayland-egl.so
|
||||
lib/libwayland-egl.so.1
|
||||
lib/libwayland-egl.so.1.23.0
|
||||
lib/libwayland-egl.so.1.23.1
|
||||
lib/libwayland-server.so
|
||||
lib/libwayland-server.so.0
|
||||
lib/libwayland-server.so.0.23.0
|
||||
lib/libwayland-server.so.0.23.1
|
||||
libdata/pkgconfig/wayland-client.pc
|
||||
libdata/pkgconfig/wayland-cursor.pc
|
||||
libdata/pkgconfig/wayland-egl-backend.pc
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= wlroots
|
||||
DISTVERSION= 0.18.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -23,10 +24,6 @@ GL_SITE= https://gitlab.freedesktop.org
|
|||
MESON_ARGS= -Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
|
||||
PLIST_SUB= SUFFIX=-${DISTVERSION:R}
|
||||
|
||||
# XXX Drop after graphics/wayland >= 1.24 update
|
||||
# https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/401
|
||||
MESON_ARGS+= -Dc_std=c11
|
||||
|
||||
OPTIONS_DEFINE= DRM LCMS2 LIBLIFTOFF OPENGL VULKAN X11
|
||||
OPTIONS_DEFAULT=DRM LCMS2 LIBLIFTOFF OPENGL VULKAN X11
|
||||
OPTIONS_SUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue