]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
added missing header to fix !USE_PCH compilation
[wxWidgets.git] / debian / control.in
1 Source: wxwidgets=V
2 Section: libs
3 Priority: optional
4 Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.6.1.1
7
8 Package: libwxgtk=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Replaces: wxgtk2.1
13 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
14 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
15 GUI components and other facilities on several popular platforms (and some
16 unpopular ones as well). For more information see http://wxwidgets.org
17 .
18 This package provides the shared libraries needed to run programs linked
19 against wxWidgets. To use the (optional) glcanvas library you will need
20 to have Mesa or OpenGL installed.
21
22 Package: libwxgtk=V-dev
23 Architecture: any
24 Section: libdevel
25 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
26 Suggests: wxwin=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
27 Conflicts: libwxgtk-dev, libwxbase-dev
28 Replaces: libwxgtk-dev, libwxbase-dev, wxgtk2.1-dev
29 Provides: libwxgtk-dev
30 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
31 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
32 GUI components and other facilities on several popular platforms (and some
33 unpopular ones as well). For more information see http://wxwidgets.org
34 .
35 This package provides files needed to compile wxWidgets programs. If you
36 want to compile apps using the (optional) glcanvas library you will need
37 to have Mesa or OpenGL installed too.
38
39 Package: libwxgtk=V-dbg
40 Architecture: any
41 Section: libdevel
42 Priority: extra
43 Depends: wx=V-headers (= ${Source-Version}), libc6-dev
44 Conflicts: libwxgtk-dbg, libwxbase-dbg
45 Replaces: libwxgtk-dbg, libwxbase-dbg
46 Provides: libwxgtk-dbg
47 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
48 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
49 GUI components and other facilities on several popular platforms (and some
50 unpopular ones as well). For more information see http://wxwidgets.org
51 .
52 This package provides a debug version of the wxGTK library. It is compiled
53 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
54 provides many internal checks by wxWidgets itself that are not performed on
55 apps compiled with the 'release version' libs in the -dev package.
56
57 Package: libwxgtk=V-python
58 Architecture: any
59 Section: python
60 Depends: =PY, ${shlibs:Depends}
61 Suggests: wx=V-doc, wx=V-examples, =PY-xml
62 Conflicts: libwxgtk-python, libwxgtk=V-dbg-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
63 Replaces: libwxgtk-python, libwxgtk=V-dbg-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
64 Provides: libwxgtk-python
65 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
66 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
67 GUI components and other facilities on several popular platforms (and some
68 unpopular ones as well). For more information see http://wxwidgets.org
69 .
70 This package provides a Python binding to the wxGTK library and its
71 contrib libs. If you wish to use xrced you'll also need the python-xml
72 package installed.
73
74 Package: libwxgtk=V-contrib
75 Architecture: any
76 Section: libs
77 Depends: ${shlibs:Depends}
78 Description: wxWidgets Cross-platform C++ GUI toolkit (runtime contrib libs)
79 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
80 GUI components and other facilities on several popular platforms (and some
81 unpopular ones as well). For more information see http://wxwidgets.org
82 .
83 This package provides the contrib libs from the wxWidgets source tree
84
85 Package: libwxgtk=V-contrib-dev
86 Architecture: any
87 Section: libdevel
88 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
89 Conflicts: libwxgtk-contrib-dev
90 Replaces: libwxgtk-contrib-dev
91 Provides: libwxgtk-contrib-dev
92 Description: wxWidgets Cross-platform C++ GUI toolkit (development contrib libs)
93 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
94 GUI components and other facilities on several popular platforms (and some
95 unpopular ones as well). For more information see http://wxwidgets.org
96 .
97 Install this package if you wish to compile applications that use the
98 contrib libs from the wxWidgets source tree.
99
100 Package: wx=V-headers
101 Architecture: any
102 Section: devel
103 Conflicts: wx-headers, wxwin-headers
104 Replaces: wx-headers, wxwin-headers, wxgtk2.1-dev, libwxgtk2.3
105 Provides: wx-headers
106 Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
107 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
108 GUI components and other facilities on several popular platforms (and some
109 unpopular ones as well). For more information see http://wxwidgets.org
110 .
111 This package provides the common header files required to build applications
112 using the wxWidgets toolkit.
113
114 Package: wx=V-i18n
115 Architecture: all
116 Section: libs
117 Conflicts: wx-i18n, wxwin-i18n
118 Replaces: wx-i18n, wxwin-i18n
119 Provides: wx-i18n
120 Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
121 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
122 GUI components and other facilities on several popular platforms (and some
123 unpopular ones as well). For more information see http://wxwidgets.org
124 .
125 This package provides the i18n message catalogs for wxWidgets.
126
127 Package: wx=V-doc
128 Architecture: all
129 Section: doc
130 Conflicts: wx-doc, wxwin2.2-doc, wxwin-doc
131 Replaces: wx-doc, wxwin-doc
132 Provides: wx-doc
133 Suggests: doc-base, www-browser
134 Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
135 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
136 GUI components and other facilities on several popular platforms (and some
137 unpopular ones as well). For more information see http://wxwidgets.org
138 .
139 This package provides a HTML version of the wxWidgets reference manual.
140
141 Package: wx=V-examples
142 Architecture: all
143 Section: devel
144 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
145 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
146 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
147 GUI components and other facilities on several popular platforms (and some
148 unpopular ones as well). For more information see http://wxwidgets.org
149 .
150 This package contains examples of using the wxWidgets toolkit in
151 C++ and with the wxPython language binding.
152
153 Package: libwxgtk=V-dbg-python
154 Architecture: any
155 Section: python
156 Depends: =PY, ${shlibs:Depends}
157 Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
158 Conflicts: libwxgtk=V-python
159 Replaces: libwxgtk=V-python
160 Provides: libwxgtk=V-python
161 Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
162 wxWindows is a class library for C++ providing GUI (Graphical User
163 Interface) and other facilities on more than one platform. Version =V
164 currently supports subsets of GTK+, Motif, and MS Windows.
165 .
166 This package provides a Python binding to the wxGTK debug library.
167 It is useful for developers as many common errors may be caught.
168 Unfortunately it cannot be installed at the same time as the release
169 packages, but it will replace them for other applications that require
170 wxPython. You should _never_ upload packages to Debian that depend upon
171 this package explicitly, use the libwxgtk=V-python package instead.
172 .
173 If you wish to use xrced you'll also need the python-xml package installed.
174
175 Package: libwxmsw=V-dev
176 Architecture: i386
177 Section: otherosfs
178 Depends: wx=V-headers-msw (= ${Source-Version})
179 Conflicts: libwxmsw-dev
180 Replaces: libwxmsw-dev
181 Provides: libwxmsw-dev
182 Description: wxMSW mingw32msvc-cross
183 mingw32msvc-cross wxMSW libs.
184
185 Package: libwxmsw=V-dbg
186 Architecture: i386
187 Section: otherosfs
188 Depends: wx=V-headers-msw (= ${Source-Version})
189 Conflicts: libwxmsw-dbg
190 Replaces: libwxmsw-dbg
191 Provides: libwxmsw-dbg
192 Description: wxMSW mingw32msvc-cross (debug)
193 mingw32msvc-cross wxMSW libs.
194 __WXDEBUG__ version.
195
196 Package: wx=V-headers-msw
197 Architecture: i386
198 Section: otherosfs
199 Depends: wx=V-headers (= ${Source-Version})
200 Conflicts: wx-headers-msw, wxwin-headers-msw
201 Replaces: wx-headers-msw, wxwin-headers-msw
202 Provides: wx-headers-msw
203 Description: Extra wxWidgets headers for mingw32msvc-cross
204 Headers required by the wxWidgets mingw32msvc-cross libraries.
205