/[pkg-kde]/trunk/packages/qt4-x11/debian/control
ViewVC logotype

Contents of /trunk/packages/qt4-x11/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2736 - (show annotations) (download)
Tue Jan 3 01:28:00 2006 UTC (7 years, 5 months ago) by pyro
File size: 6554 byte(s)
    - Fixes missing QBitArray operators (Closes: #341658)
  
  * Added the new QTestLib unit testing framework to the libqt4-core
    package
  * Added the new QtSvg module to the libqt4-gui package
  
  * Split the qtconfig tool out of libqt4-gui and into a separate
    qt4-qtconfig package, due to its linkage against libqt4-qt3support and
    hence ridiculous dependency chain.
1 Source: qt4-x11
2 Section: libs
3 Priority: optional
4 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
5 Uploaders: Brian Nelson <pyro@debian.org>
6 Build-Depends: debhelper (>= 4.1.26), xlibs-static-dev (>= 4.3.0.dfsg.1-4), libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), x-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libjpeg62-dev, libjpeg62-dev, zlib1g-dev, libmng-dev (>= 1.0.3), libpng12-dev, libfreetype6-dev, libmysqlclient14-dev | libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcupsys2-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev | libglu-dev, libxft-dev, libxrender-dev, libxcursor-dev, cdbs (>= 0.4.0), dpatch, libxinerama-dev
7 Standards-Version: 3.6.2
8
9 Package: libqt4-dev
10 Architecture: any
11 Section: libdevel
12 Depends: ${shlibs:Depends}, ${misc:Depends}, libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), x-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, libmng-dev (>= 1.0.3), libpng12-0-dev, libjpeg62-dev, zlib1g-dev, libfreetype6-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev | libglu1-mesa-dev | libglu-dev, libxft-dev, libaudio-dev, xlibs-static-pic, libpq-dev, libmysqlclient14-dev | libmysqlclient-dev
13 Conflicts: qt3-dev-tools (<= 3:3.3.4-7)
14 Recommends: qt4-dev-tools
15 Suggests: qt4-doc, libqt4-debug
16 Description: Qt 4 development files
17 Qt is a cross-platform C++ application framework. Qt's primary feature
18 is its rich set of widgets that provide standard GUI functionality.
19 .
20 This packages contains the header files and programs used for building
21 Qt applications.
22 .
23 Homepage: http://www.trolltech.com
24
25 Package: libqt4-core
26 Architecture: any
27 Section: libs
28 Depends: ${shlibs:Depends}, ${misc:Depends}
29 Description: Qt 4 core non-GUI functionality runtime library
30 Qt is a cross-platform C++ application framework. Qt's primary feature
31 is its rich set of widgets that provide standard GUI functionality.
32 .
33 This packages contains the core non-GUI shared library, and the Network
34 and XML modules.
35 .
36 Homepage: http://www.trolltech.com
37
38 Package: libqt4-gui
39 Architecture: any
40 Section: libs
41 Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig
42 Recommends: qt4-qtconfig
43 Replaces: libqt4-core (<< 4.0.1-3)
44 Description: Qt 4 core GUI functionality runtime library
45 Qt is a cross-platform C++ application framework. Qt's primary feature
46 is its rich set of widgets that provide standard GUI functionality.
47 .
48 This packages contains the core GUI shared library and the OpenGL
49 module.
50 .
51 Homepage: http://www.trolltech.com
52
53 Package: libqt4-sql
54 Architecture: any
55 Section: libs
56 Depends: ${shlibs:Depends}, ${misc:Depends}
57 Suggests: libpq-dev, libmysqlclient14-dev | libmysqlclient-dev
58 Description: Qt 4 SQL database module
59 Qt is a cross-platform C++ application framework. Qt's primary feature
60 is its rich set of widgets that provide standard GUI functionality.
61 .
62 This package contains the SQL module for Qt. It includes support for
63 PostgreSQL and MySQL databases. If you wish to to use the SQL module
64 for development, you should install the libpq-dev and/or
65 libmysqlclient-dev packages.
66 .
67 Homepage: http://www.trolltech.com
68
69 Package: libqt4-qt3support
70 Architecture: any
71 Section: libs
72 Depends: ${shlibs:Depends}, ${misc:Depends}
73 Description: Qt 3 compatibility library for Qt 4
74 Qt is a cross-platform C++ application framework. Qt's primary feature
75 is its rich set of widgets that provide standard GUI functionality.
76 .
77 This packages contains the Qt 3 compatibility library for Qt 4. It
78 allows applications designed to use deprecated Qt 3 classes and
79 functions to work with Qt 4, with help from the qt3to4 porting tool
80 found in the libqt4-dev package.
81 .
82 Homepage: http://www.trolltech.com
83
84 Package: qt4-designer
85 Architecture: any
86 Section: devel
87 Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-dev
88 Conflicts: libqt4-designer
89 Replaces: libqt4-designer, qt4-dev-tools (<= 4.0.1-2)
90 Description: Qt 4 Designer
91 Qt is a cross-platform C++ application framework. Qt's primary feature
92 is its rich set of widgets that provide standard GUI functionality.
93 .
94 Qt Designer is a tool for designing and building graphical user
95 interfaces (GUIs) from Qt components.
96 .
97 Homepage: http://www.trolltech.com
98
99 Package: libqt4-debug
100 Architecture: any
101 Depends: ${shlibs:Depends}, ${misc:Depends}
102 Description: Qt 4 debugging runtime libraries
103 Qt is a cross-platform C++ application framework. Qt's primary feature
104 is its rich set of widgets that provide standard GUI functionality.
105 .
106 This packages contains the debugging libraries for Qt 4.
107 .
108 Homepage: http://www.trolltech.com
109
110 Package: qt4-dev-tools
111 Architecture: any
112 Section: devel
113 Depends: ${shlibs:Depends}, ${misc:Depends}
114 Conflicts: qt3-assistant (<= 3:3.3.4-7), qt3-designer (<= 3:3.3.4-7), qt3-linguist (<= 3:3.3.4-7)
115 Recommends: libqt4-dev, qt4-doc, qt4-designer
116 Description: Qt 4 development tools
117 Qt is a cross-platform C++ application framework. Qt's primary feature
118 is its rich set of widgets that provide standard GUI functionality.
119 .
120 This packages contains tools used to assist in Qt 4 development,
121 including the Qt Assistant and Linguist applications.
122 .
123 Homepage: http://www.trolltech.com
124
125 Package: qt4-qtconfig
126 Architecture: any
127 Section: x11
128 Depends: ${shlibs:Depends}, ${misc:Depends}
129 Replaces: libqt4-gui (<< 4.1.0)
130 Conflicts: qt3-qtconfig (<= 3:3.3.4-7)
131 Description: Qt 4 Designer
132 Qt is a cross-platform C++ application framework. Qt's primary feature
133 is its rich set of widgets that provide standard GUI functionality.
134 .
135 The Qt Configuration program allows endusers to configure the look and
136 behavior of any Qt4 application.
137 .
138 Homepage: http://www.trolltech.com
139
140 Package: qt4-doc
141 Architecture: all
142 Section: doc
143 Depends: ${misc:Depends}
144 Suggests: w3m | www-browser, libqt4-dev, qt4-dev-tools
145 Description: Qt 4 API documentation
146 Qt is a cross-platform C++ application framework. Qt's primary feature
147 is its rich set of widgets that provide standard GUI functionality.
148 .
149 This package contains the complete Qt 4 API documentation. The
150 documentation is provided in HTML and manpage format; the HTML version
151 can be viewed in conjunction with the Qt Assistant found in the
152 qt4-dev-tools package.

  ViewVC Help
Powered by ViewVC 1.1.5