From 1db3ef0a5c969145b6dca9ef90a8129d883b81db Mon Sep 17 00:00:00 2001 From: sergio Date: Tue, 30 Jun 2026 00:42:32 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20gdk-pixbuf=20limpia=20(meson=20sta?= =?UTF-8?q?tic,=20PNG,=20cierre=20transitivo)=20=E2=80=94=20carga=20de=20i?= =?UTF-8?q?m=C3=A1genes=20GUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/incoming-clib/gdk-pixbuf.toml | 48 ++++----------------------- 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/recipes/incoming-clib/gdk-pixbuf.toml b/recipes/incoming-clib/gdk-pixbuf.toml index fffeb446..79d81669 100644 --- a/recipes/incoming-clib/gdk-pixbuf.toml +++ b/recipes/incoming-clib/gdk-pixbuf.toml @@ -1,50 +1,16 @@ -# Importada de Alpine aports por `hammer import-alpine` (Etapa G). PUNTO DE PARTIDA — pero -# YA trae los parches de musl de Alpine (lo que un import de nix pierde). Pendiente: el -# sha256 del tarball (el wrapper lo calcula), y adaptar build/install del shell de abuild. +# gdk-pixbuf 2.44.6 — carga/escala de imágenes (loader de GTK). meson static, solo PNG (leaf mínimo). name = "gdk-pixbuf" version = "2.44.6" - [source] -tarball = "https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-2.44.6.tar.xz" -# FIXME sha256: el wrapper lo calcula (Alpine publica sha512). sha512 de Alpine: -# sha512 = "45ad815dda5d7b86fafe4a14300a676130f1c404299989616e41fa84e872516304bc6c3ebee9e1153bce01245333b1f8dfedee4bcde27a323e27d7e70fcb597f" -sha256 = "FIXME-sha256" - +tarball = "https://download.gnome.org/sources/gdk-pixbuf/2.44/gdk-pixbuf-2.44.6.tar.xz" +sha256 = "140c2d0b899fcf853ee92b26373c9dc228dbcde0820a4246693f4328a27466fa" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" -flags = [] - [build.phases] -# de build() de Alpine (traducido; el lab provee $CBUILD/$CHOST — Etapa G Fase 3; revisá --shared para estático): -compile = ''' -_abuild_phase() { -abuild-meson \ - -Db_lto=true \ - -Dinstalled_tests=false \ - -Dintrospection=enabled \ - -Dglycin=enabled \ - -Dgif=disabled \ - -Djpeg=disabled \ - -Dothers=disabled \ - -Dpng=disabled \ - -Dtiff=disabled \ - -Dtests="$(want_check && echo true || echo false)" \ - output . - meson compile -C output -} -_abuild_phase -''' -# de package() de Alpine (traducido $pkgdir→/out): -install = ''' -_abuild_phase() { -DESTDIR="/out" meson install --no-rebuild -C output -} -_abuild_phase -''' - -# depends de runtime de Alpine (NO build-deps): shared-mime-info - +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 -Dpng=enabled -Djpeg=disabled -Dtiff=disabled -Dothers=disabled -Dman=false -Dintrospection=disabled -Dtests=false -Dinstalled_tests=false -Dgtk_doc=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 = ["glib", "gobject-introspection", "libglycin", "py3-docutils"] +build = ["meson", "samurai", "python3", "pkgconf", "glib", "libpng", "libffi", "pcre2", "zlib"]