[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26009: libpng-apng
From: |
ng0 |
Subject: |
bug#26009: libpng-apng |
Date: |
Mon, 13 Mar 2017 14:23:59 +0000 |
Ludovic Courtès transcribed 0.7K bytes:
> Kei Kebreau <address@hidden> skribis:
>
> > For whatever reason, I can't get Guix to recognize libpng-apng as a
> > package seperate from libpng (i.e. "guix build libpng-apng" returns a
> > vanilla libpng directory). Do you have any idea why this is?
>
> This is because libpng in current master has a ‘replacement’ field, and
> since libpng-apng inherits from libpng, it also gets that replacement.
>
> The fix is to write:
>
> (define-public libpng-apng
> (package
> (inherit libpng)
> (replacement #f) ;libpng’s replacement doesn’t apply here
> …))
Thanks.
>
> That said, please make sure the security issues fixed in ‘libpng/fixed’
> are also fixed in libpng-apng!
>
> Thanks,
> Ludo’.
>
Do you have any advice how this could be achieved?
- bug#26009: libpng-apng, ng0, 2017/03/07
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/12
- bug#26009: libpng-apng, ng0, 2017/03/13
- bug#26009: libpng-apng, Ludovic Courtès, 2017/03/13
- bug#26009: libpng-apng,
ng0 <=
- 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, 2017/03/16
- bug#26009: libpng-apng, ng0, 2017/03/16
- bug#26009: libpng-apng, Kei Kebreau, 2017/03/17