Searched +full:gettext +full:- +full:devel (Results 1 – 25 of 32) sorted by relevance
12
| /third_party/gettext/gettext-tools/doc/ |
| D | lang-ycp.texi | 1 @c This file is part of the GNU gettext manual. 2 @c Copyright (C) 1995-2020 Free Software Foundation, Inc. 3 @c See the file gettext.texi for copying conditions. 6 @subsection YCP - YaST2 scripting language 12 libycp, libycp-devel, yast2-core, yast2-core-devel 15 --- 23 @item gettext shorthand 26 @item gettext/ngettext functions 33 --- 36 --- [all …]
|
| /third_party/selinux/ |
| D | README.md | 7 [](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/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Updated: 2020-06-25 21 RUN yum update -y 22 RUN yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel 26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython 27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython 28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython 29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython 30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Updated: 2020-06-25 21 RUN yum update -y 22 RUN yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel 26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython 27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython 28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython 29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython 30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Updated: 2020-06-25 21 RUN yum update -y 22 RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc 26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython 27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython 28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython 29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython 30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython 31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Updated: 2020-06-25 21 RUN yum update -y 22 RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc 26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython 27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython 28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython 29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython 30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython 31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython [all …]
|
| /third_party/alsa-utils/utils/ |
| D | alsa-utils.spec.in | 4 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/ |
| D | x86_build.sh | 3 set -e 4 set -o xtrace 20 dnf install -y --setopt=install_weak_deps=False \ 23 clang-devel \ 26 gcc-c++ \ 27 gettext \ 28 kernel-headers \ 29 llvm-devel \ 37 "pkgconfig(libomxil-bellagio)" \ 43 "pkgconfig(wayland-egl-backend)" \ [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 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/popt/ci/ |
| D | Dockerfile | 2 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 \ 21 RUN autoreconf -vi
|
| /third_party/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 autotools-executor: 9 - image: cimg/base:edge-20.04 13 macos-10_14_4-aat-fonts: 17 - checkout 18 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 19 - run: pip3 install meson --upgrade 20 …- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me… 21 - run: meson compile -Cbuild [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 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/gettext/ |
| D | HACKING | 1 All you need to know when hacking (modifying) GNU gettext or when building 79 --------------------------------------- 105 + Ubuntu package: guile-2.0 109 + Ubuntu package: gnu-smalltalk 113 + Ubuntu package: default-jdk 116 + Homepage: https://www.mono-project.com/ 117 + Ubuntu package: mono-mcs 125 + Ubuntu package: fp-compiler 128 + Ubuntu package: fp-units-fcl 137 * The Perl packages Locale::Messages and libintl-perl [all …]
|
| /third_party/libexif/ |
| D | config.h | 15 /* 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. */
|
| D | README | 2 ------- 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 …]
|
| D | ChangeLog | 1 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/libxml2/test/relaxng/ |
| D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 124 <packagereq type="mandatory">bind-utils</packagereq> [all …]
|
| /third_party/gettext/gettext-tools/src/ |
| D | ChangeLog.1 | 1 2015-10-06 Daiki Ueno <ueno@gnu.org> 5 * write-desktop.c (msgdomain_write_desktop_bulk): Don't 8 2015-10-06 Daiki Ueno <ueno@gnu.org> 10 msgfmt: Refactor --desktop handling 20 * write-desktop.c (msgdomain_write_desktop_bulk): 23 * write-desktop.h (msgdomain_write_desktop_bulk): Take OPERANDS as 26 2015-10-06 Daiki Ueno <ueno@gnu.org> 30 -Wmaybe-uninitialized. This shouldn't address any real bug. 32 2015-09-11 Daiki Ueno <ueno@gnu.org> 34 * gettext 0.19.6 released. [all …]
|
| /third_party/gettext/gettext-runtime/ |
| D | config.h | 7 * http://www.apache.org/licenses/LICENSE-2.0 55 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 57 the size in bytes of such a struct containing an N-element array. */ 69 whether the gnulib module canonicalize-lgpl shall be considered present. */ 85 whether the gnulib module msvc-nothrow shall be considered present. */ 103 single-threaded programs, as well as in multithreaded programs for which 149 /* Define to 1 when the gnulib module free-posix should be tested. */ 170 /* Define to 1 when the gnulib module getopt-posix should be tested. */ 185 /* Define to 1 when the gnulib module malloc-posix should be tested. */ 230 /* Define to 1 when the gnulib module realloc-posix should be tested. */ [all …]
|
| /third_party/mksh/ |
| D | check.t | 2 # -*- 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/libsoup/ |
| D | NEWS | 3 * Redesign directory list returned for `file://` requests [Jan-Michael Brummer] 9 * Fix potential leak when setting SoupSession:tls-interaction [Scott Hutton] 11 * Fix building with Visual Studio [Chun-wei Fan] 18 * Deprecate SoupSession:proxy-uri [Patrick Griffis] 24 * Add new API to expose support for same-site cookies [Patrick Griffis] 78 * SoupMessage: Handle Transfer-Encoding: identity for 88 read-after-free memory errors [Claudio Saavedra] 118 * Meson: Do not fallback to system krb5-config for cross-compilation 138 * WebSockets: add support for the permessage-deflate extension, enabled 146 * Meson: tls-check improved [Xavier Claessens] [all …]
|
| /third_party/glib/ |
| D | NEWS | 10 - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines 11 - !1997 Backport !1996 “Include glibconfig.h to get the G_OS_UNIX token” to glib-2-68 12 - !2016 GIO W32: Pin gio DLL 13 - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68 14 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier 15 - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68 16 - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68 19 - English (United Kingdom) 26 - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas 27 - !1989 glib.supp: Generalize some suppressions [all …]
|
| /third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
| D | acinclude.m4.in | 1 ## -*- autoconf -*- 19 dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 dnl Boston, MA 02111-1307, USA. 26 dnl Single-module modifications are best placed in configure.in for kdelibs 29 dnl ------------------------------------------------------------------------ 32 dnl ------------------------------------------------------------------------ 48 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h 92 if test -r "$ac_dir/$x_direct_test_include"; then 102 test -z "$x_direct_test_library" && x_direct_test_library=Xt 103 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc [all …]
|
| /third_party/gstreamer/gstreamer/docs/random/ |
| D | ChangeLog-0.8 | 1 2005-02-22 Stefan Kost <ensonic@users.sf.net> 11 2005-02-19 Benjamin Otte <in7y118@public.uni-hamburg.de> 19 2005-02-19 Benjamin Otte <in7y118@public.uni-hamburg.de> 25 2005-02-18 Tim-Philipp Müller <tim at centricular dot net> 28 Fix inline docs: tag setter vararg functions are NULL-terminated, 31 2005-02-18 Zaheer Abbas Merali <zaheerabbas at merali dot org> 37 2005-02-15 Stefan Kost <ensonic@users.sf.net> 39 * docs/pwg/building-pads.xml: 40 * docs/pwg/intro-basics.xml: 47 - many comments and notes on dparam implementation [all …]
|
12