emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29651: closed ([PATCH 0/2] fbcat and snapscreensho


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29651: closed ([PATCH 0/2] fbcat and snapscreenshot)
Date: Tue, 12 Dec 2017 04:43:02 +0000

Your message dated Tue, 12 Dec 2017 05:45:03 +0100
with message-id <address@hidden>
and subject line Re: [bug#29653] [PATCH 2/2] gnu: Add fbcat.
has caused the debbugs.gnu.org bug report #29653,
regarding [PATCH 0/2] fbcat and snapscreenshot
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29653: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29653
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] fbcat and snapscreenshot Date: Mon, 11 Dec 2017 00:03:34 +0100
Guix,

This adds two non-X screenshooters, which I think is neat.

linux.scm is getting pretty pudgy but seems the better fit.

Kind regards,

T G-R

Tobias Geerinckx-Rice (2):
  gnu: Add snapscreenshot.
  gnu: Add fbcat.

 gnu/packages/linux.scm | 117 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 117 insertions(+)

-- 
2.15.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29653] [PATCH 2/2] gnu: Add fbcat. Date: Tue, 12 Dec 2017 05:45:03 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
Ludo',

Ludovic Courtès wrote on 11/12/17 at 17:14:
> 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.

It is. IMO a nicer hack than pseudopackages like ‘fbcat-full’.

If we ever start more aggressively auto-splitting outputs and this would
interfere (‘fbcat:fbgrab:debug’), I'll rewrite it through my tears.

> Otherwise LGTM!

Thanks!

Pushed as c1c825844392d2db2414ec0c07dce0d882b6551d (snapscreenshot)
      and 8d8d227bbbe9bd1981bc63704c7f3fe029001f53 (fbcat).

Kind regards,

T G-R


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]