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