Home
last modified time | relevance | path

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

1234567

/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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
41 3. If you make modifications to LAME, you *must* release these
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/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
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/libbpf/src/
Dlibbpf_probes.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
21 /* On Ubuntu LINUX_VERSION_CODE doesn't correspond to info.release,
26 * Ubuntu 5.4.0-12.15-generic 5.4.8
29 * uname() call will return 5.4.0 in info.release.
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)
61 * uname() call will return 4.19.0 in info.release.
68 p = strstr(info->version, "Debian "); in get_debian_kernel_version()
[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/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/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/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)
29 pppd release.
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
[all …]
/third_party/benchmark/
Ddependencies.md6 * Debian stable AND
10 16.04 (Xenial), Ubuntu 18.04 (Bionic), and Debian stretch.
15 The current supported version is cmake 3.5.1 as of 2018-06-06.
18 release, as `cmake3`._
/third_party/skia/docker/cmake-release/
DDockerfile1 # Dockerfile for building Skia in release mode, using CMake.
4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
11 clang-11 \
12 build-essential \
14 libfreetype6-dev \
15 libfontconfig-dev \
16 libgl1-mesa-dev \
17 libglu1-mesa-dev \
18 libxi-dev \
[all …]
/third_party/ltp/ci/
Ddebian.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
5 # workaround for missing oldstable-updates repository
6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
14 apt="apt install -y --no-install-recommends"
17 acl-dev \
22 build-essential \
30 libacl1-dev \
31 libaio-dev \
[all …]
/third_party/mesa3d/docs/relnotes/
D9.1.2.rst1 Mesa 9.1.2 Release Notes / April 30th, 2013
4 Mesa 9.1.2 is a bug fix release which fixes bugs found since the 9.1.1
5 release.
15 -------------
19 df2aab86ff4a510ce5b0d074caa0a59f MesaLib-9.1.2.tar.bz2
20 415c2bc3a9eb571aafbfa474ebf5a2e0 MesaLib-9.1.2.tar.gz
21 b1ae5a4d9255953980bc9254f5323420 MesaLib-9.1.2.zip
24 ------------
29 ---------
33 - `Bug 44567 <https://bugs.freedesktop.org/show_bug.cgi?id=44567>`__ -
[all …]
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
4 Mesa 20.1.3 is a bug fix release which fixes bugs found since the 20.1.2
5 release.
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
[all …]
D18.2.2.rst1 Mesa 18.2.2 Release Notes / October 5, 2018
4 Mesa 18.2.2 is a bug fix release which fixes bugs found since the 18.2.1
5 release.
16 ----------------
20 SHA256: c51711168971957037cc7e3e19e8abe1ec6eeab9cf236d419a1e7728a41cac8a mesa-18.2.2.tar.gz
21 SHA256: c3ba82b12a89d3d9fed2bdd96b4702dbb7ab675034650a8b1b718320daf073c4 mesa-18.2.2.tar.xz
24 ------------
29 ---------
31 - `Bug 104602 <https://bugs.freedesktop.org/show_bug.cgi?id=104602>`__
32 - [apitrace] Graphical artifacts in Civilization VI on RX Vega
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/node/
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python](#note-about-python)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-mingw-source-deps.sh3 CMAKE_TOOLCHAIN_MINGW_PATH=$wd/.gitlab-ci/container/debian/x86_mingw-toolchain.cmake
4 mkdir -p ~/tmp
7 # Building DirectX-Headers
8 git clone https://github.com/microsoft/DirectX-Headers -b v1.606.3 --depth 1
9 mkdir -p DirectX-Headers/build
10 pushd DirectX-Headers/build
12 --backend=ninja \
13 --buildtype=release -Dbuild-test=false \
14 -Dprefix=/usr/x86_64-w64-mingw32/ \
15 --cross-file=$wd/.gitlab-ci/x86_64-w64-mingw32
[all …]
Dx86_test-vk.sh5 set -e
6 set -o xtrace
15 g++-mingw-w64-i686-posix \
16 g++-mingw-w64-x86-64-posix \
17 glslang-tools \
18 libexpat1-dev \
20 libgbm-dev \
21 libgles2-mesa-dev \
22 liblz4-dev \
23 libpciaccess-dev \
[all …]
/third_party/skia/infra/bots/assets/armhf_sysroot/
DREADME.md1 ARM (hard float) sysroot for cross-compiling c++ code on a x86_64 Linux bot.
3 Run create_and_upload which installs the following debian packages and turns them
6 libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf
8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the
9 include paths if that number changed from the previous release (currently 4.8.4).
/third_party/lz4/contrib/meson/
DREADME.md5 It aims to do this by providing simple, out-of-the-box support for
16 meson setup --buildtype=release -Ddefault_library=shared -Dprograms=true builddir
34 See [man meson(1)](https://manpages.debian.org/testing/meson/meson.1.en.html).
/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/mesa3d/.gitlab-ci/container/
Dbuild-libclc.sh3 set -ex
5 export LLVM_CONFIG="llvm-config-11"
7 $LLVM_CONFIG --version
9 git config --global user.email "mesa@example.com"
10 git config --global user.name "Mesa CI"
12 https://github.com/llvm/llvm-project \
13 --depth 1 \
14 -b llvmorg-12.0.0-rc3 \
15 /llvm-project
19-S /llvm-project/libclc -B . -G Ninja -DLLVM_CONFIG=$LLVM_CONFIG -DLIBCLC_TARGETS_TO_BUILD="spirv-
[all …]
/third_party/mesa3d/docs/drivers/
Dllvmpipe.rst5 ------------
10 to x86, x86-64, or ppc64le machine code. Also, the driver is
15 ------------
17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for
25 Vector-Scalar Facility) is recommended if supported AND Mesa is built
30 - Unless otherwise stated, LLVM version 3.9 or later is required.
32 For Linux, on a recent Debian based distribution do:
34 .. code-block:: console
36 aptitude install llvm-dev
38 If you want development snapshot builds of LLVM for Debian and
[all …]
/third_party/ltp/doc/
DTest-Writing-Guidelines.asciidoc9 https://github.com/linux-test-project/ltp/wiki/C-Test-API[C Test API],
10 https://github.com/linux-test-project/ltp/wiki/Shell-Test-API[Shell Test API],
11 …https://github.com/linux-test-project/ltp/wiki/LTP-Library-API-Writing-Guidelines[LTP Library API …
14 tagged with an ID like +LTP-XXX+. There will be a corresponding entry
16 https://github.com/linux-test-project/ltp/tree/master/doc/rules.tsv[doc/rules.tsv]. When
17 you run 'make check' or 'make check-test' it will display these IDs as
53 It's a good idea to make the test as self-contained as possible too, ideally
125 https://www.kernel.org/doc/html/latest/process/coding-style.html
130 Run `make check` in the test's directory and/or use `make check-$TCID`,
138 2.1.1 LTP-004: Test executable symbols are marked static
[all …]

1234567