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
|
Source: libxaw3dxft
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
libxmu-dev,
libxt-dev,
libx11-dev,
libxft2-dev,
xutils-dev,
bison (>= 3.0.2),
flex (>= 2.5.39)
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: http://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/
Vcs-Git: https://salsa.debian.org/debian/libxaw3dxft.git
Vcs-Browser: https://salsa.debian.org/debian/libxaw3dxft
Package: libxaw3dxft8
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Extended version of Xaw3d with support for UTF8
Xaw3dxft is an extended version of Xaw3d, developed as part of xpaint
with support for UTF8 input and UTF8 encoding of text, and rendering
text with the Freetype library and Truetype fonts.
.
It should be mostly compatible with the original Xaw3d library,
except for font management: everything using the old X11 core
font routines should be replaced by their freetype equivalents.
Package: libxaw3dxft8-dev
Section: libdevel
Architecture: any
Depends: libxaw3dxft8 (= ${binary:Version}),
${misc:Depends},
libxmu-dev,
libxt-dev,
libx11-dev,
libxft2-dev,
Provides: libxaw3dxft-dev
Conflicts: libxaw3dxft-dev, xpaint-dev
Description: Extended version of Xaw3d with support for UTF8 (Development files)
Xaw3dxft is an extended version of Xaw3d, developed as part of xpaint
with support for UTF8 input and UTF8 encoding of text, and rendering
text with the Freetype library and Truetype fonts.
.
It should be mostly compatible with the original Xaw3d library,
except for font management: everything using the old X11 core
font routines should be replaced by their freetype equivalents.
.
This package contains the development files for libxaw3dxft.
|