File: control

package info (click to toggle)
xpaint 2.9.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,552 kB
  • sloc: ansic: 73,017; sh: 492; yacc: 247; lex: 126; sed: 43; makefile: 10
file content (52 lines) | stat: -rw-r--r-- 2,302 bytes parent folder | download
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: xpaint
Section: graphics
Priority: optional
Maintainer: Josue Abarca <jmaslibre@debian.org.gt>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), libxpm-dev, libxaw7-dev, libtiff4-dev,
 libpng12-dev, xutils-dev, libxft-dev, bison, flex (>= 2.5.31-16),
 libxmu-dev, libxt-dev, libsm-dev, libice-dev, libxext-dev, libx11-dev,
 x11proto-core-dev, x11proto-xext-dev
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/collab-maint/xpaint.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/xpaint.git
Homepage: https://sourceforge.net/projects/sf-xpaint/

Package: xpaint
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gv, netpbm, lpr, x-terminal-emulator, editor, imagemagickb, ocrad
Description: simple paint program for X
 XPaint is suitable for producing simple graphics. It does offer some
 advanced features such as image processing functions and gradient
 fill.
 .
 In the C Script Editor of XPaint, the External editor in the File menu
 will invoke x-terminal-emulator -e sensible-editor.
 .
 The gv package will be needed for PDF/PS reading, netpbm will be needed
 for external conversion, lpr for printing.

Package: xpaint-dev
Section: libdevel
Architecture: any
Depends: libxaw3dxft6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
 libxmu-dev, libxt-dev, libsm-dev, libice-dev, libxext-dev, libx11-dev, libxpm-dev,
 libxft-dev, libc-dev, xutils-dev, x11proto-core-dev, x11proto-xext-dev
Description: simple paint program for X (development files)
 XPaint is a program suitable for producing simple graphics.  This
 package contains the headers and other development files not included
 in the main xpaint package. Install this if you wish to compile
 programs that use the libxaw3dxft library.

Package: libxaw3dxft6
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: An 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.