GNU bug report logs -
#76740
[PATCH 0/2] ffmpeg-7: Update to 7.1.1.
Previous Next
Full log
Message #8 received at 76740 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (ffmpeg-7): Update to 7.1.1.
[phases] {configure}: Don't expect a space in shebang lines; the spaces
were removed in FFmpeg commit 67e2f8b6bf5a44fa8083f90096de6131601879b4.
Change-Id: If774bae60713009d7267332959388002bc47daed
---
# guix refresh --list-dependent ffmpeg <at> 7
Building the following 4 packages would ensure 4 dependent packages are rebuilt: cl-fof <at> 0.2.0-1.522879e ecl-fof <at> 0.2.0-1.522879e mullvadbrowser <at> 14.0.5 torbrowser <at> 14.0.5
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8a6feb267d..c1e86f0f68 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1669,14 +1669,14 @@ (define-public libva-utils
(define-public ffmpeg-7
(package
(name "ffmpeg")
- (version "7.0.2")
+ (version "7.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "12dkv17mrsdqrm70c30azjw7qi1lfxca7xisw81x6flacddm2il6"))))
+ "1c837agaw8ljhjx6ndp2w7hffi2mkb22vnmb8v0fbfqdbqwq8fbk"))))
(outputs '("out" "debug"))
(build-system gnu-build-system)
(inputs
@@ -1858,7 +1858,7 @@ (define-public ffmpeg-7
(lambda* (#:key outputs configure-flags #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(substitute* "configure"
- (("#! /bin/sh") (string-append "#!" (which "sh"))))
+ (("#! */bin/sh") (string-append "#!" (which "sh"))))
(setenv "SHELL" (which "bash"))
(setenv "CONFIG_SHELL" (which "bash"))
(apply invoke
--
2.48.1
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.