[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26009: libpng-apng
From: |
Kei Kebreau |
Subject: |
bug#26009: libpng-apng |
Date: |
Thu, 16 Mar 2017 14:39:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> Good morning!
>
Howdy! :-)
> Kei Kebreau <address@hidden> skribis:
>
>> From 76e4bec9f8313adc6a78d3ae571ccea489c97848 Mon Sep 17 00:00:00 2001
>> From: ng0 <address@hidden>
>> Date: Tue, 10 Jan 2017 20:49:30 +0000
>> Subject: [PATCH] gnu: Add libpng-apng.
>> To: address@hidden
>>
>> * gnu/packages/image.scm (libpng-apng): New variable.
>>
>> Signed-off-by: Kei Kebreau <address@hidden>
>
> [...]
>
>> + (add-before 'configure 'no-checks
>> + (lambda _
>> + (substitute* "Makefile.in"
>> + (("^scripts/symbols.chk") "")
>> + (("check: scripts/symbols.chk") ""))
>> + (zero? (system* "libtool"))
>> + #t)))))
>
> Do you really want to run ‘libtool’ here? I think that doesn’t have any
> effect:
>
> $ libtool
> Usage: /home/ludo/.guix-profile/bin/libtool [OPTION]... [MODE-ARG]...
> Try 'libtool --help' for more information.
> libtool: error: you must specify a MODE
>
ng0 had some adjustments to make to the patch for sending it upstream,
so I'm waiting for a response. Perhaps removing this libtool execution
is one of them.
> If there’s nothing else blocking this patch, I think you can go ahead.
>
> Thanks,
> Ludo’.
Thank you. I'll push it when I get the okay from ng0.
- bug#26009: libpng-apng, (continued)
- bug#26009: libpng-apng, ng0, 2017/03/13
- bug#26009: libpng-apng, Ludovic Courtès, 2017/03/13
- bug#26009: libpng-apng, ng0, 2017/03/13
- bug#26009: libpng-apng, Ludovic Courtès, 2017/03/13
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/14
- bug#26009: libpng-apng, Ludovic Courtès, 2017/03/14
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/14
- bug#26009: libpng-apng, ng0, 2017/03/15
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/15
- bug#26009: libpng-apng, Ludovic Courtès, 2017/03/16
- bug#26009: libpng-apng,
Kei Kebreau <=
- bug#26009: libpng-apng, ng0, 2017/03/16
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/17
- bug#26009: libpng-apng, ng0, 2017/03/23