all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71310] [PATCH] gnu: make-torbrowser: Use current ffmpeg version.
@ 2024-06-01 15:31 André Batista
  2024-06-06 19:52 ` bug#71310: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2024-06-01 15:31 UTC (permalink / raw)
  To: 71310; +Cc: André Batista

* gnu/packages/tor-browsers.scm (make-torbrowser) [inputs]: torbrowser
and mullvadbrowser are now based on v. 115 and can link to current
ffmpeg.
---
 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 8681582795..c3bf233fdf 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -268,9 +268,7 @@ (define* (make-torbrowser #:key
            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

base-commit: 6e86089d563ccb67ae04cd941ca7b66c1777831f
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71310: [PATCH] gnu: make-torbrowser: Use current ffmpeg version.
  2024-06-01 15:31 [bug#71310] [PATCH] gnu: make-torbrowser: Use current ffmpeg version André Batista
@ 2024-06-06 19:52 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-06 19:52 UTC (permalink / raw)
  To: André Batista; +Cc: 71310-done

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

André Batista <nandre@riseup.net> writes:

> * gnu/packages/tor-browsers.scm (make-torbrowser) [inputs]: torbrowser
> and mullvadbrowser are now based on v. 115 and can link to current
> ffmpeg.
> ---
>  gnu/packages/tor-browsers.scm | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
7f7a67ae06e0d1ea19bdcceb9b16466bd7d7134d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-06 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01 15:31 [bug#71310] [PATCH] gnu: make-torbrowser: Use current ffmpeg version André Batista
2024-06-06 19:52 ` bug#71310: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.