rekado pushed a commit to branch python-team
in repository guix.

commit 64deac1d0e5acf034d78f47dabc9c064581ff648
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Wed Dec 11 19:52:09 2024 -0300

    gnu: make-torbrowser: Unbundle libvpx.
    
    * gnu/packages/tor-browsers.scm (make-torbrowser)[arguments]
    <#:configure-flags>: Uncomment '--with-system-libvpx'.
    <#:phases>: Remove bundled libvpx.
    
    Change-Id: Ie77cf4052a2b1e3e0959598c5e5d42bb397c666c
    Signed-off-by: Hilton Chain <[email protected]>
---
 gnu/packages/tor-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index eef183a63f..a573a2af78 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -355,7 +355,7 @@ Browser.")
          ;; UNBUNDLE-ME! "--with-system-ogg"
          ;; UNBUNDLE-ME! "--with-system-vorbis"
          ;; UNBUNDLE-ME! "--with-system-theora" ; wants theora-1.2, not yet 
released
-         ;; UNBUNDLE-ME! "--with-system-libvpx"
+         "--with-system-libvpx"
          "--with-system-icu"
          "--with-system-nspr"
          ;; UNBUNDLE-ME! "--with-system-nss" ; pending upgrade of 'nss' to 3.90
@@ -424,7 +424,7 @@ Browser.")
                           ;; "media/libjpeg"  ; needed for now, because 
media/libjpeg/moz.build is referenced from config/external/moz.build
                           ;; UNBUNDLE-ME! "modules/zlib"
                           ;; UNBUNDLE-ME! 
"ipc/chromium/src/third_party/libevent"
-                          ;; UNBUNDLE-ME! "media/libvpx"
+                          "media/libvpx"
                           ;; UNBUNDLE-ME! "media/libogg"
                           ;; UNBUNDLE-ME! "media/libvorbis"
                           ;; UNBUNDLE-ME! "media/libtheora" ; wants 
theora-1.2, not yet released

Reply via email to