Cierra el desfase receta/repo: 15 recetas que ya construyen y están publicadas+firmadas en dist/repo pero seguían en la cola de staging. Sin colisión con canónicas (guarda de build-farm). Los .patch viajan con su receta. Quedan en incoming-clib las 13 variantes colisionantes (build-deps del stack GUI) y las 14 GUI deep-dep sin publicar aún. brotli fribidi gettext-tiny giflib glib gperf graphene harfbuzz itstool libjpeg-turbo libsass libtiff libxmlb lz4 sassc Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
1.0 KiB
TOML
21 lines
1.0 KiB
TOML
# libxmlb 0.3.22 — cache binaria de XML (appstream la exige). meson static. glib + zstd; lo opcional off.
|
|
name = "libxmlb"
|
|
version = "0.3.22"
|
|
|
|
[source]
|
|
tarball = "https://github.com/hughsie/libxmlb/releases/download/0.3.22/libxmlb-0.3.22.tar.xz"
|
|
sha256 = "f3c46e85588145a1a86731c77824ec343444265a457647189a43b71941b20fa0"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
|
|
[build.phases]
|
|
configure = "PKG_CONFIG_PATH=/usr/lib/pkgconfig PYTHONPATH=/usr/lib/python3.12/site-packages meson setup output --prefix=/usr --buildtype=release --wrap-mode=nodownload --prefer-static -Ddefault_library=static -Dintrospection=false -Dgtkdoc=false -Dtests=false -Dstemmer=false -Dcli=false -Dc_args=-Wno-error=date-time"
|
|
compile = "PYTHONPATH=/usr/lib/python3.12/site-packages ninja -C output"
|
|
install = "PYTHONPATH=/usr/lib/python3.12/site-packages DESTDIR=/out meson install -C output --no-rebuild"
|
|
|
|
[deps]
|
|
build = ["meson", "samurai", "python3", "pkgconf", "glib", "zstd", "pcre2", "libffi", "zlib"]
|