Searched +full:libfontconfig1 +full:- +full:dev (Results  1 – 8 of 8) sorted by relevance
| /external/oss-fuzz/projects/libass/ | 
| D | Dockerfile | 7 #      http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder
 18 RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfontconfig1-d…
 21 RUN git clone --depth 1 https://github.com/libass/libass.git
 22 RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
 
 | 
| /external/perfetto/infra/ci/sandbox/ | 
| D | Dockerfile | 7 #      http://www.apache.org/licenses/LICENSE-2.021 RUN set -ex; \
 23     echo deb http://deb.debian.org/debian buster-backports main > \
 25     apt-get update; \
 26     apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \
 27                        libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \
 28                        gnupg2 pkg-config zip g++ zlib1g-dev unzip \
 29                        python3-distutils gcc-7 g++-7; \
 30     apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \
 31     update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \
 [all …]
 
 | 
| /external/ImageMagick/.github/workflows/ | 
| D | daily.yml | 4   - cron: 0 6 * * *9     name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
 12     runs-on: ubuntu-latest
 15       fail-fast: false
 19         modules: [ 'with-modules', 'without-modules' ]
 21           - quantum: 8
 23           - quantum: 32
 25           - quantum: 64
 29     - name: Install dependencies
 31         set -e
 [all …]
 
 | 
| /external/cronet/build/ | 
| D | install-build-deps.sh | 1 #!/bin/bash -e4 # Use of this source code is governed by a BSD-style license that can be
 13   echo "Usage: $0 [--options]"
 15   echo "--[no-]syms: enable or disable installation of debugging symbols"
 16   echo "--lib32: enable installation of 32-bit libraries, e.g. for V8 snapshot"
 17   echo "--[no-]android: enable or disable installation of android dependencies"
 18   echo "--[no-]arm: enable or disable installation of arm cross toolchain"
 19   echo "--[no-]chromeos-fonts: enable or disable installation of Chrome OS"\
 21   echo "--[no-]nacl: enable or disable installation of prerequisites for"\
 23   echo "--[no-]backwards-compatible: enable or disable installation of packages
 [all …]
 
 | 
| /external/angle/build/ | 
| D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be23   output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
 31 def package_exists(package_name: str) -> bool:
 38   parser.add_argument("--syms",
 42       "--no-syms",
 48       "--lib32",
 50       help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
 53       "--android",
 58       "--no-android",
 63   parser.add_argument("--arm",
 [all …]
 
 | 
| /external/skia/toolchain/ | 
| D | download_linux_amd64_toolchain.bzl | 4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to12   (See https://bazel.build/docs/output_directories#layout-diagram)
 21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
 26     # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
 37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u…
 40         # From https://packages.debian.org/buster/amd64/linux-libc-dev/download
 42 …"url": "https://security.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_4.19.…
 45         # From https://packages.debian.org/buster/amd64/libc6-dev/download
 47 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6-dev_2.28-10+de…
 50     # libx11-dev puts libX11.a in ${PWD}/usr/lib/x86_64-linux-gnu
 [all …]
 
 | 
| /external/rust/crates/plotters/ | 
| D | README.md | 1 # Plotters - A Rust drawing library focus on data plotting for both WASM and native applications  …12 <a href="https://plotters-rs.github.io/rustdoc/plotters/">
 13 …<img style="display: inline! important" src="https://img.shields.io/badge/docs-development-lightgr…
 16 … rendering figures, plots, and charts, in pure rust. Plotters supports various types of back-ends,
 19 - A new Plotters Developer's Guide is working in progress. The preview version is available at [her…
 20 - To try Plotters with interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/p…
 21 - To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.htm…
 22 - Currently we have all the internal code ready for console plotting, but a console based backend i…
 23 - Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for deta…
 24 - Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
 [all …]
 
 | 
| /external/rust/crates/plotters/src/ | 
| D | lib.rs | 4 # Plotters - A Rust drawing library focus on data plotting for both WASM and native applications  …15 <a href="https://plotters-rs.github.io/rustdoc/plotters/">
 16 …<img style="display: inline! important" src="https://img.shields.io/badge/docs-development-lightgr…
 19 …r rendering figures, plots, and charts, in pure rust. Plotters supports various types of back-ends,
 22 - A new Plotters Developer's Guide is working in progress. The preview version is available at [her…
 23 - To try Plotters with interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/p…
 24 - To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.htm…
 25 - Currently we have all the internal code ready for console plotting, but a console based backend i…
 26 - Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for deta…
 27 - Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
 [all …]
 
 |