Home
last modified time | relevance | path

Searched +full:gettext +full:- +full:devel (Results 1 – 25 of 25) sorted by relevance

/third_party/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
19 ------------
27 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
29 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
34 --------------------
41 audit-libs-devel \
43 bzip2-devel \
44 CUnit-devel \
48 gettext \
49 glib2-devel \
[all …]
/third_party/grpc/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
19 …# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x6…
21 FROM quay.io/pypa/manylinux2014_x86_64:2024-09-09-f386546
27 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
/third_party/grpc/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
19 …# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x8…
21 FROM quay.io/pypa/manylinux2014_i686:2024-09-09-f386546
27 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
/third_party/alsa-utils/utils/
Dalsa-utils.spec.in4 Summary: Advanced Linux Sound Architecture (ALSA) - Utils
5 Name: alsa-utils
10 Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{ver}.tar.bz2
11 BuildRoot: %{_tmppath}/%{name}-%{version}-root
12 URL: http://www.alsa-project.org
13 Requires: alsa-lib ncurses
14 BuildRequires: alsa-lib-devel ncurses-devel gettext
18 Advanced Linux Sound Architecture (ALSA) - Utils
22 - add gettext to BuildRequires
23 - add more files (see alsa bug#2139)
[all …]
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_64_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
25 python3-pip
35 clang-devel
37 flatbuffers-compiler
39 gcc-c++
40 gettext
42 kernel-headers
[all …]
/third_party/alsa-utils/.github/workflows/
Dbuild.yml1 name: Build alsa-utils
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
16 - name: Checkout alsa-lib
19 repository: alsa-project/alsa-lib
21 path: alsa-lib
22 - name: Configure alsa-lib
24 cd alsa-lib
[all …]
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86…
19 FROM quay.io/pypa/manylinux2014_i686:2024-09-09-f386546
25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1'
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1'
31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1'
32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1'
33 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1'
34 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1'
[all …]
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64…
19 FROM quay.io/pypa/manylinux2014_x86_64:2024-09-09-f386546
25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1'
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1'
31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1'
32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1'
33 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1'
34 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1'
[all …]
/third_party/popt/ci/
DDockerfile2 MAINTAINER rpm-maint@lists.rpm.org
6 RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf
7 RUN rm -f /etc/yum.repos.d/*modular.repo
8 RUN dnf -y update
9 RUN dnf -y install \
13 gettext-devel \
22--enable-werror CFLAGS="-Wall -Wdeclaration-after-statement -Wextra -Wmissing-format-attribute -Wm…
25 CMD make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/third_party/libexif/
DREADME2 -------
5 -----------
8 intended to replace lots of redundant implementations in command-line
13 --------
16 has gettext support. All EXIF tags described in EXIF standard 2.1 (and most
22 ------------
25 GNU gettext will be used for language translation, if available.
29 -----------
32 work needs to be done. Note that libmnote has been merged with libexif - it
37 -----
[all …]
Dconfig.h15 /* Define if the GNU gettext() function is already present or preinstalled. */
54 /* Define to the sub-directory where libtool stores uninstalled libraries. */
61 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
92 /* Define for large files, on AIX-style hosts. */
DChangeLog1 2016-09-01 Dan Fandrich <dan@coneharvesters.com>
7 2014-01-05 Dan Fandrich <dan@coneharvesters.com>
11 2013-07-13 Dan Fandrich <dan@coneharvesters.com>
20 2013-02-23 Dan Fandrich <dan@coneharvesters.com>
24 2012-07-12 Dan Fandrich <dan@coneharvesters.com>
27 This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of
29 * Fixed an off-by-one error in exif_convert_utf16_to_utf8()
30 This can cause a one-byte NUL write past the end of the buffer.
31 This fixes CVE-2012-2840
32 * Don't read past the end of a tag when converting from UTF-16
[all …]
/third_party/backends/
DREADME11 http://www.sane-project.org/
14 sometimes beta releases of sane-backends. These are unstable development
19 http://www.sane-project.org/sane-frontends.html.
32 Pre-built binaries:
37 Ubuntu PPA https://launchpad.net/~sane-project/+archive/ubuntu/sane-release
39 sudo add-apt-repository ppa:sane-project/sane-release
41 sudo apt install libsane libsane-common sane-utils
49 - GNU make: version 3.70 or newer
51 - ISO C99 compiler: GNU C (gcc) is recommended for best results,
59 packages (e.g. usb.h in libusb-devel or libusb-dev). These must also be
[all …]
/third_party/elfutils/config/
Delfutils.spec.in1 # -*- rpm-spec-*-
7 Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2
10 Requires: elfutils-libelf = %{version}-%{release}
11 Requires: elfutils-libs = %{version}-%{release}
13 Requires: elfutils-debuginfod-client = %{version}-%{release}
17 BuildRequires: gcc-c++
19 BuildRequires: gettext
24 BuildRequires: zlib-devel
25 BuildRequires: bzip2-devel
26 BuildRequires: xz-devel
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.0.41 ************************ Release of sane-backends 1.0.4 **********************
3 2000-12-22 Henning Meier-Geinitz <hmg@gmx.de>
6 sane-backends (from Oliver Rauch <Oliver.Rauch@Wolfsburg.DE).
7 * sane.lsm Removed (renamed to sane-backends.lsm).
8 * sane-backends.lsm New file. Package name is sane-backends instead
12 2000-12-17 Henning Meier-Geinitz <hmg@gmx.de>
16 2000-12-17 Henning Meier-Geinitz <hmg@gmx.de>
20 2000-12-16 Jochen Eisinger <jochen.eisinger@gmx.net>
22 * TODO: removed entry about net.c seg-faulting when saned isn't
23 loaded or timed-out
[all …]
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
14 Updated 4 pre-existing SCSI models with commonly used
16 to be correctly detected using auto-generated hal and udev
19 2010-04-18 m. allan noah <kitno455 at gmail dot com>
[all …]
DChangeLog-1.0.273 Date: 2017-05-22 11:16:40 -0400
5 SANE-backends release 1.0.27
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>
32 Date: 2017-05-15 21:37:34 +0900
38 Date: 2017-05-14 21:34:36 -0400
45 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
[all …]
DChangeLog-1.0.282 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
3 Date: 2019-07-31 20:39:43 +0900
8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
9 Date: 2019-07-30 22:40:11 +0900
14 Author: Rolf Bensch <rolf@bensch-online.de>
15 Date: 2019-07-29 22:34:13 +0200
19 https://alioth-lists.debian.net/pipermail/sane-devel/2019-July/036877.html
23 Author: Rolf Bensch <rolf@bensch-online.de>
24 Date: 2019-07-29 17:27:07 +0200
29 Author: Rolf Bensch <rolf@bensch-online.de>
[all …]
/third_party/backends/include/sane/
Dconfig.h120 /* Define if the GNU gettext() function is already present or preinstalled. */
166 <IOKit/scsi-commands/SCSICommandOperationCodes.h> header file. */
197 /* Define to 1 if you have the `ieee1284' library (-lcam). */
209 /* Define to 1 if you have libusb-1.0 */
212 /* Define to 1 if you have libusb-0.1 */
233 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
263 /* Define to 1 if libpoppler-glib is available */
371 /* Is /usr/include/systemd/sd-daemon.h available? */
485 /* Define to the sub-directory where libtool stores uninstalled libraries. */
489 #define PACKAGE "sane-backends"
[all …]
/third_party/mksh/
Dcheck.t2 # -*- mode: sh -*-
3 #-
23 #-
28 # http://svnweb.freebsd.org/base/head/bin/test/tests/legacy_test.sh?view=co&content-type=text%2Fpla…
31 # (2013/12/02 20:39:44) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date
33 expected-stdout:
41 ---
42 expected-stdout:
48 name: KSH_VERSION-modern
49 category: !shell:legacy-yes
[all …]
/third_party/elfutils/
DChangeLog1 2023-03-27 Di Chen <dichen@redhat.com>
3 * NEWS: Support readelf -Ds for using dynamic segment to
6 2023-03-03 Mark Wielaard <mark@klomp.org>
10 2023-02-23 Mark Wielaard <mark@klomp.org>
14 2023-02-21 Mark Wielaard <mark@klomp.org>
16 * configure.ac: Check for -Wuse-after-free=3
18 2023-02-15 Mark Wielaard <mark@klomp.org>
23 2023-01-11 Frank Ch. Eigler <fche@redhat.com>
27 2022-11-02 Mark Wielaard <mark@klomp.org>
32 2022-10-31 Aaron Merey <amerey@redhat.com>
[all …]
/third_party/ncurses/test/
Daclocal.m42 dnl Copyright 2018-2023,2024 Thomas E. Dickey *
3 dnl Copyright 2003-2017,2018 Free Software Foundation, Inc. *
34 dnl Macros used in NCURSES test programs auto-configuration script.
41 dnl https://invisible-island.net/autoconf/
42 dnl https://invisible-island.net/autoconf/my-autoconf.html
44 dnl ---------------------------------------------------------------------------
45 dnl ---------------------------------------------------------------------------
47 dnl -------------------
48 dnl Inserted as requested by gettext 0.10.40
70 dnl ---------------------------------------------------------------------------
[all …]
/third_party/python/Misc/
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
[all …]
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]