]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
regenerated with autoconf 2.13
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
afa3e1ed 4Build-Depends: debhelper (>=2.0), 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
3abb92ce 28Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), zlib1g-dev, 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
3abb92ce 84Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libgtk1.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, 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
afa3e1ed 119Depends: python-base (>=1.5.2), ${shlibs:Depends}
e0a4aa8a 120Suggests: wxwin=V-doc
050207ec
RL
121Conflicts: libwxgtk=V-python-contrib, python-wxwin
122Replaces: libwxgtk=V-python-contrib, python-wxwin
e0a4aa8a
RL
123Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
124 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 125 Interface) and other facilities on more than one platform. Version =V
e0a4aa8a
RL
126 currently supports subsets of GTK+, Motif, and MS Windows.
127 .
050207ec
RL
128 This package provides a Python binding to the wxGTK library and it's
129 contrib libs.
e0a4aa8a 130
f6bcfd97
BP
131Package: libwxgtk=V-contrib
132Architecture: any
133Section: libs
134Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
135Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
136 wxWindows is a class library for C++ providing GUI (Graphical User
137 Interface) and other facilities on more than one platform. Version =V
138 currently supports subsets of GTK+, Motif, and MS Windows.
139 .
140 This package provides the contrib libs of the wxWindows source tree
141 (mmedia, ogl, stc)
142
143Package: libwxgtk=V-contrib-dev
144Architecture: any
145Section: devel
050207ec 146Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
f6bcfd97
BP
147Conflicts: libwxgtk-contrib-dev
148Replaces: libwxgtk-contrib-dev
149Provides: libwxgtk-contrib-dev
150Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
151 wxWindows is a class library for C++ providing GUI (Graphical User
152 Interface) and other facilities on more than one platform. Version =V
153 currently supports subsets of GTK+, Motif, and MS Windows.
154 .
155 Install this package if you wish to compile applications that use the
156 contrib libs from the wxWindows source tree (mmedia, ogl, stc)
157
158Package: wxwin=V-headers
159Architecture: any
160Section: devel
161Conflicts: wxwin-headers
050207ec 162Replaces: wxwin-headers, wxgtk2.1-dev
f6bcfd97
BP
163Provides: wxwin-headers
164Description: wxWindows Cross-platform C++ GUI toolkit (header files)
165 wxWindows is a class library for C++ providing GUI (Graphical User
166 Interface) and other facilities on more than one platform. Version =V
167 currently supports subsets of GTK+, Motif, and MS Windows.
168 .
169 This package provides the common header files required to build applications
170 using the wxWindows toolkit.
171
3ca6a5f0
BP
172Package: wxwin=V-i18n
173Architecture: all
174Section: libs
175Conflicts: wxwin-i18n
176Replaces: wxwin-i18n
177Provides: wxwin-i18n
178Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
179 wxWindows is a class library for C++ providing GUI (Graphical User
180 Interface) and other facilities on more than one platform. Version =V
181 currently supports subsets of GTK+, Motif, and MS Windows.
182 .
183 This package provides the i18n message catalogs for wxWindows.
184
e0a4aa8a 185Package: wxwin=V-doc
f538864d
RL
186Architecture: all
187Section: doc
188Suggests: doc-base, www-browser
189Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
190 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 191 Interface) and other facilities on more than one platform. Version =V
f538864d
RL
192 currently supports subsets of GTK+, Motif, and MS Windows.
193 .
194 This package provides a HTML version of the wxWindows reference manual.
195
5c0e67b2
RL
196Package: wxwin=V-examples
197Architecture: all
198Section: devel
199Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
200Description: wxWindows Cross-platform C++ GUI toolkit (examples)
201 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 202 Interface) and other facilities on more than one platform. Version =V
5c0e67b2
RL
203 currently supports subsets of GTK+, Motif, and MS Windows.
204 .
205 This package contains examples of using the wxWindows toolkit.
206