1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ofbis
Priority: optional
Section: graphics
Maintainer: Guillem Jover <guillem@debian.org>
Build-Depends: debhelper (>= 4)
Standards-Version: 3.6.1
Package: libofbis-dev
Section: libdevel
Architecture: any
Depends: libofbis0 (= ${Source-Version})
Description: simple Linux framebuffer graphical library - development files
It is intended to be fast and easy to both use and support, with respect of
adding support for other graphical types and machines.
It supports 8-bit static pseudocolor mode (chunky) and 16-bit truecolor.
.
This package contains the libofbis development files (headers and static
libraries). It is only needed if you want to compile programs that use
oFBis.
Package: libofbis0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: simple Linux framebuffer graphical library - shared libraries
It is intended to be fast and easy to both use and support, with respect of
adding support for other graphical types and machines.
It supports 8-bit static pseudocolor mode (chunky) and 16-bit truecolord.
.
This package contains the libofbis shared library.
|