Skip to content

Releases: mesonbuild/wrapdb

lcms2_2.17-1

16 Feb 02:28
Compare
Choose a tag to compare
lcms2: update to 2.17

cpp-httplib_0.19.0-1

16 Feb 10:35
Compare
Choose a tag to compare
cpp-httplib: update from 0.18.7 to 0.19.0

cglm_0.9.6-1

16 Feb 10:19
Compare
Choose a tag to compare
cglm: update from 0.9.4 to 0.9.6

argparse_3.2-1

16 Feb 17:34
Compare
Choose a tag to compare
argparse: update to 3.2

exiv2_0.28.4-1

13 Feb 02:30
Compare
Choose a tag to compare
exiv2: update from 0.28.3 to 0.28.4

zycore_1.5.2-1

11 Feb 02:41
Compare
Choose a tag to compare
zycore: update to 1.5.2

https://github.com/zyantific/zycore-c/releases/tag/v1.5.2

zlib-ng_2.2.4-1

11 Feb 10:25
Compare
Choose a tag to compare
zlib-ng: update to 2.2.4

cpp-httplib_0.18.7-1

09 Feb 03:39
Compare
Choose a tag to compare
cpp-httplib: update from 0.18.6 to 0.18.7

libusb_1.0.27-3

08 Feb 01:40
Compare
Choose a tag to compare
libusb: support building for emscripten

freeglut_3.4.0-3

08 Feb 00:13
Compare
Choose a tag to compare
freeglut: fix broken wayland build

The most recent commit, 8472c965 ("freeglut: add missing dependencies")
broke when this was built for wayland, in two ways:

1. It dropped the xkbcommon dep, which is required on Wayland as well
2. It started passing x11_dep to the XParseGeometry-detection, but
   x11_dep isn't set in that code-path.

The former was fixed simply by adding it back. The latter was fixed by
dropping the x11_dep in the Windows code-path, and rather passing all of
freeglut_deps to the detection logic.