[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/105: gnu: make-torbrowser: Unbundle libevent.
From: |
guix-commits |
Subject: |
19/105: gnu: make-torbrowser: Unbundle libevent. |
Date: |
Sat, 21 Dec 2024 11:56:36 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 25aceb03aad66601c948f8e2432d34483bbbc874
Author: André Batista <nandre@riseup.net>
AuthorDate: Wed Dec 11 19:56:18 2024 -0300
gnu: make-torbrowser: Unbundle libevent.
* gnu/packages/tor-browsers.scm (make-torbrowser)[arguments]
<#:configure-flags>: Uncomment '--with-system-libevent'.
<#:phases>: Remove bundled libevent.
Change-Id: I695ecd2648d6cd97c91297b0ad4e0d0985783b64
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
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 a573a2af78..157e2ef836 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -351,7 +351,7 @@ Browser.")
"--with-system-png" ;must be libpng-apng
"--with-system-zlib"
;; UNBUNDLE-ME! "--with-system-bz2"
- ;; UNBUNDLE-ME! "--with-system-libevent"
+ "--with-system-libevent"
;; UNBUNDLE-ME! "--with-system-ogg"
;; UNBUNDLE-ME! "--with-system-vorbis"
;; UNBUNDLE-ME! "--with-system-theora" ; wants theora-1.2, not yet
released
@@ -423,7 +423,7 @@ Browser.")
"modules/freetype2"
;; "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"
+ "ipc/chromium/src/third_party/libevent"
"media/libvpx"
;; UNBUNDLE-ME! "media/libogg"
;; UNBUNDLE-ME! "media/libvorbis"
- 03/105: gnu: python-construct: Update to 2.10.70-1.c1171b1., (continued)
- 03/105: gnu: python-construct: Update to 2.10.70-1.c1171b1., guix-commits, 2024/12/21
- 01/105: gnu: cl-nodgui: Update to 0.7.2.0-2.9a1b2c6., guix-commits, 2024/12/21
- 06/105: gnu: arm-trusted-firmware-rk3399: Reformat., guix-commits, 2024/12/21
- 10/105: gnu: pipewire: Update to 1.2.7., guix-commits, 2024/12/21
- 07/105: gnu: arm-trusted-firmware: Reformat., guix-commits, 2024/12/21
- 14/105: gnu: egl-wayland: Update to 1.1.17., guix-commits, 2024/12/21
- 13/105: gnu: eglexternalplatform: Update to 1.2., guix-commits, 2024/12/21
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/21
- 16/105: gnu: python-cloud-init: Fix build., guix-commits, 2024/12/21
- 17/105: gnu: python-flask-restx: Update to 1.3.0., guix-commits, 2024/12/21
- 19/105: gnu: make-torbrowser: Unbundle libevent.,
guix-commits <=
- 21/105: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/21
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/21
- 22/105: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/21
- 29/105: gnu: yggdrasil: Update to 0.5.11., guix-commits, 2024/12/21
- 23/105: gnu: make-torbrowser: Use ffmpeg-7., guix-commits, 2024/12/21
- 25/105: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/21
- 26/105: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/21
- 37/105: gnu: python-bokeh: Fix build., guix-commits, 2024/12/21
- 41/105: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/21
- 44/105: gnu: Add python-time-machine., guix-commits, 2024/12/21