all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Thompson <dthompson2@worcester.edu>
To: Paul van der Walt <paul@denknerd.org>, Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: mpd: Update version to 0.19.9
Date: Mon, 02 Mar 2015 17:24:19 -0500	[thread overview]
Message-ID: <87twy33ung.fsf@fsf.org> (raw)
In-Reply-To: <87fv9njc6o.fsf@denknerd.org>

Paul van der Walt <paul@denknerd.org> writes:

> Hello guix,
>
> Bavier and i had a problem where mpd was segfaulting. I didn't dig deep,
> but the issue evaporated when i upgraded my mpd version. The one in Guix
> was over a year old.
>
> I hope this patch is acceptable -- it's pretty trivial.
>
> Cheers,
> p.
> From 16cf9de7c4c2ad60bc1c78f026db9f366a07cda1 Mon Sep 17 00:00:00 2001
> From: Paul van der Walt <paul@denknerd.org>
> Date: Mon, 2 Mar 2015 22:52:49 +0100
> Subject: [PATCH] gnu: mpd: Update to version 0.19.9. Add boost and icu4c.

Use a single, brief sentence.  "gnu: mpd: Update to 0.19.9."

>
> * gnu/packages/mpd.scm (mpd): Update version to 0.19.9. Add boost and
>   icu4c.
> ---
>  gnu/packages/mpd.scm | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
> index 2d7ca6e..b757bda 100644
> --- a/gnu/packages/mpd.scm
> +++ b/gnu/packages/mpd.scm
> @@ -29,6 +29,7 @@
>    #:use-module (guix build-system gnu)
>    #:use-module (gnu packages avahi)
>    #:use-module (gnu packages boost)
> +  #:use-module (gnu packages icu4c)
>    #:use-module (gnu packages readline)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages curl)
> @@ -68,24 +69,26 @@ interfacing MPD in the C, C++ & Objective C languages.")
>  (define-public mpd
>    (package
>      (name "mpd")
> -    (version "0.18.8")
> +    (version "0.19.9")
>      (source (origin
>                (method url-fetch)
>                (uri
>                 (string-append "http://musicpd.org/download/mpd/"
>                                (version-major+minor version)
> -                              "/mpd-" version ".tar.gz"))
> +                              "/mpd-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1ryqh0xf76xv4mpwy1gjwy275ar4wmbzifa9ccjim9r7lk2hgp5v"))))
> +                "0vzj365s4j0pw5w37lfhx3dmpkdp85driravsvx8rlrw0lii91a7"))))
>      (build-system gnu-build-system)
>      (inputs `(("ao" ,ao)
>                ("alsa-lib" ,alsa-lib)
>                ("avahi" ,avahi)
> +              ("boost" ,boost)
>                ("curl" ,curl)
>                ("ffmpeg" ,ffmpeg)
>                ("flac" ,flac)
>                ("glib" ,glib)
> +              ("icu4c" ,icu4c)
>                ("lame" ,lame)
>                ("libid3tag" ,libid3tag)
>                ("libmad" ,libmad)
> -- 
> 2.3.1
>

OK to push with an adjusted commit log.  Thank you very much for fixing
mpd for us!  Now, we need to write an mpd service defintion. ;)

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

      reply	other threads:[~2015-03-02 22:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 21:56 [PATCH] gnu: mpd: Update version to 0.19.9 Paul van der Walt
2015-03-02 22:24 ` David Thompson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twy33ung.fsf@fsf.org \
    --to=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    --cc=paul@denknerd.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.