67 lines
2.7 KiB
Plaintext
67 lines
2.7 KiB
Plaintext
Source: finalcut
|
|
Maintainer: Markus Gans <guru.mail@muenster.de>
|
|
Section: libs
|
|
Priority: standard
|
|
Build-Depends: debhelper (>= 5), dpkg-dev, g++, pkg-config, autotools-dev
|
|
Standards-Version: 3.8.4
|
|
Homepage: https://github.com/gansm/finalcut/
|
|
|
|
Package: libfinal0
|
|
Architecture: any
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Multi-Arch: same
|
|
Depends: libtinfo-dev (>= 5.3), ${shlibs:Depends}, ${misc:Depends}
|
|
Recommends: libgpm-dev [linux-any]
|
|
Suggests: coreutils, grep, sed, vim-common, gzip, xfonts-utils
|
|
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
|
|
Depends: libfinal0 (= ${binary:Version}), ${misc:Depends}
|
|
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
|
|
Depends: libfinal0 (= ${binary:Version}), ${misc:Depends}
|
|
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.
|