2019-11-17 10:15:40 +00:00
|
|
|
Source: notcurses
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Nick Black <dankamongmen@gmail.com>
|
2020-02-12 17:29:28 +00:00
|
|
|
Build-Depends: cmake,
|
|
|
|
debhelper-compat (= 12),
|
|
|
|
dh-python (>= 4.20191017),
|
|
|
|
dh-sequence-python3,
|
2020-02-18 17:36:16 +00:00
|
|
|
dia,
|
2020-02-17 22:36:27 +00:00
|
|
|
doctest-dev,
|
2020-02-18 17:36:16 +00:00
|
|
|
doxygen (>= 1.8.16),
|
|
|
|
graphviz (>= 2.42.2),
|
2020-02-12 17:29:28 +00:00
|
|
|
libavformat-dev (>= 7:4.2.1),
|
|
|
|
libavutil-dev (>= 7:4.2.1),
|
|
|
|
libncurses-dev,
|
|
|
|
libswscale-dev (>= 7:4.2.1),
|
|
|
|
pandoc (>= 1.19.2.4),
|
|
|
|
pkg-config,
|
|
|
|
python3-cffi (>= 1.13.2),
|
|
|
|
python3-dev,
|
|
|
|
python3-setuptools (>= 44.0.0)
|
2020-01-24 06:35:44 +00:00
|
|
|
Standards-Version: 4.5.0
|
2019-11-17 10:15:40 +00:00
|
|
|
Section: libs
|
2020-01-28 04:24:01 +00:00
|
|
|
X-Python3-Version: >= 3.7
|
2020-02-12 12:13:12 +00:00
|
|
|
Rules-Requires-Root: no
|
2020-01-28 04:27:18 +00:00
|
|
|
Testsuite: autopkgtest-pkg-python
|
2019-11-17 10:15:40 +00:00
|
|
|
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
|
|
|
|
Vcs-Browser: https://github.com/dankamongmen/notcurses
|
|
|
|
Vcs-Git: https://github.com/dankamongmen/notcurses.git
|
|
|
|
|
2020-02-12 17:29:28 +00:00
|
|
|
Package: libnotcurses1
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
|
|
|
Recommends: ncurses-term
|
|
|
|
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 direct color. 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.
|
|
|
|
|
|
|
|
Package: libnotcurses-dev
|
2020-02-04 06:44:35 +00:00
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
2020-02-12 17:29:28 +00:00
|
|
|
Depends: libavformat-dev,
|
|
|
|
libncurses-dev,
|
|
|
|
libnotcurses1 (= ${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 direct color. 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.
|
2020-02-12 00:07:18 +00:00
|
|
|
.
|
2020-02-12 17:29:28 +00:00
|
|
|
These files are necessary for C development using notcurses.
|
2020-02-04 06:44:35 +00:00
|
|
|
|
|
|
|
Package: libnotcurses++1
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
2020-02-07 05:39:24 +00:00
|
|
|
Recommends: ncurses-term
|
2020-02-04 06:44:35 +00:00
|
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
2020-02-12 17:29:28 +00:00
|
|
|
Description: Character graphics and TUI library (C++ wrappers)
|
2020-02-12 00:07:18 +00:00
|
|
|
notcurses facilitates the creation of modern TUI programs,
|
|
|
|
making full use of Unicode and 24-bit direct color. It presents
|
|
|
|
an API similar to that of Curses, and rides atop libtinfo.
|
|
|
|
.
|
|
|
|
These files underlie the C++ wrappers for notcurses.
|
2020-02-04 06:44:35 +00:00
|
|
|
|
2020-02-12 17:29:28 +00:00
|
|
|
Package: libnotcurses++-dev
|
2019-11-17 10:15:40 +00:00
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
2020-02-12 17:29:28 +00:00
|
|
|
Depends: libnotcurses++1 (= ${binary:Version}),
|
2020-02-18 02:57:52 +00:00
|
|
|
libnotcurses-dev (>= ${binary:Version}),
|
2020-02-12 17:29:28 +00:00
|
|
|
${misc:Depends}
|
|
|
|
Description: Character graphics and TUI library (C++ development)
|
2020-02-12 00:07:18 +00:00
|
|
|
notcurses facilitates the creation of modern TUI programs,
|
|
|
|
making full use of Unicode and 24-bit direct color. It presents
|
|
|
|
an API similar to that of Curses, and rides atop libtinfo.
|
|
|
|
.
|
2020-02-12 17:29:28 +00:00
|
|
|
These files are necessary for C++ development using notcurses.
|
2019-11-27 04:07:01 +00:00
|
|
|
|
|
|
|
Package: notcurses-bin
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: foreign
|
2020-02-12 12:10:45 +00:00
|
|
|
Section: graphics
|
2020-02-12 17:29:28 +00:00
|
|
|
Depends: ncurses-term,
|
|
|
|
notcurses-data (= ${source:Version}),
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
|
|
|
Description: Character graphics and TUI library demos
|
2019-11-27 04:07:01 +00:00
|
|
|
notcurses facilitates the creation of modern TUI programs,
|
|
|
|
making full use of Unicode and 24-bit direct color. It presents
|
|
|
|
an API similar to that of Curses, and rides atop libtinfo.
|
|
|
|
.
|
2020-02-12 17:29:28 +00:00
|
|
|
These utilities from the notcurses project include notcurses-demo
|
|
|
|
(a demonstration of various libnotcurses capabilities) and
|
|
|
|
notcurses-view (a character mode multimedia player), among other
|
|
|
|
tools. Unit tests are furthermore bundled as notcurses-tester.
|
2020-01-28 04:24:01 +00:00
|
|
|
|
2020-02-07 05:39:24 +00:00
|
|
|
Package: notcurses-data
|
|
|
|
Architecture: all
|
|
|
|
Multi-Arch: foreign
|
2020-02-12 12:10:45 +00:00
|
|
|
Section: graphics
|
2020-02-08 19:44:31 +00:00
|
|
|
Depends: ncurses-term, ${misc:Depends}
|
2020-02-12 17:29:28 +00:00
|
|
|
Description: Multimedia used by notcurses-bin
|
2020-02-07 05:39:24 +00:00
|
|
|
notcurses facilitates the creation of modern TUI programs,
|
|
|
|
making full use of Unicode and 24-bit direct color. It presents
|
|
|
|
an API similar to that of Curses, and rides atop libtinfo.
|
|
|
|
.
|
2020-02-12 17:29:28 +00:00
|
|
|
This package contains multimedia used by notcurses-demo
|
|
|
|
and notcurses-tester from the notcurses-bin package.
|
2020-02-07 05:39:24 +00:00
|
|
|
|
2020-01-28 04:24:01 +00:00
|
|
|
Package: python3-notcurses
|
2020-02-04 07:12:14 +00:00
|
|
|
Section: python
|
2020-01-28 21:43:02 +00:00
|
|
|
Architecture: any
|
2020-02-09 04:01:32 +00:00
|
|
|
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
|
2020-02-10 04:58:50 +00:00
|
|
|
Provides: ${python3:Provides}
|
2020-02-12 17:29:28 +00:00
|
|
|
Description: Character graphics and TUI library (Python)
|
2020-02-12 00:07:18 +00:00
|
|
|
notcurses facilitates the creation of modern TUI programs,
|
|
|
|
making full use of Unicode and 24-bit direct color. It presents
|
|
|
|
an API similar to that of Curses, and rides atop libtinfo.
|
2020-01-28 04:24:01 +00:00
|
|
|
.
|
2020-02-12 00:07:18 +00:00
|
|
|
These files are necessary for Python development using notcurses.
|