gnu: mplayer: Return #t from all phases.
* gnu/packages/video.scm (mplayer)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
52fb5b3aee
commit
1fe5791d8d
|
@ -1039,8 +1039,7 @@ treaming protocols.")
|
||||||
(("#! /bin/sh") (string-append "#!" (which "sh"))))
|
(("#! /bin/sh") (string-append "#!" (which "sh"))))
|
||||||
(setenv "SHELL" (which "bash"))
|
(setenv "SHELL" (which "bash"))
|
||||||
(setenv "CONFIG_SHELL" (which "bash"))
|
(setenv "CONFIG_SHELL" (which "bash"))
|
||||||
(zero? (system*
|
(invoke "./configure"
|
||||||
"./configure"
|
|
||||||
(string-append "--extra-cflags=-I"
|
(string-append "--extra-cflags=-I"
|
||||||
libx11 "/include") ; to detect libx11
|
libx11 "/include") ; to detect libx11
|
||||||
"--disable-ffmpeg_a" ; disables bundled ffmpeg
|
"--disable-ffmpeg_a" ; disables bundled ffmpeg
|
||||||
|
@ -1062,7 +1061,7 @@ treaming protocols.")
|
||||||
(or (%current-target-system)
|
(or (%current-target-system)
|
||||||
(nix-system->gnu-triplet
|
(nix-system->gnu-triplet
|
||||||
(%current-system)))))))
|
(%current-system)))))))
|
||||||
"--disable-iwmmxt"))))))))
|
"--disable-iwmmxt")))))))
|
||||||
(home-page "https://www.mplayerhq.hu/design7/news.html")
|
(home-page "https://www.mplayerhq.hu/design7/news.html")
|
||||||
(synopsis "Audio and video player")
|
(synopsis "Audio and video player")
|
||||||
(description "MPlayer is a movie player. It plays most MPEG/VOB, AVI,
|
(description "MPlayer is a movie player. It plays most MPEG/VOB, AVI,
|
||||||
|
|
Reference in New Issue