From f7582cfd246b0d70e1c016108aa29ae2aa5c5754 Mon Sep 17 00:00:00 2001 From: sergio Date: Tue, 30 Jun 2026 15:31:02 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G=20(GUI):=20arregla=20hojas=20giflib/x?= =?UTF-8?q?z/libwebp=20=E2=80=94=20deps=20espurias=20del=20import=20nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit giflib: quita xmlto (solo docs). xz: fuente release (trae ./configure; el archive del tag no) + quita autoconf/automake/libtool. libwebp construye al destrabarse giflib. Limpia los fallos recurrentes del loop. Co-Authored-By: Claude Opus 4.8 --- recipes/incoming-clib/giflib.toml | 3 ++- recipes/incoming-clib/xz.toml | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/incoming-clib/giflib.toml b/recipes/incoming-clib/giflib.toml index 94796942..24cec2d6 100644 --- a/recipes/incoming-clib/giflib.toml +++ b/recipes/incoming-clib/giflib.toml @@ -33,5 +33,6 @@ make DESTDIR="/out" PREFIX=/usr install _abuild_phase ''' +# xmlto era dep espuria del import (solo docs, ya desactivadas por dont-build-html-pages-images.patch). [deps] -build = ["xmlto"] +build = [] diff --git a/recipes/incoming-clib/xz.toml b/recipes/incoming-clib/xz.toml index 5860226f..139a6bd4 100644 --- a/recipes/incoming-clib/xz.toml +++ b/recipes/incoming-clib/xz.toml @@ -5,10 +5,9 @@ name = "xz" version = "5.8.3" [source] -tarball = "https://github.com/tukaani-project/xz/archive/refs/tags/v5.8.3/xz-5.8.3.tar.gz" -# FIXME sha256: el wrapper lo calcula (Alpine publica sha512). sha512 de Alpine: -# sha512 = "8fb5e6a13397d259d8ff7484f9b63f8a6752ff1c63e1a4601170ad8175aadefb5126a1cae7f73370bfc6c2a0b4e1c0bad57a58fc5b781d3f7d45e5a483c091cc" -sha256 = "8ec1767fa517642ecb4cf08b891ce667ba6f143551e382b07c7ef437bda335e2" +# tarball de RELEASE (trae ./configure pre-generado); el archive del tag NO ⇒ pedía autoconf/automake. +tarball = "https://github.com/tukaani-project/xz/releases/download/v5.8.3/xz-5.8.3.tar.gz" +sha256 = "3d3a1b973af218114f4f889bbaa2f4c037deaae0c8e815eec381c3d546b974a0" [build] compiler = "zig-cc" @@ -51,4 +50,4 @@ _abuild_phase ''' [deps] -build = ["autoconf", "automake", "libtool", "gettext-tiny"] +build = ["gettext-tiny"]