finalcut/debian/control

92 lines
2.9 KiB
Plaintext
Raw Normal View History

2017-02-05 23:55:54 +01:00
Source: finalcut
Maintainer: Markus Gans <guru.mail@muenster.de>
Section: libs
Priority: standard
2017-02-06 22:47:48 +01:00
Build-Depends:
debhelper (>= 5)
, autotools-dev
, dpkg-dev
, g++
, pkg-config
, libgpm-dev [linux-any]
, libtinfo-dev (>= 5.3)
, libncurses5-dev (>= 5.3)
2017-02-05 23:55:54 +01:00
Standards-Version: 3.8.4
Homepage: https://github.com/gansm/finalcut/
Package: libfinal0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
2017-02-06 22:47:48 +01:00
Depends:
2019-10-05 23:20:07 +02:00
xfonts-utils
, ${shlibs:Depends}
2017-02-06 22:47:48 +01:00
, ${misc:Depends}
Suggests:
coreutils
2018-11-01 00:49:13 +01:00
, ncurses-term
2017-02-06 22:47:48 +01:00
, grep
, sed
, vim-common
, gzip
, xfonts-utils
2017-02-05 23:55:54 +01:00
Description: Shared library for the final cut widget toolkit
The Final Cut is a class library and widget toolkit with full mouse
support for creating a text-based user interface. The library supports
the programmer to develop an application for the text console. It allows
the simultaneous handling of multiple windows on the screen.
.
The C++ class design was inspired by the Qt framework. It provides
common controls like dialog windows, push buttons, check boxes,
radio buttons, input lines, list boxes, status bars and so on.
.
This package contains the shared library necessary to run programs
compiled with the final cut.
Package: libfinal-dev
Architecture: any
Section: libdevel
Priority: optional
Multi-Arch: same
2017-02-06 22:47:48 +01:00
Depends:
libfinal0 (= ${binary:Version})
, ${misc:Depends}
, libtinfo-dev
, libncurses5-dev
2017-02-05 23:55:54 +01:00
Description: Developer's library for the final cut widget toolkit
The Final Cut is a class library and widget toolkit with full mouse
support for creating a text-based user interface. The library supports
the programmer to develop an application for the text console. It allows
the simultaneous handling of multiple windows on the screen.
.
The C++ class design was inspired by the Qt framework. It provides
common controls like dialog windows, push buttons, check boxes,
radio buttons, input lines, list boxes, status bars and so on.
.
This package contains the static library and symbolic link that developers
using the final cut widget toolkit will need. Packages should not
build-depend on this package.
Package: libfinal-examples
Architecture: any
Section: misc
Priority: optional
Multi-Arch: same
2017-02-06 22:47:48 +01:00
Depends:
libfinal0 (= ${binary:Version})
, ${misc:Depends}
, libtinfo-dev
, libncurses5-dev
2017-02-05 23:55:54 +01:00
Description: Test and example programs for the final cut widget toolkit
The Final Cut is a class library and widget toolkit with full mouse
support for creating a text-based user interface. The library supports
the programmer to develop an application for the text console. It allows
the simultaneous handling of multiple windows on the screen.
.
The C++ class design was inspired by the Qt framework. It provides
common controls like dialog windows, push buttons, check boxes,
radio buttons, input lines, list boxes, status bars and so on.
.
This package contains programs that demonstrate the possibilities of
the final cut library.