1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
Source: notcurses
Priority: optional
Maintainer: Nick Black <dankamongmen@gmail.com>
Build-Depends: cmake (>= 3.21),
debhelper-compat (= 13),
dh-python (>= 4.20191017),
dh-sequence-python3,
doctest-dev,
libavdevice-dev (>= 7:7.0.2),
libavformat-dev (>= 7:7.0.2),
libavutil-dev (>= 7:7.0.2),
libdeflate-dev,
libgpm-dev,
libncurses-dev,
libqrcodegen-dev (>= 1.5.0),
libswscale-dev (>= 7:7.0.2),
libunistring-dev,
pandoc (>= 1.19.2.4),
pkgconf,
python3-cffi (>= 1.13.2),
# otherwise we blow up in reprotest when it tries to build for 3.12
python3-all-dev,
python3-pip (>= 20.0),
python3-pypandoc,
python3-setuptools (>= 44.0.0)
Standards-Version: 4.7.1
Section: libs
Rules-Requires-Root: no
Homepage: https://nick-black.com/dankwiki/index.php/Notcurses
Vcs-Browser: https://salsa.debian.org/debian/notcurses
Vcs-Git: https://salsa.debian.org/debian/notcurses.git
Package: libnotcurses++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnotcurses++3 (= ${binary:Version}),
libnotcurses-dev (>= ${binary:Version}),
${misc:Depends}
Description: Character graphics and TUI library (C++ development)
Notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit TrueColor. It presents
an API similar to that of Curses, and rides atop Terminfo.
.
These files are necessary for C++ development using Notcurses.
Package: libnotcurses++3
Architecture: any
Multi-Arch: same
Recommends: ncurses-term
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Character graphics and TUI library (C++)
Notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit TrueColor. It presents
an API similar to that of Curses, and rides atop Terminfo.
Package: libnotcurses-core-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnotcurses-core3 (= ${binary:Version}), ${misc:Depends},
libncurses-dev
Recommends: libnotcurses-dev
Description: Character graphics and TUI library (core development)
Notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor. This development
package covers the Notcurses core library.
.
These files are necessary for C development using Notcurses. They
do not include multimedia support; that requires libnotcurses-dev.
Package: libnotcurses-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnotcurses-core-dev (>= ${binary:Version}),
libnotcurses3 (= ${binary:Version}),
${misc:Depends}
Description: Character graphics and TUI library (development)
Notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor. Its API is similar
to that of NCURSES, but extends that with z-buffering, rendering
of images and video using ffmpeg, alpha blending, widgets, palette
fades, resize awareness, and multithreading support.
.
These files are necessary for C development using Notcurses. This
package installs multimedia support atop libnotcurses-core-dev.
Package: libnotcurses-core3
Architecture: any
Multi-Arch: same
Recommends: libnotcurses3, ncurses-term
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Character graphics and TUI library (core)
Notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor.
.
This core library lacks multimedia support. For that,
libnotcurses3 must be installed.
Package: libnotcurses3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Character graphics and TUI library
Notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor. Its API is similar
to that of NCURSES, but extends that with z-buffering, rendering
of images and video using ffmpeg, alpha blending, widgets, palette
fades, resize awareness, and multithreading support.
.
This package provides multimedia support via ffmpeg.
Package: notcurses-bin
Architecture: any
Multi-Arch: foreign
Section: graphics
Depends: notcurses-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: desktop-base,
ncurses-term,
python3-notcurses (>= ${source:Version})
Description: Character graphics and TUI library demos
Notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit TrueColor. It presents
an API similar to that of Curses, and rides atop Terminfo.
.
These utilities from the Notcurses project include notcurses-demo
(a demonstration of various libnotcurses capabilities), ncplayer
(a character mode multimedia player), ncls (a file lister that
displays multimedia), and other tools. Unit tests are furthermore
bundled as notcurses-tester.
Package: notcurses-data
Architecture: all
Multi-Arch: foreign
Section: graphics
Depends: ${misc:Depends}
Recommends: ncurses-term
Description: Multimedia used by notcurses-bin
Notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit TrueColor. It presents
an API similar to that of Curses, and rides atop Terminfo.
.
This package contains multimedia used by notcurses-demo
and notcurses-tester from the notcurses-bin package.
Package: python3-notcurses
Section: python
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Replaces: notcurses-bin (<< 1.6)
Breaks: notcurses-bin (<< 1.6)
Description: Character graphics and TUI library (Python)
Notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit TrueColor. It presents
an API similar to that of Curses, and rides atop Terminfo.
.
These files are necessary for Python development using Notcurses.
The notcurses-pydemo script verifies these Python wrappers.
|