2006-07-30 01:33:39 +00:00
|
|
|
Source: wxwidgets=V
|
2000-02-16 20:47:08 +00:00
|
|
|
Section: libs
|
|
|
|
Priority: optional
|
2007-05-09 22:48:47 +00:00
|
|
|
Build-Depends: debhelper (>=4.0), bc, flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libsm-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libesd0-dev, libgnomeprintui2.2-dev, libgconf2-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
|
2006-08-05 16:09:11 +00:00
|
|
|
Maintainer: wxWidgets dev-team <wx-dev@lists.wxwidgets.org>
|
2005-06-23 07:55:23 +00:00
|
|
|
Standards-Version: 3.6.2.1
|
2000-02-24 01:15:08 +00:00
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxbase=SOV=U
|
2006-06-01 22:22:02 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: ${shlibs:Depends}
|
|
|
|
Description: wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux,
|
|
|
|
FreeBSD, Solaris, HP-UX, ...), win32, and BeOS.
|
|
|
|
.
|
|
|
|
This package is only useful for non-GUI apps. It offers a subset of the
|
2006-07-29 23:33:52 +00:00
|
|
|
classes in libwx_gtk=V=U for use in console apps and daemons. You do not need
|
2006-06-01 22:22:02 +00:00
|
|
|
this package to build or use wxWidgets GUI apps.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxbase=V=U-dev
|
2006-06-01 22:22:02 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: libdevel
|
2007-12-13 23:05:55 +00:00
|
|
|
Depends: wx=V-headers (= ${Source-Version}), libwxbase=SOV=U (= ${Source-Version}), libc6-dev | libc-dev
|
2006-06-01 22:22:02 +00:00
|
|
|
Suggests: wx=V-doc, gettext
|
|
|
|
Description: wxBase library (development) - non-GUI support classes of wxWidgets toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux,
|
|
|
|
FreeBSD, Solaris, HP-UX, ...), win32, and BeOS.
|
|
|
|
.
|
|
|
|
This package provides the files needed to compile apps using the wxBase
|
|
|
|
library.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxbase=V=U-dbg
|
2006-06-01 22:22:02 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: libdevel
|
|
|
|
Priority: extra
|
|
|
|
Depends: wx=V-headers (= ${Source-Version}), libc6-dev
|
|
|
|
Description: wxBase library (debug) - non-GUI support classes of wxWidgets toolkit
|
|
|
|
wxBase is a collection of C++ classes providing basic data structures
|
|
|
|
(strings, lists, arrays), powerful wxDateTime class for date manipulations,
|
|
|
|
portable wrappers around many OS-specific functions allowing to build the
|
|
|
|
same program under all supported folders, wxThread class for writing
|
|
|
|
multithreaded programs using either Win32 or POSIX threads and much more.
|
|
|
|
wxBase currently supports the following platforms: Generic Unix (Linux,
|
|
|
|
FreeBSD, Solaris, HP-UX, ...) win32, and BeOS.
|
|
|
|
.
|
|
|
|
This package provides a debug version of the wxBase library. It is compiled
|
|
|
|
both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
|
|
|
|
provides many internal checks by wxWidgets itself that are not performed on
|
|
|
|
apps compiled with the 'release version' libs in the -dev package.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxgtk=SOV=U
|
2000-02-16 20:47:08 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: libs
|
|
|
|
Depends: ${shlibs:Depends}
|
2005-02-13 12:38:16 +00:00
|
|
|
Suggests: libgnomeprintui2.2-0
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-02-16 20:47:08 +00:00
|
|
|
.
|
|
|
|
This package provides the shared libraries needed to run programs linked
|
2004-03-03 07:10:36 +00:00
|
|
|
against wxWidgets. To use the (optional) glcanvas library you will need
|
2000-07-15 19:51:35 +00:00
|
|
|
to have Mesa or OpenGL installed.
|
2000-02-16 20:47:08 +00:00
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxgtk=V=U-dev
|
2000-02-16 20:47:08 +00:00
|
|
|
Architecture: any
|
2004-03-03 07:10:36 +00:00
|
|
|
Section: libdevel
|
2007-12-13 23:05:55 +00:00
|
|
|
Depends: wx=V-headers (= ${Source-Version}), libwxgtk=SOV=U (= ${Source-Version}), libwxbase=V=U-dev (= ${Source-Version})
|
2006-06-01 22:22:02 +00:00
|
|
|
Suggests: wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-02-16 20:47:08 +00:00
|
|
|
.
|
2004-03-03 07:10:36 +00:00
|
|
|
This package provides files needed to compile wxWidgets programs. If you
|
2000-07-15 19:51:35 +00:00
|
|
|
want to compile apps using the (optional) glcanvas library you will need
|
|
|
|
to have Mesa or OpenGL installed too.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxgtk=V=U-dbg
|
2000-07-15 19:51:35 +00:00
|
|
|
Architecture: any
|
2004-03-03 07:10:36 +00:00
|
|
|
Section: libdevel
|
2001-03-20 15:25:47 +00:00
|
|
|
Priority: extra
|
2007-12-13 23:05:55 +00:00
|
|
|
Depends: wx=V-headers (= ${Source-Version}), libwxbase=V=U-dbg (= ${Source-Version})
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-07-15 19:51:35 +00:00
|
|
|
.
|
2004-03-03 07:10:36 +00:00
|
|
|
This package provides a debug version of the wxGTK library. It is compiled
|
2000-07-15 19:51:35 +00:00
|
|
|
both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
|
2004-03-03 07:10:36 +00:00
|
|
|
provides many internal checks by wxWidgets itself that are not performed on
|
2000-07-15 19:51:35 +00:00
|
|
|
apps compiled with the 'release version' libs in the -dev package.
|
2000-02-16 20:47:08 +00:00
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: python-wxgtk=V=U
|
2000-02-21 23:02:25 +00:00
|
|
|
Architecture: any
|
2004-03-03 07:10:36 +00:00
|
|
|
Section: python
|
2006-06-01 22:22:02 +00:00
|
|
|
Depends: python-wxversion, =PY, ${shlibs:Depends}
|
|
|
|
Suggests: wx=V-doc, wx=V-examples, =PY-xml
|
|
|
|
Conflicts: libwxgtk2.6-0-python, wxpython2.6-0
|
|
|
|
Replaces: libwxgtk2.6-0-python, wxpython2.6-0
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-02-21 23:02:25 +00:00
|
|
|
.
|
2004-10-04 05:14:55 +00:00
|
|
|
This package provides a Python binding to the wxGTK library and the
|
|
|
|
wxPython runtime support libraries. If you wish to use xrc you'll also
|
|
|
|
need the =PY-xml package installed.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: python-wxgtk=V=U-dbg
|
2004-10-04 05:14:55 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: python
|
2006-06-01 22:22:02 +00:00
|
|
|
Depends: python-wxversion, =PY, ${shlibs:Depends}
|
2006-07-29 23:33:52 +00:00
|
|
|
Conflicts: python-wxgtk=V=U
|
|
|
|
Replaces: python-wxgtk=V=U
|
|
|
|
Provides: python-wxgtk=V=U
|
2006-06-01 22:22:02 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
|
|
|
|
wxWidgets is a class library for C++ providing GUI (Graphical User
|
2004-10-04 05:14:55 +00:00
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides a Python binding to the wxGTK debug library.
|
|
|
|
It is useful for developers as many common errors may be caught, but
|
|
|
|
you should _never_ upload packages to Debian that depend upon this
|
2006-07-29 23:33:52 +00:00
|
|
|
package explicitly, use the python-wxgtk=V=U package instead.
|
2004-10-04 05:14:55 +00:00
|
|
|
.
|
|
|
|
If you wish to use xrc you'll also need the =PY-xml package installed.
|
|
|
|
|
2006-06-01 22:22:02 +00:00
|
|
|
Package: python-wxversion
|
|
|
|
Architecture: all
|
2004-10-04 05:14:55 +00:00
|
|
|
Section: python
|
2006-06-01 22:22:02 +00:00
|
|
|
Conflicts: wxpython2.6-0
|
|
|
|
Replaces: wxpython2.6-0
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides the wxPython version selector.
|
|
|
|
|
2006-10-23 15:48:59 +00:00
|
|
|
Package: python-wxaddons
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Conflicts: python-wxgtk2.6
|
|
|
|
Replaces:
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython add-on packages base)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides a base Python package for 3rd party add-ons.
|
|
|
|
|
2006-06-01 22:22:02 +00:00
|
|
|
Package: python-wxtools
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
2006-08-06 14:12:13 +00:00
|
|
|
Depends: python-wxgtk=V=U
|
2006-06-01 22:22:02 +00:00
|
|
|
Conflicts: wxpython2.6-0
|
|
|
|
Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1
|
2004-10-04 05:14:55 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
2006-07-29 23:33:52 +00:00
|
|
|
This package provides support utilities and common files for wxPython=V=U.
|
2004-10-04 05:14:55 +00:00
|
|
|
If you wish to use xrced you'll also need the =PY-xml package installed.
|
2000-02-21 23:02:25 +00:00
|
|
|
|
2006-06-01 22:22:02 +00:00
|
|
|
Package: wx-common
|
2004-09-28 14:47:08 +00:00
|
|
|
Architecture: any
|
2004-10-04 05:14:55 +00:00
|
|
|
Section: devel
|
2004-09-28 14:47:08 +00:00
|
|
|
Depends: ${shlibs:Depends}
|
2006-06-01 22:22:02 +00:00
|
|
|
Conflicts: wx2.6-common
|
|
|
|
Replaces: wxwin2.4-headers, libwxgtk2.4-contrib-dev, wx2.6-common
|
2004-09-28 14:47:08 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (common support files)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides common support files not bound to any
|
|
|
|
particular wxWidgets release, such as font metrics required by some
|
|
|
|
ports, and miscellaneous developer aids and binary utilities.
|
|
|
|
|
2004-03-03 07:10:36 +00:00
|
|
|
Package: wx=V-headers
|
2000-07-15 19:51:35 +00:00
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-07-15 19:51:35 +00:00
|
|
|
.
|
|
|
|
This package provides the common header files required to build applications
|
2004-03-03 07:10:36 +00:00
|
|
|
using the wxWidgets toolkit.
|
2000-07-15 19:51:35 +00:00
|
|
|
|
2004-03-03 07:10:36 +00:00
|
|
|
Package: wx=V-i18n
|
2000-08-08 06:11:51 +00:00
|
|
|
Architecture: all
|
|
|
|
Section: libs
|
2005-04-11 13:30:06 +00:00
|
|
|
Conflicts: wx-i18n, wxwin-i18n, wx2.4-i18n
|
2005-04-12 17:08:08 +00:00
|
|
|
Replaces: wx-i18n, wxwin-i18n, wx2.4-i18n, wx2.5-i18n
|
2004-03-03 07:10:36 +00:00
|
|
|
Provides: wx-i18n
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-08-08 06:11:51 +00:00
|
|
|
.
|
2004-03-03 07:10:36 +00:00
|
|
|
This package provides the i18n message catalogs for wxWidgets.
|
2000-08-08 06:11:51 +00:00
|
|
|
|
2004-03-03 07:10:36 +00:00
|
|
|
Package: wx=V-doc
|
2000-02-17 19:07:25 +00:00
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
2004-03-03 07:10:36 +00:00
|
|
|
Provides: wx-doc
|
2000-02-17 19:07:25 +00:00
|
|
|
Suggests: doc-base, www-browser
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-02-17 19:07:25 +00:00
|
|
|
.
|
2004-03-03 07:10:36 +00:00
|
|
|
This package provides a HTML version of the wxWidgets reference manual.
|
2000-02-17 19:07:25 +00:00
|
|
|
|
2004-03-03 07:10:36 +00:00
|
|
|
Package: wx=V-examples
|
2000-02-24 01:15:08 +00:00
|
|
|
Architecture: all
|
|
|
|
Section: devel
|
2006-07-29 23:33:52 +00:00
|
|
|
Suggests: libwxgtk=V=U-dev (= ${Source-Version}), wx=V-doc
|
2004-03-03 07:10:36 +00:00
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
2000-02-24 01:15:08 +00:00
|
|
|
.
|
2004-03-03 07:10:36 +00:00
|
|
|
This package contains examples of using the wxWidgets toolkit in
|
2003-01-11 03:50:44 +00:00
|
|
|
C++ and with the wxPython language binding.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxmsw=V=U-dev
|
2001-09-28 07:00:13 +00:00
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
2004-03-03 07:10:36 +00:00
|
|
|
Depends: wx=V-headers-msw (= ${Source-Version})
|
2001-09-28 07:00:13 +00:00
|
|
|
Description: wxMSW mingw32msvc-cross
|
|
|
|
mingw32msvc-cross wxMSW libs.
|
|
|
|
|
2006-07-29 23:33:52 +00:00
|
|
|
Package: libwxmsw=V=U-dbg
|
2001-11-03 13:00:52 +00:00
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
2004-03-03 07:10:36 +00:00
|
|
|
Depends: wx=V-headers-msw (= ${Source-Version})
|
2001-11-03 13:00:52 +00:00
|
|
|
Description: wxMSW mingw32msvc-cross (debug)
|
|
|
|
mingw32msvc-cross wxMSW libs.
|
|
|
|
__WXDEBUG__ version.
|
|
|
|
|
2004-03-03 07:10:36 +00:00
|
|
|
Package: wx=V-headers-msw
|
2001-09-28 07:00:13 +00:00
|
|
|
Architecture: i386
|
|
|
|
Section: otherosfs
|
2004-03-03 07:10:36 +00:00
|
|
|
Depends: wx=V-headers (= ${Source-Version})
|
|
|
|
Description: Extra wxWidgets headers for mingw32msvc-cross
|
|
|
|
Headers required by the wxWidgets mingw32msvc-cross libraries.
|
2001-09-28 07:00:13 +00:00
|
|
|
|
2007-12-13 23:05:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Package: python-wxgtk=V=U
|
|
|
|
Architecture: any
|
|
|
|
Section: python
|
|
|
|
Depends: python-wxversion, ${python:Depends}, ${shlibs:Depends}
|
|
|
|
Suggests: wx=V-doc, wx=V-examples, python-xml
|
|
|
|
Conflicts: libwxgtk2.6-0-python, wxpython2.6-0
|
|
|
|
Replaces: libwxgtk2.6-0-python, wxpython2.6-0
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
Provides: ${python:Provides}
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides a Python binding to the wxGTK library and the
|
|
|
|
wxPython runtime support libraries. If you wish to use xrc you'll also
|
|
|
|
need the python-xml package installed.
|
|
|
|
|
|
|
|
Package: python-wxgtk=V=U-dbg
|
|
|
|
Priority: extra
|
|
|
|
Architecture: any
|
|
|
|
Section: python
|
|
|
|
Depends: python-wxgtk=V=U (= ${Source-Version}), python-dbg, ${shlibs:Depends}
|
|
|
|
Suggests: python-xml-dbg
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding, debug version)
|
|
|
|
wxWidgets is a class library for C++ providing GUI (Graphical User
|
|
|
|
Interface) and other facilities on more than one platform. Version =V
|
|
|
|
currently supports subsets of GTK+, Motif, and MS Windows.
|
|
|
|
.
|
|
|
|
This package provides a Python binding to the wxGTK debug library.
|
|
|
|
This package contains the extensions built for the python debug interpreter.
|
|
|
|
|
|
|
|
Package: python-wxversion
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Depends: ${python:Depends}
|
|
|
|
Conflicts: wxpython2.6-0
|
|
|
|
Replaces: wxpython2.6-0
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides the wxPython version selector.
|
|
|
|
|
|
|
|
Package: python-wxaddons
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Conflicts: python-wxgtk2.6 (<< 2.6.4.0)
|
|
|
|
Depends: ${python:Depends}, python-wxgtk=V=U
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython add-on packages base)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides a base Python package for 3rd party add-ons.
|
|
|
|
|
|
|
|
Package: python-wxtools
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
|
|
|
Depends: python-wxgtk=V=U, ${python:Depends}
|
|
|
|
Conflicts: wxpython2.6-0
|
|
|
|
Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)
|
|
|
|
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
|
|
GUI components and other facilities on several popular platforms (and some
|
|
|
|
unpopular ones as well). For more information see http://wxwidgets.org
|
|
|
|
.
|
|
|
|
This package provides support utilities and common files for wxPython=V=U.
|
|
|
|
If you wish to use xrced you'll also need the python-xml package installed.
|
|
|
|
|