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