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

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

[debbugs-tracker] bug#31963: closed ([PATCH] gnu: emms: Add opus-tools i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31963: closed ([PATCH] gnu: emms: Add opus-tools input.)
Date: Mon, 25 Jun 2018 19:58:02 +0000

Your message dated Mon, 25 Jun 2018 21:57:27 +0200
with message-id <address@hidden>
and subject line Re: [bug#31963] [PATCH] gnu: emms: Add opus-tools input.
has caused the debbugs.gnu.org bug report #31963,
regarding [PATCH] gnu: emms: Add opus-tools input.
to be marked as done.

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


-- 
31963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31963
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: emms: Add opus-tools input. Date: Mon, 25 Jun 2018 15:49:45 +0200
* gnu/packages/emacs.scm (emms)[inputs]: Add opus-tools.
---
 gnu/packages/emacs.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cdd72ec55..5d94257a1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -936,7 +936,8 @@ provides an optional IDE-like error list.")
                    (vorbis  (assoc-ref inputs "vorbis-tools"))
                    (alsa    (assoc-ref inputs "alsa-utils"))
                    (mpg321  (assoc-ref inputs "mpg321"))
-                   (mp3info (assoc-ref inputs "mp3info")))
+                   (mp3info (assoc-ref inputs "mp3info"))
+                   (opus    (assoc-ref inputs "opus-tools")))
                ;; Specify the installation directory.
                (substitute* "Makefile"
                  (("PREFIX=.*$")
@@ -961,6 +962,9 @@ provides an optional IDE-like error list.")
                  (emacs-substitute-variables "emms-info-ogginfo.el"
                    ("emms-info-ogginfo-program-name"
                     (string-append vorbis "/bin/ogginfo")))
+                 (emacs-substitute-variables "emms-info-opusinfo.el"
+                   ("emms-info-opusinfo-program-name"
+                    (string-append opus "/bin/opusinfo")))
                  (emacs-substitute-variables "emms-info-libtag.el"
                    ("emms-info-libtag-program-name"
                     (string-append out "/bin/emms-print-metadata")))
@@ -1009,7 +1013,8 @@ provides an optional IDE-like error list.")
               ("vorbis-tools" ,vorbis-tools)
               ("mpg321" ,mpg321)
               ("taglib" ,taglib)
-              ("mp3info" ,mp3info)))
+              ("mp3info" ,mp3info)
+              ("opus-tools" ,opus-tools)))
     (properties '((upstream-name . "emms")))
     (synopsis "Emacs Multimedia System")
     (description
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31963] [PATCH] gnu: emms: Add opus-tools input. Date: Mon, 25 Jun 2018 21:57:27 +0200 User-agent: Notmuch/0.27 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)
Pierre Neidhardt <address@hidden> writes:

> * gnu/packages/emacs.scm (emms)[inputs]: Add opus-tools.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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