diff options
| author | André Batista <nandre@riseup.net> | 2026-06-19 14:38:10 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-08 18:20:14 +0200 |
| commit | 4e6338e7574b77544116f95bf0dbc4b08c8b414c (patch) | |
| tree | eb3b19915ea533578d8c60020119fa55009b8480 /gnu/packages/chromium.scm | |
| parent | c16fe4aa381ed724a6cf37bb584ecf067e1f1250 (diff) | |
gnu: unogoogled-chromium: Add comment on libraries that can be replaced.
* gnu/packages/chromium.scm (%preserved-third-party-files): Document
libraries that could be unbundled.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/chromium.scm')
| -rw-r--r-- | gnu/packages/chromium.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index c150e183eca..359af2dbac2 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm | |||
| @@ -547,22 +547,52 @@ | |||
| 547 | ;; bundled libraries: lose that restriction. | 547 | ;; bundled libraries: lose that restriction. |
| 548 | (("#if defined\\(OFFICIAL_BUILD\\)") | 548 | (("#if defined\\(OFFICIAL_BUILD\\)") |
| 549 | "#if 0")) | 549 | "#if 0")) |
| 550 | |||
| 551 | ;; The complete list of replacement system libraries can be found | ||
| 552 | ;; at this file. | ||
| 550 | (invoke "python" "build/linux/unbundle/replace_gn_files.py" | 553 | (invoke "python" "build/linux/unbundle/replace_gn_files.py" |
| 551 | "--system-libraries" | 554 | "--system-libraries" |
| 555 | ;; abseil-cpp libraries must be used together: | ||
| 556 | ;; "absl_algorithm" "absl_base" "absl_cleanup" "absl_container" | ||
| 557 | ;; "absl_crc" "absl_debugging" "absl_flags" "absl_functional" | ||
| 558 | ;; "absl_hash" "absl_log" "absl_log_internal" "absl_memory" | ||
| 559 | ;; "absl_meta" "absl_numeric" "absl_random" "absl_status" | ||
| 560 | ;; "absl_strings" "absl_synchronization" "absl_time" | ||
| 561 | ;; "absl_types" "absl_utility" | ||
| 552 | "brotli" | 562 | "brotli" |
| 563 | ;; "crc32c" | ||
| 553 | "dav1d" | 564 | "dav1d" |
| 565 | ;; "double-conversion" | ||
| 566 | ;; "ffmpeg" | ||
| 554 | "flac" | 567 | "flac" |
| 568 | ;; "flatbuffers" | ||
| 555 | "fontconfig" | 569 | "fontconfig" |
| 556 | "freetype" | 570 | "freetype" |
| 557 | "harfbuzz" | 571 | "harfbuzz" |
| 572 | ;; "highway" | ||
| 573 | ;; "icu" | ||
| 574 | ;; "jsoncpp" | ||
| 575 | ;; "libaom" | ||
| 558 | "libdrm" | 576 | "libdrm" |
| 559 | "libjpeg" | 577 | "libjpeg" |
| 560 | "libpng" | 578 | "libpng" |
| 579 | ;; "libsecret" | ||
| 580 | ;; "libusb" | ||
| 581 | ;; "libvpx" | ||
| 561 | "libwebp" | 582 | "libwebp" |
| 562 | "libxml" | 583 | "libxml" |
| 584 | ;; "libXNVCtrl" | ||
| 563 | "libxslt" | 585 | "libxslt" |
| 586 | ;; "libyuv" | ||
| 564 | "openh264" | 587 | "openh264" |
| 565 | "opus" | 588 | "opus" |
| 589 | ;; "re2" | ||
| 590 | ;; "simdutf" | ||
| 591 | ;; "snappy" | ||
| 592 | ;; SPIRV must be used together | ||
| 593 | ;; "swiftshader-SPIRV-Headers" "swiftshader-SPIRV-Tools" | ||
| 594 | ;; "vulkan_memory_allocator" | ||
| 595 | ;; "woff2" | ||
| 566 | "zlib" | 596 | "zlib" |
| 567 | "zstd"))))) | 597 | "zstd"))))) |
| 568 | 598 | ||
