Home
last modified time | relevance | path

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

123456789

/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/backends/
D.gitlab-ci.yml1 # .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 …]
DREADME.solaris5 http://ginfo.egim-mrs.fr/article.php3?id_article=44
8 To: sane-devel@lists.alioth.debian.org
9 Subject: [sane-devel] USB scanners DO work on Solaris 10 x86
13 with built-in USB scanner support. It was possible, because Sun had prepared
15 Express Release 08/04 is required. I have done it in that way:
17 CFLAGS="-I/usr/sfw/include"
18 CPPFLAGS="-I/usr/sfw/include"
19 LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib -lusb"
21 ./configure --prefix=/opt/sane --disable-fork-process
26 prtconf -D -v
[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
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/curl/docs/
DDISTROS.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 <!-- markdown-link-check-disable -->
13 distro. Those marked *Rolling Release* typically run the latest version of curl
14 and are therefore less likely to have back-ported patches to older versions.
16 We discuss curl distro issues, patches and collaboration on the [curl-distros
17 mailing list](https://lists.haxx.se/listinfo/curl-distros).
21 - curl package source and patches: curl package source and patches
22 - curl issues: https://bugs.almalinux.org/view_all_bug_page.php click Category and choose curl
[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/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/curl/
DDockerfile3 # SPDX-License-Identifier: curl
5 # Self-contained build environment to match the release environment.
7 # Build and set the timestamp for the date corresponding to the release
9 # docker build --build-arg SOURCE_DATE_EPOCH=1711526400 --build-arg UID=$(id -u) --build-arg GID=…
13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -…
15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
21 # $ autoreconf -fi
[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/backends/ChangeLogs/
DChangeLog-1.0.211 ****** Release of sane-backends 1.0.21. End of code freeze ******
3 2010-04-25 Chris Bagwell <chris at cnpbagwell do com>
4 * tools/sane-config.in: Fix typo: REGMGR=RESMGR.
6 2010-04-21 m. allan noah <kitno455 at gmail dot com>
7 * tools/.gitignore: add sane-backends.pc
11 2010-04-20 Chris Bagwell <chris at cnpbagwell do com>
12 * doc/descriptions-external/epkowa.desc: Updated based
13 on values that will be in next release of iscan.
14 Updated 4 pre-existing SCSI models with commonly used
16 to be correctly detected using auto-generated hal and udev
[all …]
DChangeLog-1.0.221 ****** Release of sane-backends 1.0.22. End of code freeze ******
3 2011-02-10 m. allan noah <kitno455 at gmail dot com>
7 2011-02-04 Stéphane Voltz <stef.dev@free.fr>
11 2011-02-02 Stéphane Voltz <stef.dev@free.fr>
15 2011-01-31 Stéphane Voltz <stef.dev@free.fr>
20 2011-01-31 m. allan noah <kitno455 at gmail dot com>
22 - comment changes
23 - added new models
25 doc/sane-fujitsu.man: fujitsu backend v106,
26 - added new models
[all …]
DChangeLog-1.0.273 Date: 2017-05-22 11:16:40 -0400
5 SANE-backends release 1.0.27
8 release tarball.
10 Improved release docs.
16 Wrote release notes.
19 Author: Rolf Bensch <roben-guest@alioth.debian.org>
20 Date: 2017-05-20 14:13:19 +0200
22 pixma: i-SENSYS MF240 Series is working
26 Date: 2017-05-19 20:24:14 -0400
31 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
[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 …]
/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/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/build/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).

123456789