]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
modified arguments syntax to be wx-config [options] [libraries list]
[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, libtiff3g-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.0
7
8 Package: libwxgtk=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Suggests: libgl1
13 Replaces: wxgtk2.1
14 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
15 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
16 GUI components and other facilities on several popular platforms (and some
17 unpopular ones as well). For more information see http://wxwidgets.org
18 .
19 This package provides the shared libraries needed to run programs linked
20 against wxWidgets. To use the (optional) glcanvas library you will need
21 to have Mesa or OpenGL installed.
22
23 Package: libwxgtk=V-dev
24 Architecture: any
25 Section: libdevel
26 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
27 Suggests: wx=V-doc, libstdc++-dev, gettext, libgl-dev
28 Conflicts: libwxgtk-dev, libwxbase-dev
29 Replaces: libwxgtk-dev, libwxbase-dev, wxgtk2.1-dev
30 Provides: libwxgtk-dev
31 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
32 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
33 GUI components and other facilities on several popular platforms (and some
34 unpopular ones as well). For more information see http://wxwidgets.org
35 .
36 This package provides files needed to compile wxWidgets programs. If you
37 want to compile apps using the (optional) glcanvas library you will need
38 to have Mesa or OpenGL installed too.
39
40 Package: libwxgtk=V-dbg
41 Architecture: any
42 Section: libdevel
43 Priority: extra
44 Depends: wx=V-headers (= ${Source-Version}), libc6-dev
45 Conflicts: libwxgtk-dbg, libwxbase-dbg
46 Replaces: libwxgtk-dbg, libwxbase-dbg
47 Provides: libwxgtk-dbg
48 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
49 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
50 GUI components and other facilities on several popular platforms (and some
51 unpopular ones as well). For more information see http://wxwidgets.org
52 .
53 This package provides a debug version of the wxGTK library. It is compiled
54 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
55 provides many internal checks by wxWidgets itself that are not performed on
56 apps compiled with the 'release version' libs in the -dev package.
57
58 Package: libwxgtk=V-python
59 Architecture: any
60 Section: python
61 Depends: =PY, ${shlibs:Depends}
62 Suggests: wx=V-doc, wx=V-examples, =PY-xml
63 Conflicts: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
64 Replaces: libwxgtk-python, python-wxwin, libwxgtk2.2-python-contrib, libwxgtk2.2-python, libwxgtk2.3-python
65 Provides: libwxgtk-python
66 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
67 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
68 GUI components and other facilities on several popular platforms (and some
69 unpopular ones as well). For more information see http://wxwidgets.org
70 .
71 This package provides a Python binding to the wxGTK library and it's
72 contrib libs. If you wish to use xrced you'll also need the python-xml
73 package installed.
74
75 Package: libwxgtk=V-contrib
76 Architecture: any
77 Section: libs
78 Depends: ${shlibs:Depends}
79 Description: wxWidgets Cross-platform C++ GUI toolkit (runtime contrib libs)
80 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
81 GUI components and other facilities on several popular platforms (and some
82 unpopular ones as well). For more information see http://wxwidgets.org
83 .
84 This package provides the contrib libs from the wxWidgets source tree
85
86 Package: libwxgtk=V-contrib-dev
87 Architecture: any
88 Section: libdevel
89 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libwxgtk=V-contrib (= ${Source-Version}), libc6-dev
90 Conflicts: libwxgtk-contrib-dev
91 Replaces: libwxgtk-contrib-dev
92 Provides: libwxgtk-contrib-dev
93 Description: wxWidgets Cross-platform C++ GUI toolkit (development contrib libs)
94 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
95 GUI components and other facilities on several popular platforms (and some
96 unpopular ones as well). For more information see http://wxwidgets.org
97 .
98 Install this package if you wish to compile applications that use the
99 contrib libs from the wxWidgets source tree.
100
101 Package: wx=V-headers
102 Architecture: any
103 Section: devel
104 Conflicts: wx-headers, wxwin-headers
105 Replaces: wx-headers, wxwin-headers, wxgtk2.1-dev, libwxgtk2.3
106 Provides: wx-headers
107 Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
108 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
109 GUI components and other facilities on several popular platforms (and some
110 unpopular ones as well). For more information see http://wxwidgets.org
111 .
112 This package provides the common header files required to build applications
113 using the wxWidgets toolkit.
114
115 Package: wx=V-i18n
116 Architecture: all
117 Section: libs
118 Conflicts: wx-i18n, wxwin-i18n
119 Replaces: wx-i18n, wxwin-i18n
120 Provides: wx-i18n
121 Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
122 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
123 GUI components and other facilities on several popular platforms (and some
124 unpopular ones as well). For more information see http://wxwidgets.org
125 .
126 This package provides the i18n message catalogs for wxWidgets.
127
128 Package: wx=V-doc
129 Architecture: all
130 Section: doc
131 Conflicts: wx-doc, wxwin2.2-doc, wxwin-doc
132 Replaces: wx-doc, wxwin-doc
133 Provides: wx-doc
134 Suggests: doc-base, www-browser
135 Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
136 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
137 GUI components and other facilities on several popular platforms (and some
138 unpopular ones as well). For more information see http://wxwidgets.org
139 .
140 This package provides a HTML version of the wxWidgets reference manual.
141
142 Package: wx=V-examples
143 Architecture: all
144 Section: devel
145 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
146 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
147 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
148 GUI components and other facilities on several popular platforms (and some
149 unpopular ones as well). For more information see http://wxwidgets.org
150 .
151 This package contains examples of using the wxWidgets toolkit in
152 C++ and with the wxPython language binding.
153
154 Package: libwxmsw=V-dev
155 Architecture: i386
156 Section: otherosfs
157 Depends: wx=V-headers-msw (= ${Source-Version})
158 Conflicts: libwxmsw-dev
159 Replaces: libwxmsw-dev
160 Provides: libwxmsw-dev
161 Description: wxMSW mingw32msvc-cross
162 mingw32msvc-cross wxMSW libs.
163
164 Package: libwxmsw=V-dbg
165 Architecture: i386
166 Section: otherosfs
167 Depends: wx=V-headers-msw (= ${Source-Version})
168 Conflicts: libwxmsw-dbg
169 Replaces: libwxmsw-dbg
170 Provides: libwxmsw-dbg
171 Description: wxMSW mingw32msvc-cross (debug)
172 mingw32msvc-cross wxMSW libs.
173 __WXDEBUG__ version.
174
175 Package: wx=V-headers-msw
176 Architecture: i386
177 Section: otherosfs
178 Depends: wx=V-headers (= ${Source-Version})
179 Conflicts: wx-headers-msw, wxwin-headers-msw
180 Replaces: wx-headers-msw, wxwin-headers-msw
181 Provides: wx-headers-msw
182 Description: Extra wxWidgets headers for mingw32msvc-cross
183 Headers required by the wxWidgets mingw32msvc-cross libraries.
184