guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: mplayer: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 08/17: gnu: mplayer: Return #t from all phases.
Date: Thu, 21 Jun 2018 18:20:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1fe5791d8dd78914941d9ef370ef9e49808c9c9e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 17:58:11 2018 +0200

    gnu: mplayer: Return #t from all phases.
    
    * gnu/packages/video.scm (mplayer)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/video.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3ab1ed7..af45f0f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1039,8 +1039,7 @@ treaming protocols.")
                 (("#! /bin/sh") (string-append "#!" (which "sh"))))
               (setenv "SHELL" (which "bash"))
               (setenv "CONFIG_SHELL" (which "bash"))
-              (zero? (system*
-                      "./configure"
+              (invoke "./configure"
                       (string-append "--extra-cflags=-I"
                                      libx11 "/include") ; to detect libx11
                       "--disable-ffmpeg_a" ; disables bundled ffmpeg
@@ -1062,7 +1061,7 @@ treaming protocols.")
                                     (or (%current-target-system)
                                         (nix-system->gnu-triplet
                                          (%current-system)))))))
-                      "--disable-iwmmxt"))))))))
+                      "--disable-iwmmxt")))))))
     (home-page "https://www.mplayerhq.hu/design7/news.html";)
     (synopsis "Audio and video player")
     (description "MPlayer is a movie player.  It plays most MPEG/VOB, AVI,



reply via email to

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