From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVXsk-0003nZ-2g for guix-patches@gnu.org; Sun, 31 Dec 2017 02:18:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVXsg-0000q5-SQ for guix-patches@gnu.org; Sun, 31 Dec 2017 02:18:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eVXsg-0000pW-NA for guix-patches@gnu.org; Sun, 31 Dec 2017 02:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eVXsg-0001Bx-AU for guix-patches@gnu.org; Sun, 31 Dec 2017 02:18:02 -0500 Subject: [bug#29863] [PATCH] gnu: Add emacs-bongo. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20171227135237.13115-1-m.othacehe@gmail.com> References: <20171227135237.13115-1-m.othacehe@gmail.com> From: Catonano Date: Sun, 31 Dec 2017 08:17:38 +0100 Message-ID: Content-Type: multipart/alternative; boundary="001a114075da20790005619da92c" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 29863@debbugs.gnu.org --001a114075da20790005619da92c Content-Type: text/plain; charset="UTF-8" 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 : > * 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 > > > > > --001a114075da20790005619da92c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Mathieu !

emacs-bongo = builds and lints with no errors

I didn't use it to play an= ything, 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

<= /div>Maybe some music listener could try this ?

Otherwise: lgt= m !

2017-12-27 14:52 GMT+01:00 Mathieu Othacehe <m.othaceh= e@gmail.com>:
* gnu/package= s/emacs.scm (emacs-bongo): New variable.
---
=C2=A0gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
=C2=A01 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:
=C2=A0 =C2=A0 =C2=A0 "@code{evil-matchit} is a minor mode for jumping = between matching tags in
=C2=A0evil mode using @kbd{%}.=C2=A0 It is a port of @code{matchit} for Vim= .")
=C2=A0 =C2=A0 =C2=A0(license license:gpl3+)))
+
+(define-public emacs-bongo
+=C2=A0 (package
+=C2=A0 =C2=A0 (name "emacs-bongo")
+=C2=A0 =C2=A0 (version "1.0")
+=C2=A0 =C2=A0 (source
+=C2=A0 =C2=A0 =C2=A0(origin
+=C2=A0 =C2=A0 =C2=A0 =C2=A0(method url-fetch)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"https= ://github.com/dbrock/bongo/archive/"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version ".tar.gz"= ;))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0(file-name (string-append name "-" ve= rsion ".tar.gz"))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0(sha256
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"1pcsyyrvj7djjjwpaswd1i782hvqv= lvs39cy9ns0k795si6xd64d"))))
+=C2=A0 =C2=A0 (build-system emacs-build-system)
+=C2=A0 =C2=A0 (home-page "https://github.com/dbrock/bongo<= /a>")
+=C2=A0 =C2=A0 (synopsis "Media player for Emacs")
+=C2=A0 =C2=A0 (description
+=C2=A0 =C2=A0 =C2=A0"This package provides a flexible media player fo= r Emacs.=C2=A0 @code{Bongo}
+=C2=A0 =C2=A0 supports multiple backends such as @code{vlc}, @code{mpg123}= ,
+=C2=A0 =C2=A0 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmo= d} and
+=C2=A0 =C2=A0 @code{afplay}.")
+=C2=A0 =C2=A0 (license license:gpl2+)))
--
2.15.1





--001a114075da20790005619da92c--