[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: mpv: Use packaged waf.
From: |
Efraim Flashner |
Subject: |
01/06: gnu: mpv: Use packaged waf. |
Date: |
Sun, 24 Jul 2016 12:44:30 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit f0b8d83a77049917709887e9a0948470a3bdbf57
Author: Efraim Flashner <address@hidden>
Date: Sun Jul 24 10:23:28 2016 +0300
gnu: mpv: Use packaged waf.
* gnu/packages/video.scm (mpv)[inputs]: Remove externally downloaded waf
package and use packaged python-waf.
---
gnu/packages/video.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 891d6ac..5b5bbd0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -805,14 +805,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
("pulseaudio" ,pulseaudio)
("rsound" ,rsound)
("vapoursynth" ,vapoursynth)
- ("waf" ,(origin
- (method url-fetch)
- ;; Keep this in sync with the version in the bootstrap.py
- ;; script of the source tarball.
- (uri "http://www.freehackers.org/~tnagy/release/waf-1.8.12")
- (sha256
- (base32
- "12y9c352zwliw0zk9jm2lhynsjcf5jy0k1qch1c1av8hnbm2pgq1"))))
+ ("waf" ,python-waf)
("youtube-dl" ,youtube-dl)
("zlib" ,zlib)))
(arguments
- branch master updated (8ebdf9a -> df2c756), Efraim Flashner, 2016/07/24
- 02/06: gnu: python-waf: Update to 1.9.1., Efraim Flashner, 2016/07/24
- 01/06: gnu: mpv: Use packaged waf.,
Efraim Flashner <=
- 03/06: gnu: iniparser: Update to 4.0., Efraim Flashner, 2016/07/24
- 06/06: gnu: pspp: Update to 0.10.2., Efraim Flashner, 2016/07/24
- 04/06: gnu: iniparser: Use 'modify-phases'., Efraim Flashner, 2016/07/24
- 05/06: gnu: python-iso8601: Update to 0.1.11., Efraim Flashner, 2016/07/24