./devel/wayland, Display server protocol - development libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.23.0nb3, Package name: wayland-1.23.0nb3, Maintainer: nia

Wayland is a protocol for a compositor to talk to its clients as
well as a C library implementation of that protocol.

Wayland is intended to be simpler replacement for the X window
system, easier to develop and maintain.


Required to run:
[textproc/libxslt] [devel/libffi]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 232.324 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-06-09 16:30:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
wayland: pkglint cleanup

indentation only
   2024-06-09 16:29:28 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
wayland: update to 1.23.0.

This is the official release for Wayland 1.23.

Besides numerous bugfixes and protocol clarifications, Wayland 1.23 includes
the following new features:

- A mechanism to set the size of the internal connection buffer used by
  libwayland
- An enum-header mode for wayland-scanner to generate headers with only enums
- wayland-scanner now generates validator functions for enums on the server
  side
- Protocols can now indicate with a "deprecated-since" XML attribute that a
  request, event or enum entry is deprecated
- An API to set a name for a queue to aid debugging
- wl_client_get_user_data() and wl_client_set_user_data() to more easily attach
  custom data to a client
- OpenBSD support
- A wl_shm.release request for proper cleanup of this global
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-06-27 12:42:07 by Taylor R Campbell | Files touched by this commit (4)
Log message:
devel/wayland: Make this cross-compile.

For cross-compilation, it depends on a native build of itself, for
the wayland-scanner tool.  This, in turn, requires a patch to the
meson files to allow it to be passed as a parameter (rather than
discovered through cmake or pkg-config, which are generally limited
to references into the cross-destdir).

(If someone can figure out how to spell `./configure
ac_cv_foo_path=...' in meson to obviate the need for that patch,
please do so!  I searched around in the manual and I couldn't find
any way to cause something like override_find_program to happen from
a command-line argument or environment variable.)