qt4-x11 4.4.0-1ubuntu1~hardy1 source package in Ubuntu
Changelog
qt4-x11 (4.4.0-1ubuntu1~hardy1) hardy-backports; urgency=low * Automated backport upload; no source changes. qt4-x11 (4.4.0-1ubuntu1) intrepid; urgency=low * Sync with debian, remaining changes: - patches kubuntu_01_load_ssl.diff kubuntu_02_no_undefined.diff kubuntu_03_use_bash_in_configure.diff kubuntu_07_trust_dpkg-arch_over_uname-m.diff - remove ibase and firebird from debian/control and debian/rules qt4-x11 (4.4.0-1) UNRELEASED; urgency=low * New upstream release. +++ Changes by Modestas Vainius: * Split OpenGL headers from libqt4-dev to libqt4-opengl-dev: - Update install files. - Make libqt4-opengl-dev depend on X OpenGL headers, hence remove the latter from libqt4-dev Recommends. - Add libqt4-opengl-dev to libqt4-dev Recommends. - Remove libq4-opengl from libqt4-dev Depends. * Explicitly add libqtcore4 to libqt4-dev (was implicit before). * Rename libqt4-gui to libqtgui4 (new package). * Make libqt4-gui a transitional package (Closes: #478694) depending on libqtgui4, libqt4-opengl (Closes: #478264), libqt4-sql, libqt4-designer, libqt4-assistant. * Use ${binary:Version} instead of ${source:Version} in dependencies of libqt4-core and libqt4-gui transitional packages. * Require just libqtcore4 to install libqt4-dbg instead of libqt4-gui. * Resync patches: - 05_append_qt4_target.diff - fix offsets. - 11_qdbus_to_dbus_fix.diff - remove, merged upstream. - Revert to "runtime" configuration for xcursor, xinerama, xfixes and drop 16_always_init_qt_x11data_ptrx.diff patch. Fixed upstream. +++ Changes by Fathi Boudra: * Update libqt4-dev and libqt4-opengl-dev install to use complete files list instead of wildcard. * Update installed files: new qt help and assistant translations. * Add qt-copy patch: * 0226-qtreeview-column_resize_when_needed This patch assures that if no header is shown, or if we only have one column (so no other columns become shrinked), the contents will be visible. qt4-x11 (4.4.0~rc1-5) unstable; urgency=high +++ Changes by Fathi Boudra: * Add libqt4-sql-sqlite dependency to qt4-dev-tools. Qt Assistant and qhelpgenerator use the sqlite plugin. (Closes: #476986) * Remove qt-copy patches 0191 and 0192. The relevant code has changed such that neither patch seems to have any effect (although listviews still do not use active/inactive roles correctly). * Add qt-copy patches: * 0223-fix-qpixmap-hasalpha Fix a performance regression in QPixmap::hasAlpha() in Qt 4.4. * 0224-fast-qpixmap-fill This patch avoids the expensive image->pixmap conversion by discarding the old pixmap, creating a new one with the correct format, and doing the fill server side. * 0225-invalidate-tabbar-geometry-on-refresh Fix problem where Konsole's tab bar is not shown immediately on startup. +++ Changes by Modestas Vainius: * Downgrade libqt4-dev *gl*-dev dependencies to Recommends. They pull in half of X11 development headers and are rarely needed. What's more, OpenGL apps will probably depend on them explicitly anyway. * Add development packages of the SQL plugins to libqt4-dev Suggests. * Make libqt4-sql recommend its plugins. Depends does not do us any good because we don't know which plugin a user is going to use anyway. Moreover installation of the libqt4-sql package does not necessarily imply usage of the specific plugin(s). Finally, this resolves circular dependencies among libqt4-sql and its plugins. * Add myself to Uploaders. * Add 16_always_init_qt_x11data_ptrx.diff, which ensures that X11->ptrX* are properly initialized when Xcursor, Xinerama, Xfixes are not available in default "runtime" configuration (Closes: #476608). * Pass -xfixes -xcursor -xinerama to configure because default "runtime" configuration requires a user to have libxfixes-dev, libxcursor-dev and libxinerama-dev installed to enable features requires respective X libraries (QLibrary simply searches for "lib*.so"). This change in configuration makes 16 patch irrelevant for Debian, but I'm leaving it as it's still the fix for the crashes which might occur on default Qt 4.4 configutions. * Optimize qmake: pass -optimized-qmake to configure. qt4-x11 (4.4.0~rc1-4) unstable; urgency=low +++ Changes by Sune Vuorela: * Have libqt4-dev conflict/replace libqtwebkit-dev. * Fix qmake to generate a bit better pkg-config files. Those should usually not be generated - as it ends up being crackful. After a bit of patching they are a bit less crackful though. (Closes: 457570) * Postprocess prl files to remove the same crack as in the pc files. (Closes: 470572) * Do a bit nicer linking when needed instead of relying on crackfulness from prl and pc files. * Add a disabled patch to generate better prl files, but unfortunately too much of qt4 build process relies on on it and is not yet fixed, but it is saved for later use. * Fix qmake makefile generation - should not add double slashes to makefiles. * Make libqt4-core transitional package arch:any. It doesn't bloat the archive too much, but it helps on installability. +++ Changes by Matthew Rosewarne: * Add Recommends: qt4-doc to qt4-demos. * Add watch file. qt4-x11 (4.4.0~rc1-3) unstable; urgency=low +++ Changes by Sune Vuorela: * Clean up a bit in the dependencies of libqt4-dev. Removed dependencies: libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql, libqt4-sql-sqlite, libqt4-sql-sqlite2, libqt4-sql-ibase, firebird2.0-dev, libaudio-dev, libcupsys2-dev, libdbus-1-dev, libfreetype6-dev, libglib2.0-dev, libice-dev, libiodbc2-dev, libjpeg62-dev, libmng-dev, libmysqlclient15-dev, libpam0g-dev, libpng12-dev, libpq-dev, libreadline5-dev, libsm-dev, libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev, libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, x11proto-core-dev, zlib1g-dev +++ Changes by Fathi Boudra: * Add libqt4-svg dependency to libqt4-gui. It helps for the transition as libQtSvg.so.4 was previously in libqt4-gui package. (Closes: #475324) * Replace libqcncodecs.so in libqt4-gui (<< 4.4.0~beta1-1). (Closes: #475340) * Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operations without the necessary assembler .set directives. Thanks to Thiemo Seufer. (Closes: #475402) qt4-x11 (4.4.0~rc1-2) unstable; urgency=low * Add patch for Explicit template specialization cannot have a storage class with gcc-4.3. Specializations of templates cannot explicitly specify a storage class, and have the same storage as the primary template. qt4-x11 (4.4.0~rc1-1) unstable; urgency=low * New upstream release. (Closes: #469783) +++ Changes by Modestas Vainius: * Refresh qt-copy patches: * 0167-fix-group-reading.diff - adjust offsets. * 0180-window-role.diff - adjust offsets. * 0195-compositing-properties.diff - adjust offsets. * 0203-qtexthtmlparser-link-color.diff - adjust offsets. * 0209-prevent-qt-mixing.diff - adjust offsets. * 0214-fix-qgraphicsproxywidget-tab-crash.diff - adjust offsets. * 0216-allow-isystem-for-headers.diff - adjust offsets. * Remove qt-copy patches: * 0172-prefer-xrandr-over-xinerama.diff - merged upstream. * 0178-transparency-window-types.diff - merged upstream. * 0215-compile-with-Xcursor-linkage.diff - merged upstream. * 0217-qurl-isempty-regression.diff - merged upstream. * 0218-qassert-macro-fix.diff - merged upstream. * fix-qt_bootstrapped-typo.diff - merged upstream. * Add qt-copy patches: * 0220-no-x-recursion-in-xerrhandler.diff - adjust offsets. * Refresh Debian patches: * 02_launch_assistant-qt4.diff - adjust offsets. * 05_append_qt4_target.diff - adopt to upstream changes. lrelease and lupdate have been moved to tools/linguist/, adjust offsets. * 50_kfreebsd_build_fix.diff - adjust offsets. * 80_hurd_max_path.diff - adjust offsets. * Remove Debian patches: * 08_load_ssl.diff - different fix applied upstream. * Update *.install files: * qt4-dev-tools.install: a few renames of the language files, s/assistant-qt3/assistant-qt4/, add usr/bin/xmlpatterns * Add libqt4-core transitional package. (Closes: #473658) * Add debian/not-installed to document files which are deliberately not installed * Avoid calling ./configure repeatedly during build/install: tie ./configure to config.status +++ Changes by Fathi Boudra: * Re-introduce LD_LIBRARY_PATH workaround to use lrelease. * Remove Conflicts against libqt4-core. * Reorder libqt4-sql dependencies to have packages available on all architectures listed first. (Closes: #473348) * Add architectures availability list to libqt4-sql-ibase package. (Closes: #473348) * Add patch to fix unaligned access on hppa. Thanks to Bernhard R. Link. (Closes: #458133) * Add patch to replace remaining qdbus by dbus. Fix libqtscriptdbus build. * Update configure options: * Replace -qdbus by -dbus. * Add -svg. +++ Changes by Matthew Rosewarne: * Rewrite clean rule to remove remaining build cruft. qt4-x11 (4.4.0~beta1-1) experimental; urgency=low * New upstream release. * Add build dependencies: doxygen, firebird2.0-dev, libiodbc2-dev, libpam0g-dev, libreadline5-dev, libxslt1-dev. * Split libqt4-gui and libqt4-core packages. * Create package for each Qt module. * Enable all SQL drivers as plugins and add related packages: libqt4-sql-ibase, libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql, libqt4-sql-sqlite, libqt4-sql-sqlite2. * Add packages: libqt4-assistant, libqt4-dbus, libqt4-designer, libqt4-help, libqt4-network, libqt4-opengl, libqt4-script, libqt4-svg, libqt4-test, libqt4-webkit, libqt4-xml, libqt4-xmlpatterns and qt4-demos. * Replace libqt4-core by libqtcore4 package. * Rename libqt4-debug to libqt4-dbg like other debug packages in Debian. * Update .lintian override files. * Update .install files. * Move translations files in their respective packages. * Disable DEB_INSTALL_CHANGELOGS_ALL. * Build ibase sql plugin on supported architectures only. * Enable demos, examples, WebKit and XmlPatterns. * Enable exceptions. It is a dependency to XmlPatterns module. * Add qtdemo help collection file. * Split WebKit and XmlPatterns debug packages from libqt4-dbg. * Generate Doxygen tagfile in libqt4-dev. Thanks to Matthew Rosewarne. * Examples and Demos are not shipped compressed anymore. * Refresh qt-copy patches: * 0167-fix-group-reading * 0172-prefer-xrandr-over-xinerama * 0178-transparency-window-types * 0180-window-role * 0191-listview-alternate-row-colors * 0192-itemdelegate-palette-state * 0195-compositing-properties * 0203-qtexthtmlparser-link-color * 0209-prevent-qt-mixing * 0210-fix-crash-q3stylesheet-font-size * Remove qt-copy patches: * 0175-fix-s390-qatomic * 0176-coverity-fixes * 0179-transient-hack * 0187-fix-font-fixed-pitch * 0194-fix-moveonly-dnd-in-itemviews * 0200-fix-qsslsocket-waitfor * 0205-fast-qpixmap-fill * 0211-q3action-crash * Add qt-copy patches: * 0214-fix-qgraphicsproxywidget-tab-crash * 0215-compile-with-Xcursor-linkage * 0216-allow-isystem-for-headers * 0217-qurl-isempty-regression * 0218-qassert-macro-fix * fix-qt_bootstrapped-typo * Refresh Debian patches: * 01_qmake_for_debian * 02_launch_assistant-qt4 * 03_launch_moc-qt4 * 04_launch_uic-qt4 * 05_append_qt4_target * 08_load_ssl * 10_config_tests_fixes * 40_alpha_ice * 41_disable_opengl_visibility * 50_kfreebsd_build_fix * 60_m68k_inotify_fix * 80_hurd_max_path * Remove Debian patches: * 06_qtdemo_destdir. Useless as we ship qtdemo again. * 30_arm_ftbfs_fixes. Merged upstream. * 31_arm_eabi_fix. Upstream changed arm architecture handling. This patch doesn't apply as it is. * 91_qmake_lflags_no-undefined. Merged upstream. qt4-x11 (4.3.4-2) unstable; urgency=low * Add patches: * 09_qmake_lflags_as-needed workaround as LDFLAGS isn't honored by configure script. we set --as-needed flag for Qt build only. * 10_config_tests_fixes.diff configuration test fixes for Interbase/Firebird and ODBC sql drivers. * Update 01_qmake_for_debian patch: * re-introduce link_prl and drop QT_SHARED workaround. * Update rules: * Remove exported LDFLAGS. * Remove DEB_CONFIGURE_SCRIPT_ENV. * Exclude debug files from dh_shlibdeps using DEB_DH_SHLIBDEPS_ARGS_ALL. * Update configure options to use libtiff from system. * Remove debug configure option to build with -02. * Update common-install-arch target to fix wrong path in pkconfig and prl files. * Add libtiff4-dev build dependency. * Update libqt4-dev dependencies. qt4-x11 (4.3.4-1) unstable; urgency=low * New upstream release: * This version adds the GNU General Public License (GPL) version 3 to all Qt Open Source editions. The GPL Exception version 1.1 applies to both versions of the GPL license. * Add qt-copy patches: * 0205-fast-qpixmap-fill Fix a performance issue in QPixmap::fill() * 0209-prevent-qt-mixing This patch changes QObjectPrivateVersion, thus preventing mixing parts of upstream Qt and qt-copy. * 0210-fix-crash-q3stylesheet-font-size This patch fixes crashs in q3stylesheet (it was possible to use a qfont size < 1) * 0211-q3action-crash During porting qt3to4 port QGroupAction to Q3GroupAction but not QAction to Q3Action (which is logical) But it crashs when it's not a q3action. * Refresh and enable 0172-prefer-xrandr-over-xinerama patch. * Remove 0204-fix-tulip-aliasing patch. Merged upstream. * Remove 90_qmake_cxxflags_fpermissive patch. * Add ${shlibs:Depends} to libqt4-dev. See missing shared library dependencies thread on debian-devel mailing list. * Add catalan translation. Thanks to Javier Serrano Polo. (Closes: #459822) * Update copyright file. Add GPL version 3. * Remove -fpermissive. -- Ubuntu Archive Auto-Backport <email address hidden> Tue, 6 May 2008 18:49:59 +0100
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Hardy
- Original maintainer:
- Ubuntu Development Team
- Architectures:
- any
- Section:
- libs
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
qt4-x11_4.4.0.orig.tar.gz | 103.2 MiB | 4d1a5bf6a4e85eea83ef3e73d994f74cc4dd979e1023eaedef8da931ea37833a |
qt4-x11_4.4.0-1ubuntu1~hardy1.diff.gz | 100.1 KiB | a20016050a17e71529c3af10c96b5cdb85c9d1a9ca7853d8bbea5c6442af28dc |
qt4-x11_4.4.0-1ubuntu1~hardy1.dsc | 1.7 KiB | 4511c0b27f4019ef55b698705805f9e32a71c2fb5e2242999dd5e9fda5df0e54 |
Binary packages built by this source
- libqt4-assistant: No summary available for libqt4-assistant in ubuntu hardy.
No description available for libqt4-assistant in ubuntu hardy.
- libqt4-core: No summary available for libqt4-core in ubuntu hardy.
No description available for libqt4-core in ubuntu hardy.
- libqt4-dbg: No summary available for libqt4-dbg in ubuntu hardy.
No description available for libqt4-dbg in ubuntu hardy.
- libqt4-dbus: No summary available for libqt4-dbus in ubuntu hardy.
No description available for libqt4-dbus in ubuntu hardy.
- libqt4-designer: No summary available for libqt4-designer in ubuntu hardy.
No description available for libqt4-designer in ubuntu hardy.
- libqt4-dev: No summary available for libqt4-dev in ubuntu hardy.
No description available for libqt4-dev in ubuntu hardy.
- libqt4-gui: No summary available for libqt4-gui in ubuntu hardy.
No description available for libqt4-gui in ubuntu hardy.
- libqt4-help: No summary available for libqt4-help in ubuntu hardy.
No description available for libqt4-help in ubuntu hardy.
- libqt4-network: No summary available for libqt4-network in ubuntu hardy.
No description available for libqt4-network in ubuntu hardy.
- libqt4-opengl: No summary available for libqt4-opengl in ubuntu hardy.
No description available for libqt4-opengl in ubuntu hardy.
- libqt4-opengl-dev: No summary available for libqt4-opengl-dev in ubuntu hardy.
No description available for libqt4-opengl-dev in ubuntu hardy.
- libqt4-qt3support: No summary available for libqt4-qt3support in ubuntu hardy.
No description available for libqt4-qt3support in ubuntu hardy.
- libqt4-script: No summary available for libqt4-script in ubuntu hardy.
No description available for libqt4-script in ubuntu hardy.
- libqt4-sql: No summary available for libqt4-sql in ubuntu hardy.
No description available for libqt4-sql in ubuntu hardy.
- libqt4-sql-mysql: No summary available for libqt4-sql-mysql in ubuntu hardy.
No description available for libqt4-sql-mysql in ubuntu hardy.
- libqt4-sql-odbc: No summary available for libqt4-sql-odbc in ubuntu hardy.
No description available for libqt4-sql-odbc in ubuntu hardy.
- libqt4-sql-psql: No summary available for libqt4-sql-psql in ubuntu hardy.
No description available for libqt4-sql-psql in ubuntu hardy.
- libqt4-sql-sqlite: No summary available for libqt4-sql-sqlite in ubuntu hardy.
No description available for libqt4-sql-sqlite in ubuntu hardy.
- libqt4-sql-sqlite2: No summary available for libqt4-sql-sqlite2 in ubuntu hardy.
No description available for libqt4-sql-sqlite2 in ubuntu hardy.
- libqt4-svg: No summary available for libqt4-svg in ubuntu hardy.
No description available for libqt4-svg in ubuntu hardy.
- libqt4-test: No summary available for libqt4-test in ubuntu hardy.
No description available for libqt4-test in ubuntu hardy.
- libqt4-webkit: No summary available for libqt4-webkit in ubuntu hardy.
No description available for libqt4-webkit in ubuntu hardy.
- libqt4-webkit-dbg: No summary available for libqt4-webkit-dbg in ubuntu hardy.
No description available for libqt4-webkit-dbg in ubuntu hardy.
- libqt4-xml: No summary available for libqt4-xml in ubuntu hardy.
No description available for libqt4-xml in ubuntu hardy.
- libqt4-xmlpatterns: No summary available for libqt4-xmlpatterns in ubuntu hardy.
No description available for libqt4-xmlpatterns in ubuntu hardy.
- libqt4-xmlpatterns-dbg: No summary available for libqt4-xmlpatterns-dbg in ubuntu hardy.
No description available for libqt4-
xmlpatterns- dbg in ubuntu hardy.
- libqtcore4: No summary available for libqtcore4 in ubuntu hardy.
No description available for libqtcore4 in ubuntu hardy.
- libqtgui4: No summary available for libqtgui4 in ubuntu hardy.
No description available for libqtgui4 in ubuntu hardy.
- qt4-demos: No summary available for qt4-demos in ubuntu hardy.
No description available for qt4-demos in ubuntu hardy.
- qt4-designer: No summary available for qt4-designer in ubuntu hardy.
No description available for qt4-designer in ubuntu hardy.
- qt4-dev-tools: No summary available for qt4-dev-tools in ubuntu hardy.
No description available for qt4-dev-tools in ubuntu hardy.
- qt4-doc: No summary available for qt4-doc in ubuntu hardy.
No description available for qt4-doc in ubuntu hardy.
- qt4-qtconfig: No summary available for qt4-qtconfig in ubuntu hardy.
No description available for qt4-qtconfig in ubuntu hardy.