mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-torbrowser: Clean up outdated comments.
Upstream has removed support for building with system libogg, libvorbis and libtheora. Clean up comments and commented out code related to them. * gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Clean up here; [arguments] <#:configure-flags>: here; <#:phases> 'remove-bundled-libraries: and here. Change-Id: I945faa0bcf13ec1c35b81f9880384694fd63b410 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
d13b0b5c05
commit
836dfa2b43
1 changed files with 0 additions and 21 deletions
|
@ -235,9 +235,6 @@ Browser.")
|
|||
libgnome
|
||||
libjpeg-turbo
|
||||
libpng-apng
|
||||
;; UNBUNDLE-ME! libogg
|
||||
;; UNBUNDLE-ME! libtheora ; wants theora-1.2, not yet released
|
||||
;; UNBUNDLE-ME! libvorbis
|
||||
libwebp
|
||||
libxft
|
||||
libevent
|
||||
|
@ -351,9 +348,6 @@ Browser.")
|
|||
"--with-system-webp"
|
||||
"--with-system-zlib"
|
||||
"--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
|
||||
"--with-system-libvpx"
|
||||
"--with-system-icu"
|
||||
"--with-system-nspr"
|
||||
|
@ -410,26 +404,11 @@ Browser.")
|
|||
;; to build netwerk/socket/neqo_glue.
|
||||
;;"security/nss"
|
||||
;;
|
||||
;; TODO: Use more system media libraries. See:
|
||||
;; <https://bugzilla.mozilla.org/show_bug.cgi?id=517422>
|
||||
;; * libtheora: esr60 wants v1.2, not yet released.
|
||||
;; * soundtouch: avoiding the bundled library would
|
||||
;; result in some loss of functionality. There's
|
||||
;; also an issue with exception handling
|
||||
;; configuration. It seems that this is needed in
|
||||
;; some moz.build:
|
||||
;; DEFINES['ST_NO_EXCEPTION_HANDLING'] = 1
|
||||
;; * libopus
|
||||
;; * speex
|
||||
;;
|
||||
"modules/freetype2"
|
||||
;; "media/libjpeg" ; needed for now, because media/libjpeg/moz.build is referenced from config/external/moz.build
|
||||
"modules/zlib"
|
||||
"ipc/chromium/src/third_party/libevent"
|
||||
"media/libvpx"
|
||||
;; UNBUNDLE-ME! "media/libogg"
|
||||
;; 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue