mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
add libavformat-dev to debian deps #35
This commit is contained in:
parent
3dee9bba7c
commit
e9256b1397
@ -9,6 +9,7 @@ cleanroom TUI library for modern terminal emulators. definitely not curses.
|
|||||||
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
|
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
|
||||||
|
|
||||||
[![Build Status](https://drone.dsscaw.com:4443/api/badges/dankamongmen/notcurses/status.svg)](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
[![Build Status](https://drone.dsscaw.com:4443/api/badges/dankamongmen/notcurses/status.svg)](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
||||||
|
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
notcurses (0.0.1-1) unstable; urgency=medium
|
notcurses (0.0.9-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
* Deps on libncurses-dev, libavformat-dev
|
||||||
|
|
||||||
-- Nick Black <dankamongmen@gmail.com> Sun, 17 Nov 2019 05:15:19 -0500
|
-- Nick Black <dankamongmen@gmail.com> Sun, 17 Nov 2019 05:15:19 -0500
|
||||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -2,7 +2,7 @@ Source: notcurses
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Nick Black <dankamongmen@gmail.com>
|
Maintainer: Nick Black <dankamongmen@gmail.com>
|
||||||
Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config,
|
Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config,
|
||||||
libgtest-dev (>= 1.9.0), libncurses-dev (>= 6.1)
|
libgtest-dev (>= 1.9.0), libncurses-dev (>= 6.1), libavformat-dev
|
||||||
Standards-Version: 4.4.1.1
|
Standards-Version: 4.4.1.1
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
|
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
|
||||||
@ -13,7 +13,8 @@ Package: libnotcurses-dev
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libnotcurses0 (= ${binary:Version}), ${misc:Depends}
|
Depends: libnotcurses0 (= ${binary:Version}), ${misc:Depends}, libavformat-dev,
|
||||||
|
libncurses-dev
|
||||||
Description: Development files for notcurses
|
Description: Development files for notcurses
|
||||||
Files necessary for developing programs using notcurses.
|
Files necessary for developing programs using notcurses.
|
||||||
|
|
||||||
@ -22,6 +23,6 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:${shlibs:Depends}, ${misc:Depends}
|
Depends:${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Shared libraries for notcurses TUI
|
Description: Shared libraries for notcurses TUI
|
||||||
notcurses facilitates the creation of TUI programs making
|
notcurses facilitates the creation of modern TUI programs,
|
||||||
use of modern terminal emulator features, including
|
making full use of Unicode and 24-bit direct color. It presents
|
||||||
24-bit direct color. It does not require curses.
|
an API similar to that of Curses, and rides atop libtinfo.
|
||||||
|
Loading…
Reference in New Issue
Block a user