]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
VC makefile for building samples/console using wxBase(d).lib
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
050207ec 4Build-Depends: debhelper (>=1.1.17), flex, bison, libgtk1.2-dev, python-dev (>=1.5.2), python-distutils, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, libgl-dev, libesd0-dev
e4c4c1c6 5Maintainer: Ron Lee <ron@debian.org>
050207ec 6Standards-Version: 3.2.1.2
e4c4c1c6 7
5c0e67b2
RL
8Package: libwxbase=V
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
12Description: wxBase library (runtime) - non-GUI support classes of wxWindows toolkit
13 wxBase is a collection of C++ classes providing basic data structures
14 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
15 portable wrappers around many OS-specific functions allowing to build the
16 same program under all supported folders, wxThread class for writing
17 multithreaded programs using either Win32 or POSIX threads and much more.
050207ec
RL
18 wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
19 Solaris, HP-UX, ...), win32, and BeOS.
5c0e67b2
RL
20 .
21 This package is only useful for non-gui apps. It offers a subset of the
22 classes in libwx_gtk=V for use in console apps and daemons. It is currently
23 under development and may not be as stable as the gui version.
24
25Package: libwxbase=V-dev
26Architecture: any
27Section: devel
f6bcfd97 28Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), libc6-dev
5c0e67b2
RL
29Suggests: wxwin=V-doc, gettext
30Conflicts: libwxbase-dev
31Replaces: libwxbase-dev
32Provides: libwxbase-dev
33Description: wxBase library (development) - non-GUI support classes of wxWindows toolkit
34 wxBase is a collection of C++ classes providing basic data structures
35 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
36 portable wrappers around many OS-specific functions allowing to build the
37 same program under all supported folders, wxThread class for writing
38 multithreaded programs using either Win32 or POSIX threads and much more.
050207ec
RL
39 wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
40 Solaris, HP-UX, ...), win32, and BeOS.
5c0e67b2 41 .
f6bcfd97
BP
42 This package provides the files needed to compile apps using the wxBase library.
43
44Package: libwxbase=V-dbg
45Architecture: any
46Section: devel
47Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
050207ec
RL
48Conflicts: libwxbase-dbg
49Replaces: libwxbase-dbg
50Provides: libwxbase-dbg
f6bcfd97
BP
51Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
52 wxBase is a collection of C++ classes providing basic data structures
53 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
54 portable wrappers around many OS-specific functions allowing to build the
55 same program under all supported folders, wxThread class for writing
56 multithreaded programs using either Win32 or POSIX threads and much more.
050207ec
RL
57 wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
58 Solaris, HP-UX, ...) win32, and BeOS.
f6bcfd97
BP
59 .
60 This package provides a debug version of the wxBase library. It is compiled
61 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
62 provides many internal checks by wxWindows itself that are not performed on
63 apps compiled with the 'release version' libs in the -dev package.
5c0e67b2 64
e4c4c1c6
RL
65Package: libwxgtk=V
66Architecture: any
67Section: libs
68Depends: ${shlibs:Depends}
050207ec
RL
69Suggests: libgl1
70Replaces: wxgtk2.1
e4c4c1c6
RL
71Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
72 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 73 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
74 currently supports subsets of GTK+, Motif, and MS Windows.
75 .
76 This package provides the shared libraries needed to run programs linked
f6bcfd97
BP
77 against wxWindows. To use the (optional) glcanvas library you will need
78 to have Mesa or OpenGL installed.
e4c4c1c6
RL
79
80Package: libwxgtk=V-dev
81Architecture: any
82Section: devel
f6bcfd97 83Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
050207ec 84Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
e4c4c1c6 85Conflicts: libwxgtk-dev
050207ec 86Replaces: libwxgtk-dev, wxgtk2.1-dev
e4c4c1c6
RL
87Provides: libwxgtk-dev
88Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
89 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 90 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
91 currently supports subsets of GTK+, Motif, and MS Windows.
92 .
f6bcfd97
BP
93 This package provides files needed to compile wxWindows programs. If you
94 want to compile apps using the (optional) glcanvas library you will need
95 to have Mesa or OpenGL installed too.
96
97Package: libwxgtk=V-dbg
98Architecture: any
99Section: devel
100Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
050207ec
RL
101Conflicts: libwxgtk-dbg
102Replaces: libwxgtk-dbg
103Provides: libwxgtk-dbg
f6bcfd97
BP
104Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
105 wxWindows is a class library for C++ providing GUI (Graphical User
106 Interface) and other facilities on more than one platform. Version =V
107 currently supports subsets of GTK+, Motif, and MS Windows.
108 .
109 This package provides a debug version of the wxGtk library. It is compiled
110 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
111 provides many internal checks by wxWindows itself that are not performed on
112 apps compiled with the 'release version' libs in the -dev package.
e4c4c1c6 113
e0a4aa8a
RL
114Package: libwxgtk=V-python
115Architecture: any
116Section: interpreters
050207ec 117Depends: libwxgtk=V (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), python-base (>=1.5.2), ${shlibs:Depends}
e0a4aa8a 118Suggests: wxwin=V-doc
050207ec
RL
119Conflicts: libwxgtk=V-python-contrib, python-wxwin
120Replaces: libwxgtk=V-python-contrib, python-wxwin
e0a4aa8a
RL
121Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
122 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 123 Interface) and other facilities on more than one platform. Version =V
e0a4aa8a
RL
124 currently supports subsets of GTK+, Motif, and MS Windows.
125 .
050207ec
RL
126 This package provides a Python binding to the wxGTK library and it's
127 contrib libs.
e0a4aa8a 128
f6bcfd97
BP
129Package: libwxgtk=V-contrib
130Architecture: any
131Section: libs
132Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
133Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
134 wxWindows is a class library for C++ providing GUI (Graphical User
135 Interface) and other facilities on more than one platform. Version =V
136 currently supports subsets of GTK+, Motif, and MS Windows.
137 .
138 This package provides the contrib libs of the wxWindows source tree
139 (mmedia, ogl, stc)
140
141Package: libwxgtk=V-contrib-dev
142Architecture: any
143Section: devel
050207ec 144Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
f6bcfd97
BP
145Conflicts: libwxgtk-contrib-dev
146Replaces: libwxgtk-contrib-dev
147Provides: libwxgtk-contrib-dev
148Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
149 wxWindows is a class library for C++ providing GUI (Graphical User
150 Interface) and other facilities on more than one platform. Version =V
151 currently supports subsets of GTK+, Motif, and MS Windows.
152 .
153 Install this package if you wish to compile applications that use the
154 contrib libs from the wxWindows source tree (mmedia, ogl, stc)
155
156Package: wxwin=V-headers
157Architecture: any
158Section: devel
159Conflicts: wxwin-headers
050207ec 160Replaces: wxwin-headers, wxgtk2.1-dev
f6bcfd97
BP
161Provides: wxwin-headers
162Description: wxWindows Cross-platform C++ GUI toolkit (header files)
163 wxWindows is a class library for C++ providing GUI (Graphical User
164 Interface) and other facilities on more than one platform. Version =V
165 currently supports subsets of GTK+, Motif, and MS Windows.
166 .
167 This package provides the common header files required to build applications
168 using the wxWindows toolkit.
169
3ca6a5f0
BP
170Package: wxwin=V-i18n
171Architecture: all
172Section: libs
173Conflicts: wxwin-i18n
174Replaces: wxwin-i18n
175Provides: wxwin-i18n
176Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
177 wxWindows is a class library for C++ providing GUI (Graphical User
178 Interface) and other facilities on more than one platform. Version =V
179 currently supports subsets of GTK+, Motif, and MS Windows.
180 .
181 This package provides the i18n message catalogs for wxWindows.
182
e0a4aa8a 183Package: wxwin=V-doc
f538864d
RL
184Architecture: all
185Section: doc
186Suggests: doc-base, www-browser
187Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
188 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 189 Interface) and other facilities on more than one platform. Version =V
f538864d
RL
190 currently supports subsets of GTK+, Motif, and MS Windows.
191 .
192 This package provides a HTML version of the wxWindows reference manual.
193
5c0e67b2
RL
194Package: wxwin=V-examples
195Architecture: all
196Section: devel
197Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
198Description: wxWindows Cross-platform C++ GUI toolkit (examples)
199 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 200 Interface) and other facilities on more than one platform. Version =V
5c0e67b2
RL
201 currently supports subsets of GTK+, Motif, and MS Windows.
202 .
203 This package contains examples of using the wxWindows toolkit.
204