GNU bug report logs -
#31514
[PATCH 09/21] gnu: emacs-gif-screencast: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:16 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 08 Jun 2018 16:40:40 +0200
with message-id <87h8mdl4t3.fsf <at> gnu.org>
and subject line Re: [bug#31514] [PATCH 09/21] gnu: Add emacs-gif-screencast.
has caused the debbugs.gnu.org bug report #31514,
regarding [PATCH 09/21] gnu: emacs-gif-screencast: New variable.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
31514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31514
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs.scm (emacs-gif-screencast): New variable.
---
gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 82f250f34..6fb11a0a3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10684,3 +10684,33 @@ The package @code{emacs-bash-completion} is an optional dependency: if available
@code{fish-completion-complete} can be configured to fall back on bash to further
try completing. See @code{fish-completion-fallback-on-bash-p}.")
(license license:gpl3+)))
+
+(define-public emacs-gif-screencast
+ (package
+ (name "emacs-gif-screencast")
+ (version "20180309.242")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/gif-screencast-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "1xva240kx0w4x0x6cd42lyj87gi2i2s0fhpj3ca9klw9z5ffb55f"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("scrot" ,scrot)
+ ("imagemagick" ,imagemagick)
+ ;; ("gifsicle" ,gifsicle) ; TODO: Add gifsicle.
+ ))
+ (home-page
+ "https://github.com/ambrevar/emacs-gif-screencast")
+ (synopsis "One-frame-per-action GIF recording")
+ (description
+ "Call @code{gif-screencast} to start a recording.
+A screenshot is taken for every user action. Call
+@code{gif-screencast-stop} (<f9> by default) to finish recording and create
+the GIF result.")
+ (license license:gpl3+)))
--
2.17.0
[Message part 3 (message/rfc822, inline)]
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-gif-screencast): New variable.
Perfect. Applied, thanks!
Ludo’.
This bug report was last modified 7 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.