Searched +full:ncurses +full:- +full:devel (Results 1 – 16 of 16) sorted by relevance
| /third_party/toybox/kconfig/lxdialog/ |
| D | check-lxdialog.sh | 2 # Check ncurses compatibility 7 $cc -print-file-name=libncursesw.so | grep -q / 8 if [ $? -eq 0 ]; then 9 echo '-lncursesw' 12 $cc -print-file-name=libncurses.so | grep -q / 13 if [ $? -eq 0 ]; then 14 echo '-lncurses' 17 $cc -print-file-name=libcurses.so | grep -q / 18 if [ $? -eq 0 ]; then 19 echo '-lcurses' [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/rust/rust/src/ci/docker/host-x86_64/dist-x86_64-linux/ |
| D | Dockerfile | 9 RUN yum upgrade -y && \ 10 yum install -y epel-release && \ 11 yum install -y \ 17 gcc-c++ \ 19 glibc-devel.i686 \ 20 glibc-devel.x86_64 \ 21 libedit-devel \ 22 libstdc++-devel.i686 \ 23 libstdc++-devel.x86_64 \ 25 ncurses-devel \ [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-i686-linux/ |
| D | Dockerfile | 9 RUN yum upgrade -y && \ 10 yum install -y epel-release && \ 11 yum install -y \ 17 gcc-c++ \ 19 glibc-devel.i686 \ 20 glibc-devel.x86_64 \ 21 libedit-devel \ 22 libstdc++-devel.i686 \ 23 libstdc++-devel.x86_64 \ 25 ncurses-devel \ [all …]
|
| /third_party/lame/ |
| D | lame.spec.in | 8 Summary(fr) : LAME n'est pas un encodeur MP3 ;-> 17 Source: %{name}-%{version}.tar.gz 18 BuildRoot: %{_tmppath}/%{name}-root 19 Requires: ncurses >= 5.0 20 BuildRequires: gcc => 3.0.1, /usr/bin/find, ncurses-devel 31 %description -l fr 38 %package devel 43 %description devel 57 rm -f config.cache 61 --enable-nasm \ [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <lame-dev@lists.sf.net>. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( 29 set -o posix ;; #( [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/gptfdisk/ |
| D | README.md | 5 ------------ 10 - gdisk -- This program is modeled after Linux fdisk, but it operates on 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on 19 is a curses-based text-mode tool for manipulating partitions, which is to 24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and 26 manipulation of GPT disks using command-line options, so it's suitable 30 - fixparts -- This program, unlike the preceding three, operates on MBR 32 various utilities. Specifically, it can fix mis-sized extended partitions 47 --------------------------------------------- [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 16 compile_deps and @ref compile_options sections for GLFW-specific information. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev` 56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to 60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev 63 On Fedora and derivatives like Red Hat you will need the `wayland-devel` and [all …]
|
| /third_party/ncurses/test/ |
| D | aclocal.m4 | 2 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. 36 dnl These macros are maintained separately from NCURSES. The copyright on 41 dnl https://invisible-island.net/autoconf/ 42 dnl https://invisible-island.net/autoconf/my-autoconf.html 44 dnl --------------------------------------------------------------------------- 45 dnl --------------------------------------------------------------------------- 47 dnl ------------------- 70 dnl --------------------------------------------------------------------------- [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Copyright 2003-2022,2023 Thomas E. Dickey 25 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 28 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 29 set -o posix 41 rm -f conf$$ conf$$.exe conf$$.file 43 if ln -s conf$$.file conf$$ 2>/dev/null; then 46 if test -f conf$$.exe; then 48 as_ln_s='cp -p' 50 as_ln_s='ln -s' [all …]
|
| /third_party/ncurses/ |
| D | NEWS | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
| /third_party/FreeBSD/ |
| D | UPDATING | 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 16 14.2-RELEASE. 19 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 20 been upgraded to 18.1.6. It is important that you run `make delete-old` 42 non-compliant MTAs; please see the first 8.18.1 release note in 96 Move standard include files to the clibs-dev package and move clang 97 internal libraries and headers to clang and clang-dev. Upgrading systems 101 pkg upgrade -y FreeBSD-utilities 102 pkg upgrade -y FreeBSD-utilities-dev 103 pkg upgrade -y [all …]
|
| /third_party/NuttX/ |
| D | README.md | 5 - Getting Help 6 - Mailing Lists 7 - Issue Tracker 8 - Source Code 9 - Website Source Code 11 - Installing Cygwin 12 - Ubuntu Bash under Windows 10 13 - Using macOS 15 - Download and Unpack 16 - Semi-Optional apps/ Package [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/python/Misc/ |
| D | NEWS | 8 *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 …]
|