]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
Always let (deprecated) FindColour() return a new instance of a found colour, because...
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
dc18c8f1 4Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python (>=2.2), python (<<2.3), python2.2-dev, zlib1g-dev, libjpeg62-dev, libpng12-0-dev, libtiff3g-dev, libgl-dev, libglu-dev, libesd0-dev
e4c4c1c6 5Maintainer: Ron Lee <ron@debian.org>
0ecfbbea 6Standards-Version: 3.5.8.0
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 20 .
094e328c
RL
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. You do not need
23 this package to build or use wxWindows GUI apps.
5c0e67b2
RL
24
25Package: libwxbase=V-dev
26Architecture: any
27Section: devel
8ddf18dd 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
ab0e718d 47Priority: extra
f6bcfd97 48Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
050207ec
RL
49Conflicts: libwxbase-dbg
50Replaces: libwxbase-dbg
51Provides: libwxbase-dbg
f6bcfd97
BP
52Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
53 wxBase is a collection of C++ classes providing basic data structures
54 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
55 portable wrappers around many OS-specific functions allowing to build the
56 same program under all supported folders, wxThread class for writing
57 multithreaded programs using either Win32 or POSIX threads and much more.
050207ec
RL
58 wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD,
59 Solaris, HP-UX, ...) win32, and BeOS.
f6bcfd97
BP
60 .
61 This package provides a debug version of the wxBase library. It is compiled
62 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
63 provides many internal checks by wxWindows itself that are not performed on
64 apps compiled with the 'release version' libs in the -dev package.
5c0e67b2 65
e4c4c1c6
RL
66Package: libwxgtk=V
67Architecture: any
68Section: libs
69Depends: ${shlibs:Depends}
050207ec
RL
70Suggests: libgl1
71Replaces: wxgtk2.1
e4c4c1c6
RL
72Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
73 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 74 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
75 currently supports subsets of GTK+, Motif, and MS Windows.
76 .
77 This package provides the shared libraries needed to run programs linked
f6bcfd97
BP
78 against wxWindows. To use the (optional) glcanvas library you will need
79 to have Mesa or OpenGL installed.
e4c4c1c6
RL
80
81Package: libwxgtk=V-dev
82Architecture: any
83Section: devel
8ddf18dd 84Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
050207ec 85Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
e4c4c1c6 86Conflicts: libwxgtk-dev
050207ec 87Replaces: libwxgtk-dev, wxgtk2.1-dev
e4c4c1c6
RL
88Provides: libwxgtk-dev
89Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
90 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 91 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
92 currently supports subsets of GTK+, Motif, and MS Windows.
93 .
f6bcfd97
BP
94 This package provides files needed to compile wxWindows programs. If you
95 want to compile apps using the (optional) glcanvas library you will need
96 to have Mesa or OpenGL installed too.
97
98Package: libwxgtk=V-dbg
99Architecture: any
100Section: devel
ab0e718d 101Priority: extra
f6bcfd97 102Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
050207ec
RL
103Conflicts: libwxgtk-dbg
104Replaces: libwxgtk-dbg
105Provides: libwxgtk-dbg
f6bcfd97
BP
106Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
107 wxWindows is a class library for C++ providing GUI (Graphical User
108 Interface) and other facilities on more than one platform. Version =V
109 currently supports subsets of GTK+, Motif, and MS Windows.
110 .
111 This package provides a debug version of the wxGtk library. It is compiled
112 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
113 provides many internal checks by wxWindows itself that are not performed on
114 apps compiled with the 'release version' libs in the -dev package.
e4c4c1c6 115
e0a4aa8a
RL
116Package: libwxgtk=V-python
117Architecture: any
118Section: interpreters
2b5f62a0 119Depends: python (>=2.2), python (<<2.3), ${shlibs:Depends}
094e328c
RL
120Suggests: wxwin=V-doc, wxwin=V-examples, python2.2-xml
121Conflicts: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
122Replaces: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
123Provides: libwxgtk-python
3a922bb4 124Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
e0a4aa8a 125 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 126 Interface) and other facilities on more than one platform. Version =V
e0a4aa8a
RL
127 currently supports subsets of GTK+, Motif, and MS Windows.
128 .
050207ec 129 This package provides a Python binding to the wxGTK library and it's
deefd679
RL
130 contrib libs. If you wish to use xrced you'll also need the python-xml
131 package installed.
e0a4aa8a 132
f6bcfd97
BP
133Package: libwxgtk=V-contrib
134Architecture: any
135Section: libs
136Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
137Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
138 wxWindows is a class library for C++ providing GUI (Graphical User
139 Interface) and other facilities on more than one platform. Version =V
140 currently supports subsets of GTK+, Motif, and MS Windows.
141 .
094e328c 142 This package provides the contrib libs from the wxWindows source tree
7b7a7637 143
f6bcfd97
BP
144Package: libwxgtk=V-contrib-dev
145Architecture: any
146Section: devel
050207ec 147Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
f6bcfd97
BP
148Conflicts: libwxgtk-contrib-dev
149Replaces: libwxgtk-contrib-dev
150Provides: libwxgtk-contrib-dev
151Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
152 wxWindows is a class library for C++ providing GUI (Graphical User
153 Interface) and other facilities on more than one platform. Version =V
154 currently supports subsets of GTK+, Motif, and MS Windows.
155 .
156 Install this package if you wish to compile applications that use the
094e328c 157 contrib libs from the wxWindows source tree.
f6bcfd97
BP
158
159Package: wxwin=V-headers
160Architecture: any
161Section: devel
8ddf18dd 162Conflicts: wxwin-headers, libwxgtk2.3
050207ec 163Replaces: wxwin-headers, wxgtk2.1-dev
f6bcfd97
BP
164Provides: wxwin-headers
165Description: wxWindows Cross-platform C++ GUI toolkit (header files)
166 wxWindows is a class library for C++ providing GUI (Graphical User
167 Interface) and other facilities on more than one platform. Version =V
168 currently supports subsets of GTK+, Motif, and MS Windows.
169 .
170 This package provides the common header files required to build applications
171 using the wxWindows toolkit.
172
3ca6a5f0
BP
173Package: wxwin=V-i18n
174Architecture: all
175Section: libs
176Conflicts: wxwin-i18n
177Replaces: wxwin-i18n
178Provides: wxwin-i18n
179Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
180 wxWindows is a class library for C++ providing GUI (Graphical User
181 Interface) and other facilities on more than one platform. Version =V
182 currently supports subsets of GTK+, Motif, and MS Windows.
183 .
184 This package provides the i18n message catalogs for wxWindows.
185
e0a4aa8a 186Package: wxwin=V-doc
f538864d
RL
187Architecture: all
188Section: doc
189Suggests: doc-base, www-browser
190Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
191 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 192 Interface) and other facilities on more than one platform. Version =V
f538864d
RL
193 currently supports subsets of GTK+, Motif, and MS Windows.
194 .
195 This package provides a HTML version of the wxWindows reference manual.
196
5c0e67b2
RL
197Package: wxwin=V-examples
198Architecture: all
199Section: devel
200Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
201Description: wxWindows Cross-platform C++ GUI toolkit (examples)
202 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 203 Interface) and other facilities on more than one platform. Version =V
5c0e67b2
RL
204 currently supports subsets of GTK+, Motif, and MS Windows.
205 .
094e328c
RL
206 This package contains examples of using the wxWindows toolkit in
207 C++ and with the wxPython language binding.
208
209Package: libwxgtk=V-univ
210Architecture: any
211Section: libs
8ddf18dd 212Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev, ${shlibs:Depends}
094e328c
RL
213Suggests: wxwin=V-doc, libstdc++-dev, gettext, libgl-dev
214Description: wxWindows Cross-platform C++ GUI toolkit (wxUNIVERSAL widgets)
215 wxWindows is a class library for C++ providing GUI (Graphical User
216 Interface) and other facilities on more than one platform. Version =V
217 currently supports subsets of GTK+, Motif, and MS Windows.
218 .
219 This package is built to use the wxUNIVERSAL widget set instead of
220 native gtk widgets.
5c0e67b2 221
3a922bb4
RL
222Package: libwxbase-msw=V-dev
223Architecture: i386
224Section: otherosfs
225Depends: wxwin=V-headers-msw (= ${Source-Version})
226Conflicts: libwxbase-msw-dev
227Replaces: libwxbase-msw-dev
228Provides: libwxbase-msw-dev
229Description: wxBase mingw32msvc-cross
230 mingw32msvc-cross wxBase libs.
231
4fb788e4
RL
232Package: libwxbase-msw=V-dbg
233Architecture: i386
234Section: otherosfs
235Depends: wxwin=V-headers-msw (= ${Source-Version})
236Conflicts: libwxbase-msw-dbg
237Replaces: libwxbase-msw-dbg
238Provides: libwxbase-msw-dbg
239Description: wxBase mingw32msvc-cross (debug)
240 mingw32msvc-cross wxBase libs.
241 __WXDEBUG__ version.
242
3a922bb4
RL
243Package: libwxmsw=V-dev
244Architecture: i386
245Section: otherosfs
246Depends: wxwin=V-headers-msw (= ${Source-Version})
247Conflicts: libwxmsw-dev
248Replaces: libwxmsw-dev
249Provides: libwxmsw-dev
250Description: wxMSW mingw32msvc-cross
251 mingw32msvc-cross wxMSW libs.
252
4fb788e4
RL
253Package: libwxmsw=V-dbg
254Architecture: i386
255Section: otherosfs
256Depends: wxwin=V-headers-msw (= ${Source-Version})
257Conflicts: libwxmsw-dbg
258Replaces: libwxmsw-dbg
259Provides: libwxmsw-dbg
260Description: wxMSW mingw32msvc-cross (debug)
261 mingw32msvc-cross wxMSW libs.
262 __WXDEBUG__ version.
263
3a922bb4
RL
264Package: wxwin=V-headers-msw
265Architecture: i386
266Section: otherosfs
267Depends: wxwin=V-headers (= ${Source-Version})
268Conflicts: wxwin-headers-msw
269Replaces: wxwin-headers-msw
270Provides: wxwin-headers-msw
271Description: Extra wxWindows headers for mingw32msvc-cross
272 Headers required by the wxWindows mingw32msvc-cross libraries.
273