| /third_party/libabigail/doc/manuals/ |
| D | fedabipkgdiff.rst | 7 ``fedabipkgdiff`` compares the ABI of shared libraries in `Fedora`_ 9 download packages from the `Fedora Build System`_. 11 ``fedabipkgdiff`` knows how to talk with the `Fedora Build System`_ to 37 <suppr_spec_label>`, merges their content and use it to filter out ABI 40 * Default system-wide suppression specification file 45 suppression file $libdir/libabigail/libabigail-default.abignore. If 46 that file is not present, then no default system-wide suppression 63 * ``--help | -h`` 67 * ``--dry-run`` 72 * ``--debug`` [all …]
|
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 25 # So instead we use a default_build template and override everything with 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' [all …]
|
| /third_party/libabigail/ |
| D | README-DOCKER.md | 5 - a Fedora base image (recommended) 6 - an Ubuntu base image. 18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora . 21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 . 24 Note that currently the fedora image is deployed to `ghcr.io/woodard/libabigail:latest`. 31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash 38 /opt/abigail-env/.spack-env/view/bin/abidiff 42 You can go to the environment in `/opt/abigail-env` and (given you 50 We will also use the "production" containers to grab libraries in: 53 $ ls /opt/abigail-env/.spack-env/view/ [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 2 as a widely used and tested shaper is used as more-or-less OpenType reference 11 - Fedora: `dnf install wine`. 13 2. Install `mingw-w64` compiler. 14 - Fedora, 32bit: `dnf install mingw32-gcc-c++` 15 - Fedora, 64bit: `dnf install mingw64-gcc-c++` 16 - Debian: `apt install g++-mingw-w64` 17 - Mac: `brew install mingw-w64` 19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to 20 invoke `meson` now, or just run that script. Otherwise, here's how to use the 24 - Fedora, 32bit: `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype` [all …]
|
| D | BUILD.md | 4 …sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev … 6 whereas on Fedora, RHEL, CentOS, and other Red Hat based systems you would do: 8 sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev 12 sudo pacman -Suy meson pkg-config ragel gcc freetype2 glib2 cairo 14 then use meson to build the project like `meson build && meson test -Cbuild`. 16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use 20 or gcc/clang is already on your path, and if you use something like `meson build --wrap-mode=defaul… 26 HarfBuzz like `g++ src/harfbuzz.cc -fno-exceptions` but there is not guarantee provided
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/libwebsockets/lib/roles/dbus/ |
| D | README.md | 3 ## DBUS-related distro packages 5 Fedora: dbus-devel 6 Debian / Ubuntu: libdbus-1-dev 10 Fedora example: 12 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include" 17 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include" 22 forced to allow cross-build. 25 for `LWS_DBUS_INCLUDE1`, on both Fedora and Debian / Ubuntu, this is 26 `/usr/include/dbus-1.0`... if the directory exists, it is used. 28 For `LWS_DBUS_INCLUDE2`, it is the arch-specific dbus header which may be [all …]
|
| /third_party/libabigail/.github/workflows/ |
| D | build-container.yaml | 5 # Always have a base image ready to go - this is a nightly build 7 - cron: 0 3 * * * 18 - develop 32 fail-fast: false 35 # Dockerfiles to build, container names to use, and to tag as libabigail:latest? 36 container: [["Dockerfile.fedora", "ghcr.io/woodard/libabigail-fedora", true], 37 ["Dockerfile.ubuntu", "ghcr.io/woodard/libabigail-ubuntu-22.04", false], 38 ["Dockerfile.fedora-base", "ghcr.io/woodard/libabigail-fedora-base", false]] 40 runs-on: ubuntu-latest 43 - name: Checkout [all …]
|
| /third_party/mesa3d/docs/drivers/ |
| D | svga3d.rst | 4 This page describes how to build, install and use the 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The VM is configured for virtual hardware version 12. 15 - The host OS, GPU and graphics driver supports DX11 (Windows) or 17 - On Linux, the vmwgfx kernel module must be version 2.9.0 or later. 18 - A recent version of Mesa with the updated svga Gallium driver. 25 - Multisample antialiasing (2x, 4x) 26 - GL_ARB/AMD_draw_buffers_blend 27 - GL_ARB_sample_shading 28 - GL_ARB_texture_cube_map_array [all …]
|
| /third_party/libabigail/tools/ |
| D | fedabipkgdiff | 2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 3 # -*- coding: utf-8 -*- 4 # -*- Mode: Python 6 # Copyright (C) 2013-2016 Red Hat, Inc. 36 # Fedora packagers and developers. Usually, excpet the RPM packages built 56 # 'read_config' looks for configuration files, just use dummy values. 57 # These fail upon use unless overridden, which for libabigail test suite 88 # --d1 /path/to/package1-debuginfo.rpm \ 89 # --d2 /path/to/package2-debuginfo.rpm \ 93 # ComparisonHalf is a three-elements tuple in format [all …]
|
| /third_party/notofonts/ |
| D | debug.json | 7 "fonts/NotoSansAdlam/full/otf/NotoSansAdlam-Bold.otf", 8 "fonts/NotoSansAdlam/full/otf/NotoSansAdlam-Regular.otf", 9 "fonts/NotoSansAdlam/full/slim-variable-ttf/NotoSansAdlam[wght].ttf", 10 "fonts/NotoSansAdlam/full/ttf/NotoSansAdlam-Bold.ttf", 11 "fonts/NotoSansAdlam/full/ttf/NotoSansAdlam-Regular.ttf", 12 "fonts/NotoSansAdlam/full/variable-ttf/NotoSansAdlam[wght].ttf" 15 "fonts/NotoSansAdlam/hinted/ttf/NotoSansAdlam-Bold.ttf", 16 "fonts/NotoSansAdlam/hinted/ttf/NotoSansAdlam-Regular.ttf" 19 "fonts/NotoSansAdlam/unhinted/otf/NotoSansAdlam-Bold.otf", 20 "fonts/NotoSansAdlam/unhinted/otf/NotoSansAdlam-Regular.otf", [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 67 project file. All examples in this file assumes you use ".." 71 as --prefix= with autotools. It defaults to /usr/local. [all …]
|
| /third_party/libinput/doc/user/ |
| D | building.rst | 16 system-provided libinput with one from the git repository, see 21 ------------------------------------------------------------------------------ 23 ------------------------------------------------------------------------------ 30 correct, up-to-date and/or unmodified from the git branch. Due dilligence 33 The following repositories provide an up-to-date package for libinput: 35 - **Arch:** https://aur.archlinux.org/packages/libinput-git/ 36 - **Fedora:** https://copr.fedorainfracloud.org/coprs/whot/libinput-git/ 44 ------------------------------------------------------------------------------ 46 ------------------------------------------------------------------------------ 49 `ninja <https://www.ninja-build.org>`_. A build is usually the three-step [all …]
|
| /third_party/ltp/testcases/kdump/ |
| D | README | 2 ---------------------------- 16 The scripts make use of the crasher module for basic testing of kdump 18 testing. LKDTM makes use of the kprobes infrastructure for inserting 19 crashpoints into the kernel at run-time. Thus the kernel need not be 24 ---------------------- 29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux 38 * kernel-kdump 39 * kernel-source 40 * kexec-tools 41 * zlib-64bit-<xxx> (ppc64 only) [all …]
|
| /third_party/ltp/testcases/kdump/doc/ |
| D | README | 2 ---------------------------- 16 The scripts make use of the crasher module for basic testing of kdump 18 testing. LKDTM makes use of the kprobes infrastructure for inserting 19 crashpoints into the kernel at run-time. Thus the kernel need not be 24 ---------------------- 29 releases), OpenSUSE, Fedora, Debian, as well as RedHat Enterprise Linux 38 * kernel-kdump 39 * kernel-source 40 * kexec-tools 41 * zlib-64bit-<xxx> (ppc64 only) [all …]
|
| /third_party/backends/ |
| D | .gitlab-ci.yml | 1 # .gitlab-ci.yml -- to test some source code build scenarios 2 # Copyright (C) 2016-2020 Olaf Meeuwissen 4 # License: GPL-3.0+ 7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs" 8 CONFIGURE_MINI: "--enable-silent-rules" 9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc… 12 - tarball 13 - compile 14 - snapshot 15 - release [all …]
|
| /third_party/libbpf/ |
| D | README.md | 2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width… 3 <img src="assets/libbpf-logo-sideways.png" width="40%"> 10 [](https://… 16 *Please use this Github repository for building and packaging libbpf 19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source 20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under 22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf), 23 please don't open PRs here unless you are changing Github-specific parts of libbpf 24 (e.g., Github-specific Makefile). 32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap) [all …]
|
| /third_party/mesa3d/docs/ |
| D | precompiled.rst | 7 others one has to use unofficial channels. 11 - Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka 12 - Fedora - Corp: erp and che 13 - OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11 14 - Gentoo/Archlinux - officially provided/supported
|
| D | install.rst | 11 ----------------------------- 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 30 - GCC 4.2.0 or later (some parts of Mesa may require later versions) 31 - Clang - exact minimum requirement is currently unknown. 32 - Microsoft Visual Studio 2019 Version 16.11 or later and 38 - `Python <https://www.python.org/>`__ - Python 3.5 or newer is required. 39 - `Python Mako module <http://www.makotemplates.org/>`__ - Python Mako 41 - Lex / Yacc - for building the Mesa IR and GLSL compiler. 47 .. code-block:: console [all …]
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | requirements.md | 10 It is required to use Clang 5.0 or greater. 16 Download and install the official pre-built binary from 20 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing 26 pacman -S mingw64/mingw-w64-x86_64-clang 31 If you use Homebrew: 37 If you use MacPorts: 43 #### Debian-based Linuxes 46 # apt install llvm-dev libclang-dev clang 54 # pacman -S clang 57 #### Fedora subsubsection [all …]
|
| /third_party/libwebsockets/contrib/abi/ |
| D | README.md | 9 The tools used are the abi-\* family available at https://github.com/lvc/ and 10 some example output is here: http://abi-laboratory.pro/tracker/timeline/libuv/ 13 data, so past versions are compared and in-development code can be compared as 21 ------------ 23 The abi monitoring stuff is now packaged in, eg, fedora, which is a lot 27 # dnf install abi-tracker vtable-dumper 33 make prefix=/usr/local target=abi-tracker 36 means. (Although in the case of needing "elfutils-libelf-devel", it may 37 crash during install of vtable-dumper without giving a nice list) 41 --------------------- [all …]
|
| /third_party/skia/site/about/ |
| D | _index.html | 1 --- 7 --- 11 <p class="h3 mt-5"> 16 by Google, but is available for use by anyone under the BSD Free Software 24 …blocks/feature icon="fa-lightbulb" title="Roadmap" url="https://docs.google.com/document/d/1LSdO3I… 26 Check out the high level themes we have on tap the next 6-12 months. Note it is a living 31 {{< blocks/feature icon="fa-lightbulb" title="Supported Platforms" >}} 37 Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+ 43 {{< blocks/feature icon="fas fa-envelope-square" title="Subscribe"
|
| /third_party/python/Tools/wasm/ |
| D | README.md | 3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.** 7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds 9 use WASM runtimes such as *wasmtime*. 11 Users and developers are encouraged to use the script 15 ## wasm32-emscripten build 18 target (``--with-emscripten-target=browser``) is optimized for browsers. 23 Cross compiling to the wasm32-emscripten platform needs the 29 build dependencies, WASI-SDK, wasmtime, and several additional tools. 34 # Fedora, RHEL, CentOS 35 podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z -w /python-wasm/cpython quay.io/tiran/cpythonb… [all …]
|
| /third_party/backends/doc/descriptions-external/ |
| D | kodak-twain.desc | 1 :backend "kodak-twain" ; name of backend 32 :comment "Reported to work on Fedora 12." 80 :comment "Flatbed attachment for use with Kodak ADF scanner. Requires 12V power over usb cable. No … 86 :comment "Flatbed attachment for use with Kodak ADF scanner. Requires 12V power over usb cable. No …
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_PROXY_SSL_OPTIONS.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLOPT_PROXY_SSLVERSION (3) 9 - CURLOPT_PROXY_SSL_CIPHER_LIST (3) 10 - CURLOPT_SSLVERSION (3) 11 - CURLOPT_SSL_CIPHER_LIST (3) 12 --- 16 CURLOPT_PROXY_SSL_OPTIONS - HTTPS proxy SSL behavior options 34 Tells libcurl to not attempt to use any workarounds for a security flaw in the [all …]
|