guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mpc123: Add new source location.


From: Efraim Flashner
Subject: 01/03: gnu: mpc123: Add new source location.
Date: Fri, 27 May 2016 08:38:45 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit d1cd67af5dc305572b018e4dd46eb7d035244dda
Author: Efraim Flashner <address@hidden>
Date:   Fri May 27 11:29:21 2016 +0300

    gnu: mpc123: Add new source location.
    
    * gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
    [home-page]: Project has moved to Github.
---
 gnu/packages/mp3.scm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index fe1d13b..e3133d7 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -417,8 +418,10 @@ format.")
     (version "0.2.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/mpc123/version%20"
-                                  version "/mpc123-" version ".tar.gz"))
+              (uri (list (string-append 
"mirror://sourceforge/mpc123/version%20"
+                                        version "/mpc123-" version ".tar.gz")
+                         (string-append "mirror://debian/pool/main/m/" name
+                                        "/" name "_" version ".orig.tar.gz")))
               (sha256
                (base32
                 "0sf4pns0245009z6mbxpx7kqy4kwl69bc95wz9v23wgappsvxgy1"))
@@ -446,7 +449,7 @@ format.")
     (inputs
      `(("libao" ,ao)
        ("libmpcdec" ,libmpcdec)))
-    (home-page "http://mpc123.sourceforge.net/";)
+    (home-page "https://github.com/bucciarati/mpc123";)
     (synopsis "Audio player for Musepack-formatted files")
     (description
      "Mpc123 is a command-line player for files in the Musepack audio



reply via email to

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