From: "André Batista" <nandre@riseup.net>
To: 74804@debbugs.gnu.org
Cc: "André Batista" <nandre@riseup.net>,
jonathan.brielmaier@web.de, mhw@netris.org
Subject: [bug#74804] [PATCH 5/8] gnu: make-torbrowser: Unbundle libwebp.
Date: Wed, 11 Dec 2024 19:57:20 -0300 [thread overview]
Message-ID: <20241211225720.16161-1-nandre@riseup.net> (raw)
In-Reply-To: <20241211224509.15964-1-nandre@riseup.net>
* gnu/packages/tor-browsers.scm (make-torbrowser): Unbundle libwebp.
[inputs]: Add libwebp;
[arguments] <#:configure-flags>: Add '--with-system-webp';
<#:phases> remove-bundled-libraries: Add 'media/libwebp'.
Change-Id: I409f00ee0c0a96d08ab93dca2a297dee6bafe56d
---
gnu/packages/tor-browsers.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 9b1187c5ca3..5c32c3cb0c4 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -238,6 +238,7 @@ (define* (make-torbrowser #:key
;; UNBUNDLE-ME! libogg
;; UNBUNDLE-ME! libtheora ; wants theora-1.2, not yet released
;; UNBUNDLE-ME! libvorbis
+ libwebp
libxft
libevent
libxinerama
@@ -348,6 +349,7 @@ (define* (make-torbrowser #:key
;; Avoid bundled libraries.
"--with-system-jpeg" ;must be libjpeg-turbo
"--with-system-png" ;must be libpng-apng
+ "--with-system-webp"
"--with-system-zlib"
"--with-system-libevent"
;; UNBUNDLE-ME! "--with-system-ogg"
@@ -427,6 +429,7 @@ (define* (make-torbrowser #:key
;; UNBUNDLE-ME! "media/libvorbis"
;; UNBUNDLE-ME! "media/libtheora" ; wants theora-1.2, not yet released
;; UNBUNDLE-ME! "media/libtremor"
+ "media/libwebp"
;; UNBUNDLE-ME! "gfx/harfbuzz"
;; UNBUNDLE-ME! "gfx/graphite2"
"js/src/ctypes/libffi"
--
2.46.0
next prev parent reply other threads:[~2024-12-11 22:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 22:45 [bug#74804] [PATCH 0/8] gnu: make-torbrowser: Unbundle, remove and update some inputs André Batista
2024-12-11 22:52 ` [bug#74804] [PATCH 1/8] gnu: make-torbrowser: Unbundle libvpx André Batista
2024-12-11 22:56 ` [bug#74804] [PATCH 2/8] gnu: make-torbrowser: Unbundle libevent André Batista
2024-12-11 22:56 ` [bug#74804] [PATCH 3/8] gnu: make-torbrowser: Remove bzip2 from inputs André Batista
2024-12-11 22:57 ` [bug#74804] [PATCH 4/8] gnu: make-torbrowser: Remove bundled zlib from source André Batista
2024-12-11 22:57 ` André Batista [this message]
2024-12-11 22:57 ` [bug#74804] [PATCH 6/8] gnu: make-torbrowser: Use ffmpeg-7 as input André Batista
2024-12-11 22:57 ` [bug#74804] [PATCH 7/8] gnu: make-torbrowser: Unbundle nss André Batista
2024-12-11 22:58 ` [bug#74804] [PATCH 8/8] gnu: make-torbrowser: Re-enable rust SIMD optimizations André Batista
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241211225720.16161-1-nandre@riseup.net \
--to=nandre@riseup.net \
--cc=74804@debbugs.gnu.org \
--cc=jonathan.brielmaier@web.de \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).