guix-patches
[Top][All Lists]
Advanced

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

[bug#29863] [PATCH] gnu: Add emacs-bongo.


From: Catonano
Subject: [bug#29863] [PATCH] gnu: Add emacs-bongo.
Date: Sun, 31 Dec 2017 08:17:38 +0100

Hi Mathieu !

emacs-bongo builds and lints with no errors

I didn't use it to play anything, thogh, as I have no mp3 files on this machine and I don't like the Bongo requirements on the position of the files in a hierarchy

Maybe some music listener could try this ?

Otherwise: lgtm !

2017-12-27 14:52 GMT+01:00 Mathieu Othacehe <address@hidden>:
* gnu/packages/emacs.scm (emacs-bongo): New variable.
---
 gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e78c58f8a..3e0605327 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6551,3 +6551,27 @@ Feautures:
      "@code{evil-matchit} is a minor mode for jumping between matching tags in
 evil mode using @kbd{%}.  It is a port of @code{matchit} for Vim.")
     (license license:gpl3+)))
+
+(define-public emacs-bongo
+  (package
+    (name "emacs-bongo")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/dbrock/bongo/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/dbrock/bongo")
+    (synopsis "Media player for Emacs")
+    (description
+     "This package provides a flexible media player for Emacs.  @code{Bongo}
+    supports multiple backends such as @code{vlc}, @code{mpg123},
+    @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
+    @code{afplay}.")
+    (license license:gpl2+)))
--
2.15.1






reply via email to

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