Skip to content

Releases: mesonbuild/wrapdb

libjpeg_9a-2

13 Nov 14:57
Compare
Choose a tag to compare
lua: check for posix systems instead of checking for non-posix systems

kraken-engine_0.0.2-1

09 Nov 23:22
Compare
Choose a tag to compare
Update wrap for Kraken-Engine-0.0.2

pixman_0.44.0-1

08 Nov 19:30
Compare
Choose a tag to compare
pixman: update from 0.43.4 to 0.44.0

harfbuzz_10.1.0-1

07 Nov 02:49
Compare
Choose a tag to compare
harfbuzz: update from 10.0.1 to 10.1.0

icu_76.1-1

06 Nov 01:38
Compare
Choose a tag to compare
icu: update to 76.1

openblas_0.3.28-1

03 Nov 19:22
Compare
Choose a tag to compare
ENH: Add openblas wrap

Co-authored-by: mtsokol <mtsokol@users.noreply.github.com>
Co-authored-by: rgommers <rgommers@users.noreply.github.com>

msgpackc-cxx_7.0.0-1

03 Nov 21:09
Compare
Choose a tag to compare
msgpack-cxx: update to 7.0.0

libwebp_1.3.2-2

03 Nov 20:33
Compare
Choose a tag to compare
libwebp: Don't define WEBP_DLL macro when building a static library

Before it would define the WEBP_DLL macro unconditionally, which caused it to use the __declspec(dllexport) property when building as a static library on Windows. That caused its symbols to be exported from any target which the static libwebp was linked into (such as an executable).

kraken-engine_0.0.1-1

30 Oct 21:02
Compare
Choose a tag to compare
Add wrap files for Kraken-Engine-0.0.1

jansson_2.14-3

28 Oct 04:50
Compare
Choose a tag to compare
jansson: Fix missing file and non-installed files

A file was missing from the list of source files which caused build failures. Also, install public header files and generate a pkgconfig file to have behavior more like upstream's build system and other wrap files.