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

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

bug#59000: closed ([PATCH 1/2] gnu: Add emacs-waveform.)


From: GNU bug Tracking System
Subject: bug#59000: closed ([PATCH 1/2] gnu: Add emacs-waveform.)
Date: Sun, 06 Nov 2022 14:14:03 +0000

Your message dated Sun, 06 Nov 2022 15:13:17 +0100
with message-id <875yfsmarm.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#59000] [PATCH v2 1/2] gnu: Add emacs-mpv.
has caused the debbugs.gnu.org bug report #59000,
regarding [PATCH 1/2] gnu: Add emacs-waveform.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59000: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59000
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add emacs-waveform. Date: Thu, 3 Nov 2022 13:08:26 -0500


--- End Message ---
--- Begin Message --- Subject: Re: [bug#59000] [PATCH v2 1/2] gnu: Add emacs-mpv. Date: Sun, 06 Nov 2022 15:13:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-mpv): New variable.

Thank you. Applied, with the following changes.

> +    (package
> +      (name "emacs-mpv")
> +      (version (git-version "0.0.0" revision commit))

Base version is actually 0.2.0.

> +        #~(modify-phases %standard-phases
> +            (add-after 'set-mpv-el-version 'patch-exec-paths
> +              (lambda* (#:key inputs #:allow-other-keys)
> +                (make-file-writable "mpv.el")

`make-file-writable' is not necessary.

> +                (emacs-substitute-variables "mpv.el"
> +                  ("mpv-executable"
> +                   (search-input-file inputs "/bin/mpv"))))))))
> +      (synopsis "Control mpv for easy note taking")
> +      (description
> +"This package is a potpourri of helper functions to control a @code{mpv}
> +process via its IPC interface.")

mpv -> MPV

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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