Home
last modified time | relevance | path

Searched +full:use +full:- +full:debian (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .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 …]
Dbuild-rust.sh3 # Note that this script is not actually "building" rust, but build- is the
6 set -ex
11 mkdir -p $HOME/.cargo
12 ln -s /usr/local/bin $HOME/.cargo/bin
14 # For rust in Mesa, we use rustup to install. This lets us pick an arbitrary
15 # version of the compiler, rather than whatever the container's Debian comes
18 # Pick the rust compiler (1.48) available in Debian stable, and pick a specific
20 wget https://sh.rustup.rs -O - | \
21 sh -s -- -y --default-toolchain 1.49.0-2020-12-31
23 # Set up a config script for cross compiling -- cargo needs your system cc for
[all …]
/third_party/lame/debian/
Dchangelog3 * New update of the debian infra-structure.
4 * debian/rules:
6 + Use the --parallel flag so that building in parallel is supported.
7 * debian/control:
8 + Rewrap the Build-Depends field for legibility.
9 + Change B-D on nasm to allow any i386 platform (no amd64, though).
10 + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in
11 debian/rules.
12 + Fix lintian's debhelper-but-no-misc-depends from the binary packages.
15 * debian/changelog:
[all …]
Dcopyright8 Upstream Authors: The LAME team <lame-dev@lists.sf.net>.
10 Copyright © 1999-2009 The LAME team <lame-dev@lists.sf.net> and contributors.
25 MA 02110-1301, USA.
29 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
30 Can I use LAME in my commercial program?
46 The decoding functions provided in LAME use the mpglib decoding engine which
49 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
51 On Debian systems, the complete text of the GNU Library General Public
52 License can be found in `/usr/share/common-licenses/LGPL-2'.
54 The Debian packaging is © 2005-2009, Rogério Brito <rbrito@users.sf.net>
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml1 .lava-test:
6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"
14 # per-job build artifacts
15 BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/${CI_PROJECT_NAME}-${ARCH}.tar.gz"
16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
22 - ./artifacts/lava/lava-submit.sh
27 - results/
29 - results/*.shader_cache
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
21 # Use ccache transparently, and print stats before/after
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
[all …]
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile1 FROM debian:10.3
5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
9 # Note that the hosts that use these drivers will also need the newer version of libdrm2
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[all …]
/third_party/libphonenumber/debian/
Drules1 #!/usr/bin/make -f
2 # -*- makefile -*-
7 # you may not use this file except in compliance with the License.
10 # http://www.apache.org/licenses/LICENSE-2.0
24 JAVA_HOME := /usr/lib/jvm/default-java
29 CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/usr
40 CFLAGS += -O0
42 CFLAGS += -O2
45 INSTALL_PROGRAM += -s
49 MAKEFLAGS += -j$(NUMJOBS)
[all …]
Dcopyright1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: libphonenumber
3 Upstream-Contact: Fredrik Roubert <roubert@google.com>
14 License: Apache-2.0
15 On Debian systems, the full text of the Apache
17 `/usr/share/common-licenses/Apache-2.0'.
22 Copyright: 1998-2002, Lucent Technologies
27 Copyright: 2006-2012, The Chromium Authors
30 Files: debian/*
33 License: Apache-2.0
[all …]
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md3 ## DBUS-related distro packages
5 Fedora: dbus-devel
6 Debian / Ubuntu: libdbus-1-dev
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
30 `/usr/lib[64]/dbus-1.0/include`... if not given externally, lws cmake will
[all …]
/third_party/cups-filters/
DCOPYING1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: cups-filters
3 Upstream-Contact: OpenPrinting <printing-architecture@lists.linux-foundation.org>
4 Source: http://www.openprinting.org/download/cups-filters/
7 Copyright: 1993-2007 Easy Software Products
8 2007-2011 Apple Inc.
10 2006-2012 BBR Inc.
11 2008-2016 Till Kamppeter
13 2003-2006 Red Hat, Inc.
14 2003-2006 Tim Waugh
[all …]
DNEWS1 NEWS - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24
2 ------------------------------------------------------
6 - libcupsfilters: In PPD generator create only one *cupsFilter2:
7 line for raster. Only use the most desirable/reliable format,
9 - libcupsfilters: In get_printer_attributes() poll
10 "media-col-database" separately if needed. On some printers
11 one gets "media-col-database" only this way. Ofte reveals
14 - libcupsfilters: Let PPD generator also parse
15 "media-col-ready" IPP attribute. "media-col-ready" lists the
16 loaded media, in contrary to "media-ready" as list of
[all …]
/third_party/libphonenumber/cpp/
DREADME6 This project uses some third-party code:
7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go.
11 -----------------------------------
12 In recent Debian-based distributions you may be able to simply install the
16 - Use this if you just need to use or link against the library:
17 $ sudo apt-get install libphonenumber8 libphonenumber-dev
20 - Use this if you wish to develop or debug the library:
21 $ sudo apt-get source libphonenumber
23 The latest packages can be found on the Debian packages site:
24 https://packages.debian.org/search?searchon=names&keywords=libphonenumber
[all …]
/third_party/f2fs-tools/
DVERSIONING1 -------------------
3 -------------------
5 > https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
12 strange because they are trying to use some abstract concept that is
13 OS-independent. I don't use libtool because I find it horribly
32 and many packages don't use it at all. The minor number is also
38 So many modern Linux shared libraries will only use the major and
52 So if you change any of the library's function signatures --- and this
53 includes changing a type from a 32-bit integer to a 64-bit integer,
56 use libfoo.so.5. That's really the key --- will a program linked
[all …]
/third_party/lame/
DChangeLog3 -==================-
5 - All dates/times are in GMT.
6 - Generated from svn log entries (svn2cl)
8 --
10 2019-07-23 12:20 robert
15 2019-07-23 09:34 robert
21 2019-07-23 09:18 robert
26 2019-07-19 13:27 robert
30 `eov->bitrate_index <= cfg->vbr_max_bitrate_index' failed
37 2019-06-28 13:05 robert
[all …]
/third_party/rust/crates/is-terminal/
DREADME.md2 <h1><code>is-terminal</code></h1>
9 …="https://github.com/sunfishcode/is-terminal/actions?query=workflow%3ACI"><img src="https://github…
10 …<a href="https://crates.io/crates/is-terminal"><img src="https://img.shields.io/crates/v/is-termin…
11 …<a href="https://docs.rs/is-terminal"><img src="https://docs.rs/is-terminal/badge.svg" alt="docs.r…
15 is-terminal is a simple utility that answers one question:
23 On Unix-family platforms, this is effectively the same as the [`isatty`]
25 high-level stream types instead of raw file descriptors.
31 [PR \#54] port to windows-sys applied. The only additional difference is that
42 use is_terminal::IsTerminal;
55 This library is tested on both Unix-family and Windows platforms.
[all …]
/third_party/openssl/
DNOTES-PERL.md4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
26 `perl-core` rather than just `perl`.
[all …]
/third_party/node/deps/openssl/openssl/
DNOTES-PERL.md4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
26 `perl-core` rather than just `perl`.
[all …]
/third_party/libbpf/src/
Dlibbpf_probes.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
24 * can use to get a proper LINUX_VERSION_CODE.
26 * Ubuntu 5.4.0-12.15-generic 5.4.8
53 /* On Debian LINUX_VERSION_CODE doesn't correspond to info.release.
55 * Debian 10 looks like the below.
57 * utsname::release 4.19.0-22-amd64
58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29)
68 p = strstr(info->version, "Debian "); in get_debian_kernel_version()
70 /* This is not a Debian kernel. */ in get_debian_kernel_version()
74 if (sscanf(p, "Debian %u.%u.%u", &major, &minor, &patch) != 3) in get_debian_kernel_version()
[all …]
/third_party/glfw/docs/
Dcompile.dox8 build applications that use GLFW, see @ref build_guide.
14 for a particular development environment. If you are on a Unix-like system such
21 chosen development environment and then use them to compile the actual GLFW
40 @subsubsection compile_deps_mingw Dependencies for MinGW or MinGW-w64 on Windows
42 Both the MinGW and the MinGW-w64 packages already contain all the necessary
47 @subsubsection compile_deps_mingw_cross Dependencies for MinGW or MinGW-w64 cross-compilation
49 Both Cygwin and many Linux distributions have MinGW or MinGW-w64 packages. For
50 example, Cygwin has the `mingw64-i686-gcc` and `mingw64-x86_64-gcc` packages
51 for 32- and 64-bit version of MinGW-w64, while Debian GNU/Linux and derivatives
52 like Ubuntu have the `mingw-w64` package for both.
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml1 .llvmpipe-test:
3 - .llvmpipe-rules
7 FLAKES_CHANNEL: "#mesa-swrast-ci"
10 llvmpipe-piglit-cl:
12 - .test-cl
13 - .piglit-test
14 - .llvmpipe-test
15 - .llvmpipe-cl-rules
20 PIGLIT_RESULTS: "llvmpipe-cl"
22 -x bswap -x phatk -x clz-optimizations
[all …]
/third_party/ltp/testcases/kernel/security/integrity/ima/
DREADME.md28 `ima-buf` template should be specified in the IMA policy rule for
31 measure func=KEY_CHECK keyrings=key_import_test template=ima-buf
34 Executing on kernel v5.11 or later, `template=ima-buf` is optional in the IMA
91 * Select package `dracut-ima` (required for early boot EVM support) for installation
92 (Debian based distros already contain IMA + EVM support in `dracut` package)
96 # user_key=$(keyctl add user kmk-user "`dd if=/dev/urandom bs=1 count=32 2>/dev/null`" @u)
97 # keyctl pipe "$user_key" > /etc/keys/kmk-user.blob
98 # evm_key=$(keyctl add encrypted evm-key "new user:kmk-user 64" @u)
102 MASTERKEY="/etc/keys/kmk-user.blob"
107 # mount -t securityfs security /sys/kernel/security
[all …]
/third_party/lwip/src/netif/ppp/
DPPPD_FOLLOWUP11 == Patch fetched from from pppd Debian packages ==
14 Debian and this is a good place to be.
16 - LCP adaptive echo, so that we don't send LCP echo request if we
20 - IPCP no/replace default route option, were added in the early stage of
26 - using rp-pppoe pppd exits with EXIT_OK after receiving a timeout waiting
28 in Debian but not in the latest (at the time when the port were started)
34 2010-03-06 - Document +ipv6 and ipv6cp-accept-local
40 2010-03-06 - Install pppol2tp plugins with sane permissions
46 2010-03-07 - pppd: Terminate correctly if lcp_lowerup delayed calling
50 Merged 2012-05-17.
[all …]

12345678910>>...12