mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
debian: deps on libavformat-dev, libswscale-dev
This commit is contained in:
parent
b1029fc191
commit
94ee128ef4
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ notcurses (0.1.0-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Build notcurses-bin package, silencing lintian error about
|
||||
installing notcurses-demo to architecture-specific dir.
|
||||
* Add deps on libavcodec-dev and libavutil-dev
|
||||
|
||||
-- Nick Black <dankamongmen@gmail.com> Tue, 26 Nov 2019 23:05:37 -0500
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -2,7 +2,8 @@ Source: notcurses
|
||||
Priority: optional
|
||||
Maintainer: Nick Black <dankamongmen@gmail.com>
|
||||
Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config,
|
||||
libgtest-dev (>= 1.9.0), libncurses-dev (>= 6.1), libavformat-dev
|
||||
libgtest-dev (>= 1.9.0), libncurses-dev (>= 6.1), libavformat-dev,
|
||||
libswscale-dev, libavutil-dev
|
||||
Standards-Version: 4.4.1.1
|
||||
Section: libs
|
||||
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
|
||||
|
Loading…
Reference in New Issue
Block a user