[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29653] [PATCH 2/2] gnu: Add fbcat.
From: |
Ludovic Courtès |
Subject: |
[bug#29653] [PATCH 2/2] gnu: Add fbcat. |
Date: |
Mon, 11 Dec 2017 17:14:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Tobias Geerinckx-Rice <address@hidden> skribis:
> * gnu/packages/linux.scm (fbcat): New public variable.
[...]
> + (inputs
> + ;; The ‘fbgrab’ wrapper can use one of several PPM-to-PNG converters.
> We
> + ;; choose netpbm simply because it's the smallest. It still adds ~94
> MiB
> + ;; to an otherwise tiny package, so we put ‘fbgrab’ in its own output.
> + `(("pnmtopng" ,netpbm)))
> + (outputs (list "out" "fbgrab"))
That’s quite unusual but why not.
Otherwise LGTM!
Thanks,
Ludo’.