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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: lasi
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libpango1.0-dev,
libfreetype-dev,
doxygen
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/lasi
Vcs-Git: https://salsa.debian.org/debian/lasi.git
Homepage: http://sourceforge.net/projects/lasi
Rules-Requires-Root: no
Package: liblasi0t64
Provides: ${t64:Provides}
Replaces: liblasi0
Breaks: liblasi0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: creation of PostScript documents containing Unicode symbols
LASi is a library that provides a C++ stream output interface (with
operator <<) for creating PostScript documents that can contain
characters from any of the scripts and symbol blocks supported in
Unicode and by the Pango layout engine. The library accommodates
right-to-left scripts such as Arabic and Hebrew as easily as
left-to-right scripts. Indic and Indic-derived Complex Text Layout
(CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are
supported to the extent provided by Pango and by the OpenType fonts
installed on your system. All of this is provided without need for
any special configuration or layout calculation on the programmer's
part.
Package: liblasi-dev
Architecture: any
Section: libdevel
Depends: liblasi0t64 (= ${binary:Version}),
${misc:Depends},
libpango1.0-dev,
libfreetype-dev
Description: development files and documentation for the LASi library
LASi is a library that provides a C++ stream output interface (with
operator <<) for creating PostScript documents that can contain
characters from any of the scripts and symbol blocks supported in
Unicode and by the Pango layout engine. The library accommodates
right-to-left scripts such as Arabic and Hebrew as easily as
left-to-right scripts. Indic and Indic-derived Complex Text Layout
(CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are
supported to the extent provided by Pango and by the OpenType fonts
installed on your system. All of this is provided without need for
any special configuration or layout calculation on the programmer's
part.
.
This package contains the development files as well as the HTML
documentation for LASi.
|