[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: make-torbrowser: Use current ffmpeg version.
From: |
guix-commits |
Subject: |
05/09: gnu: make-torbrowser: Use current ffmpeg version. |
Date: |
Thu, 6 Jun 2024 12:55:15 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7f7a67ae06e0d1ea19bdcceb9b16466bd7d7134d
Author: André Batista <nandre@riseup.net>
AuthorDate: Sat Jun 1 12:31:33 2024 -0300
gnu: make-torbrowser: Use current ffmpeg version.
torbrowser and mullvadbrowser are now based on v. 115 and can link to
current
ffmpeg.
* gnu/packages/tor-browsers.scm (make-torbrowser): Use ffmpeg rather than
ffmpeg-5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Ifba8d2a58f21aba1abe6b3c5daf9cb57b07386f6
---
gnu/packages/tor-browsers.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 055e13af37..4d53d3fd76 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -268,9 +268,7 @@ Browser.")
libxcomposite
libxt
libffi
- ;; Support for FFmpeg 6 was only added in version 112 (see:
- ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1819374).
- ffmpeg-5
+ ffmpeg
libvpx
icu4c-73
pixman
- branch master updated (3d5f4b2d7d -> 6eb07c78a9), guix-commits, 2024/06/06
- 02/09: gnu: guix-build-coordinator: Update to 0-106.846aa14., guix-commits, 2024/06/06
- 04/09: gnu: rust-nix-0.28: Fix package build., guix-commits, 2024/06/06
- 08/09: gnu: terminator: Update to 2.1.4., guix-commits, 2024/06/06
- 07/09: gnu: poke: Update to 4.1., guix-commits, 2024/06/06
- 09/09: gnu: ugrep: Update to 6.1.0., guix-commits, 2024/06/06
- 01/09: gnu: nar-herder: Update to 0-34.d02e60b., guix-commits, 2024/06/06
- 05/09: gnu: make-torbrowser: Use current ffmpeg version.,
guix-commits <=
- 06/09: gnu: guix-data-service: Update to 0.0.1-50.d74422c., guix-commits, 2024/06/06
- 03/09: services: guix-build-coordinator: Don't log with timestamps., guix-commits, 2024/06/06