]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
gdk_pixbuf_unref -> g_object_unref
[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, libgnomeprintui2.2-dev
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.6.2.1
7
8 Package: libwxgtk=SOV
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Suggests: libgnomeprintui2.2-0
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=SOV (= ${Source-Version}), libc6-dev
26 Suggests: wx=V-common | wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
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
31 .
32 This package provides files needed to compile wxWidgets programs. If you
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
38 Section: libdevel
39 Priority: extra
40 Depends: wx=V-headers (= ${Source-Version}), libc6-dev
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
45 .
46 This package provides a debug version of the wxGTK library. It is compiled
47 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
48 provides many internal checks by wxWidgets itself that are not performed on
49 apps compiled with the 'release version' libs in the -dev package.
50
51 Package: libwxgtk=SOV-python
52 Architecture: any
53 Section: python
54 Depends: wxpython, =PY, ${shlibs:Depends}
55 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
56 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
57 GUI components and other facilities on several popular platforms (and some
58 unpopular ones as well). For more information see http://wxwidgets.org
59 .
60 This package provides a Python binding to the wxGTK library and the
61 wxPython runtime support libraries. If you wish to use xrc you'll also
62 need the =PY-xml package installed.
63
64 Package: libwxgtk=SOV-dbg-python
65 Architecture: any
66 Section: python
67 Depends: wxpython, =PY, ${shlibs:Depends}
68 Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
69 wxWindows is a class library for C++ providing GUI (Graphical User
70 Interface) and other facilities on more than one platform. Version =V
71 currently supports subsets of GTK+, Motif, and MS Windows.
72 .
73 This package provides a Python binding to the wxGTK debug library.
74 It is useful for developers as many common errors may be caught, but
75 you should _never_ upload packages to Debian that depend upon this
76 package explicitly, use the libwxgtk=SOV-python package instead.
77 .
78 If you wish to use xrc you'll also need the =PY-xml package installed.
79
80 Package: wxpython=SOV
81 Architecture: any
82 Section: python
83 Depends: libwxgtk=SOV-python, =PY, ${shlibs:Depends}
84 Suggests: wx=V-doc, wx=V-examples, =PY-xml
85 Conflicts: wxpython
86 Replaces: wxpython, libwxgtk2.4-python
87 Provides: wxpython
88 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)
89 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
90 GUI components and other facilities on several popular platforms (and some
91 unpopular ones as well). For more information see http://wxwidgets.org
92 .
93 This package provides support utilities and common files for wxPython=SOV.
94 If you wish to use xrced you'll also need the =PY-xml package installed.
95
96 Package: wx=V-common
97 Architecture: any
98 Section: devel
99 Depends: ${shlibs:Depends}
100 Conflicts: wx-common
101 Replaces: wx-common, wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.5-common
102 Provides: wx-common
103 Description: wxWidgets Cross-platform C++ GUI toolkit (common support files)
104 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
105 GUI components and other facilities on several popular platforms (and some
106 unpopular ones as well). For more information see http://wxwidgets.org
107 .
108 This package provides common support files not bound to any
109 particular wxWidgets release, such as font metrics required by some
110 ports, and miscellaneous developer aids and binary utilities.
111
112 Package: wx=V-headers
113 Architecture: any
114 Section: devel
115 Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
116 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
117 GUI components and other facilities on several popular platforms (and some
118 unpopular ones as well). For more information see http://wxwidgets.org
119 .
120 This package provides the common header files required to build applications
121 using the wxWidgets toolkit.
122
123 Package: wx=V-i18n
124 Architecture: all
125 Section: libs
126 Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n
127 Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n
128 Provides: wx-i18n
129 Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
130 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
131 GUI components and other facilities on several popular platforms (and some
132 unpopular ones as well). For more information see http://wxwidgets.org
133 .
134 This package provides the i18n message catalogs for wxWidgets.
135
136 Package: wx=V-doc
137 Architecture: all
138 Section: doc
139 Provides: wx-doc
140 Suggests: doc-base, www-browser
141 Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
142 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
143 GUI components and other facilities on several popular platforms (and some
144 unpopular ones as well). For more information see http://wxwidgets.org
145 .
146 This package provides a HTML version of the wxWidgets reference manual.
147
148 Package: wx=V-examples
149 Architecture: all
150 Section: devel
151 Suggests: libwxgtk=V-dev (= ${Source-Version}), wx=V-doc
152 Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
153 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
154 GUI components and other facilities on several popular platforms (and some
155 unpopular ones as well). For more information see http://wxwidgets.org
156 .
157 This package contains examples of using the wxWidgets toolkit in
158 C++ and with the wxPython language binding.
159
160 Package: libwxmsw=V-dev
161 Architecture: i386
162 Section: otherosfs
163 Depends: wx=V-headers-msw (= ${Source-Version})
164 Description: wxMSW mingw32msvc-cross
165 mingw32msvc-cross wxMSW libs.
166
167 Package: libwxmsw=V-dbg
168 Architecture: i386
169 Section: otherosfs
170 Depends: wx=V-headers-msw (= ${Source-Version})
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 Description: Extra wxWidgets headers for mingw32msvc-cross
180 Headers required by the wxWidgets mingw32msvc-cross libraries.
181