| /third_party/skia/infra/gcc/Debian10-x86/ |
| D | Dockerfile | 1 FROM debian:10-slim 3 RUN dpkg --add-architecture i386 && \ 4 apt-get update && apt-get upgrade -y && apt-get install -y \ 5 build-essential \ 6 ca-certificates \ 7 g++-multilib \ 8 libfontconfig-dev:i386 \ 9 libglu-dev:i386 \ 11 && rm -rf /var/lib/apt/lists/*
|
| /third_party/lame/ |
| D | ChangeLog | 3 -==================- 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 …]
|
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2024 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 56 --> 63 …<policyitem type="compatibility" name="LGPL-2.0+" path="libmp3lame/.*" rule="may" group="defaultGr… 66 …<policyitem type="compatibility" name="LGPL-2.0+" path="include/.*" rule="may" group="defaultGroup… 67 …<policyitem type="compatibility" name="LGPL-2.0+" path="mpglib/.*" rule="may" group="defaultGroup"… 76 <filteritem type="filepath" name="debian/.*" desc="for Debian, not used"/> [all …]
|
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_util.py | 81 self.assertEqual(get_platform(), 'win-amd64') 91 'root:xnu-792.25.20~1/RELEASE_I386'), 'i386')) 95 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 96 '-fwrapv -O3 -Wall -Wstrict-prototypes') 99 sys.maxsize = (2 ** 31)-1 101 self.assertEqual(get_platform(), 'macosx-10.3-i386') 108 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot ' 110 '-fno-strict-aliasing -fno-common ' 111 '-dynamic -DNDEBUG -g -O3') 113 self.assertEqual(get_platform(), 'macosx-10.4-fat') [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .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/backends/ |
| D | README.solaris | 5 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 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 33 add_drv -i 'usb7b3,17.100' ugen [all …]
|
| /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/lame/debian/ |
| D | changelog | 3 * 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 …]
|
| /third_party/python/Lib/test/ |
| D | test_sysconfig.py | 146 # before bpo-45413, here we assert the posix_venv scheme does not regress 151 'site-packages') 168 # before bpo-45413, here we assert the posix_venv scheme does not regress 171 libpath = os.path.join('Lib', 'site-packages') 228 self.assertEqual(get_platform(), 'win-amd64') 238 'root:xnu-792.25.20~1/RELEASE_I386'), 'PowerPC')) 242 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 243 '-fwrapv -O3 -Wall -Wstrict-prototypes') 248 self.assertEqual(get_platform(), 'macosx-10.3-ppc') 250 self.assertEqual(get_platform(), 'macosx-10.3-ppc64') [all …]
|
| D | test_platform.py | 22 LOGO=fedora-logo-icon 25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/" 39 ID_LIKE=debian 45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 66 IN-VALID=value 85 cmd = "-c", "import platform; print(platform.architecture())" 174 ("2.7.4 (IronPython 2.7.4 (2.7.0.40) on Mono 4.0.30319.1 (32-bit))", None, "cli") 177 "Mono 4.0.30319.1 (32-bit)"), 219 self.assertEqual(res[-6], res.system) 221 self.assertEqual(res[-5], res.node) [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_test-vk.sh | 5 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/python/Doc/using/ |
| D | unix.rst | 3 .. _using-on-unix: 16 -------- 29 https://www.debian.org/doc/manuals/maint-guide/first.en.html 30 for Debian users 33 …https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating… 35 http://www.slackbook.org/html/package-management-making-packages.html 40 ---------------------- 48 pkg_add -r python 50 …pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<ver… 52 For example i386 users get the 2.5.1 version of Python using:: [all …]
|
| /third_party/ltp/ |
| D | INSTALL | 2 ------------ 7 Debian / Ubuntu 9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev 13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d… 17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers 23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config 31 ------------- 37 $ mkdir -p $TOP_BUILDDIR 40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios. 41 - $TOP_SRCDIR and $TOP_BUILDDIR differ for out-of-build-tree scenarios. [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/python/ |
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/protobuf/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/protobuf/third_party/googletest/googlemock/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-03-23' 32 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/libsnd/docs/ |
| D | index.md | 1 --- 4 --- 13 There are also pre-compiled binaries available for 32 and 64 bit windows. 15 It was designed to handle both little-endian (such as WAV) and big-endian (such 16 as AIFF) data, and to compile and run correctly on little-endian (such as Intel 17 and DEC/Compaq Alpha) processor systems as well as big-endian processor systems 25 * Every platform supported by Debian GNU/Linux including x86_64-linux-gnu, 26 i486-linux-gnu, powerpc-linux-gnu, sparc-linux-gnu, alpha-linux-gnu, 27 mips-linux-gnu and armel-linux-gnu. 28 * powerpc-apple-darwin7.0 (Mac OS X 10.3) [all …]
|