From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 20 20:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3D28106566B for ; Mon, 20 Aug 2012 20:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8859A8FC12 for ; Mon, 20 Aug 2012 20:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7KK0PLN020556 for ; Mon, 20 Aug 2012 20:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7KK0PtW020555; Mon, 20 Aug 2012 20:00:25 GMT (envelope-from gnats) Resent-Date: Mon, 20 Aug 2012 20:00:25 GMT Resent-Message-Id: <201208202000.q7KK0PtW020555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomek CEDRO Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9858F106564A for ; Mon, 20 Aug 2012 19:53:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 821D98FC0C for ; Mon, 20 Aug 2012 19:53:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KJr2uE094325 for ; Mon, 20 Aug 2012 19:53:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7KJr1xW094324; Mon, 20 Aug 2012 19:53:01 GMT (envelope-from nobody) Message-Id: <201208201953.q7KJr1xW094324@red.freebsd.org> Date: Mon, 20 Aug 2012 19:53:01 GMT From: Tomek CEDRO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170788: PyQT applications crach Python 2.7 (core dump) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 20:00:25 -0000 >Number: 170788 >Category: ports >Synopsis: PyQT applications crach Python 2.7 (core dump) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 20:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tomek CEDRO >Release: FreeBSD 9.0-RELEASE-p3 >Organization: CeDeROM >Environment: FreeBSD hexagon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: PyQT applications crash Python (core dump). I have rebuilt all ports with portupgrade -a but this did not help... how to debug where python crashed - it seems there are not debug symbols there..? Below is the bt output from gdb: > gdb -c python.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". Core was generated by `python'. Program terminated with signal 11, Segmentation fault. #0 0x00000008055ba540 in ?? () (gdb) bt #0 0x00000008055ba540 in ?? () #1 0x0000000806055543 in ?? () #2 0x00000008055be394 in ?? () .. #568 0x0000000000000007 in ?? () #569 0x0000000800731000 in ?? () #570 0x000000000000000f in ?? () #571 ---Type to continue, or q to quit--- #572 0x0000000000000000 in ?? () Previous frame inner to this frame (corrupt stack?) Below is the output of all qt related packages: %pkg_info -x qt Information for libdbusmenu-qt-0.9.2_1: Comment: Qt4 implementation of the DBusMenu protocol Required by: kdelibs-4.8.4 kdenlive-0.9.2_1 Description: A library that provides Qt4 implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. WWW: http://people.canonical.com/~agateau/dbusmenu/ Information for polkit-qt-0.103.0_1: Comment: Qt 4 frontend to PolKit-1 Required by: kdelibs-4.8.4 kdenlive-0.9.2_1 Description: Qt 4 wrapper around polkit-1 client libraries. WWW: http://projects.kde.org/projects/kdesupport/polkit-qt-1 pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-4.9.1: Comment: The "meta-port" for PyQt4 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the PyQt4 metaport. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-assistant-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtAssistant module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QAssistant module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-core-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtCore module Required by: hplip-3.12.2_2 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtCore module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Information for py27-qt4-dbus-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, D-BUS module Required by: hplip-3.12.2_2 py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the D-BUS module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-declarative-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, QtDeclarative module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtDeclarative module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-demo-4.9.1,1: Comment: Python bindings for the Qt4 toolkit, Qt demo and examples Required by: py27-qt4-4.9.1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the PyQt4 demo and examples. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-designer-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtDesigner module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 py27-qt4-designerplugin-4.9.1_1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtDesigner module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-designerplugin-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtDesigner plugin Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtDesigner plugin. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Information for py27-qt4-doc-4.9.1,1: Comment: Python bindings for the Qt4 toolkit, documentation Required by: py27-qt4-4.9.1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the PyQt4 documentation. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Information for py27-qt4-gui-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtGui module Required by: hplip-3.12.2_2 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtGui module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-help-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, QtHelp module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtHelp module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-multimedia-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, Multimedia module Required by: py27-qt4-4.9.1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtMultimedia module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-network-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtNetwork module Required by: py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtNetwork module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-opengl-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtOpenGL module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtOpenGL module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-phonon-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, Phonon module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the Phonon module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-qscintilla2-2.6.1_1,1: Comment: Python bindings for QScintilla2 (PyQt4), QSci module Required by: py27-qt4-4.9.1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the Qsci module for the Qscintilla2 editor component. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ http://www.riverbankcomputing.co.uk/software/qscintilla/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-script-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtScript module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtScript module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-scripttools-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtScriptTools module Required by: py27-qt4-4.9.1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtScript module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-sql-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtSql module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtSql module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-svg-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtSvg module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtSvg module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-test-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtTest module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QTest module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-webkit-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, QtWebKit module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtWebKit module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-xml-4.9.1_1,1: Comment: Python bindings for the Qt4 toolkit, QtXml module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtXml module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for py27-qt4-xmlpatterns-4.9.1_1: Comment: Python bindings for the Qt4 toolkit, QtXmlPatterns module Required by: py27-qt4-4.9.1 py27-qt4-demo-4.9.1,1 Description: PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. This package provides the QtXmlPatterns module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Information for qt-3.3.8_14: Comment: Multiplatform C++ application framework Required by: Thunar-1.4.0_1 arts-1.5.10_7,1 avidemux2-2.5.6_4 blender-2.63a directfb-1.4.13_2 dosbox-0.74_3 ecore-evas-1.1.0 ecore-sdl-1.1.0 edje-1.1.0,2 emprint-20111128 ethumb-0.1.1.65643 evas-engine-sdl-1.1.0 ffmpeg-0.7.13_6,1 ffmpegthumbnailer-2.0.7_2 frei0r-plugins-opencv-1.3_2 gegl-0.1.8_4 gimp-2.6.12,2 gimp-app-2.6.12_1,1 gimp-gutenprint-5.2.8 gutenprint-5.2.8 kdelibs-4.8.4 kdenlive-0.9.2_1 libquicktime-1.2.4_4 libxine-1.2.2_1 links-2.7,1 mjpegtools-2.0.0_4 mlt-0.8.0_1 mplayer-1.0.r20120322_2 opencv-2.3.1_4 openimageio-1.0.6 openshot-1.4.2_1 pwcview-1.4.1_4 py27-gimp-app-2.6.12_1 py27-mlt-0.8.0 qscintilla-1.7.1_8 sdl-1.2.15_2,2 sdl_gfx-2.0.23 sdl_image-1.2.12_1 sdl_net-1.2.8 sdl_sound-1.0.3_6 smpeg-0.4.4_9 sox-14.3.2_5 squeeze-0.2.3_4 strigi-0.7.7_3 virtualbox-ose-4.1.18 vlc-1.1.13_12,3 xfce-4.10 xfce4-desktop-4.10.0_1 xfce4-tumbler-0.1.25_2 xine-0.99.7_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-assistant-4.8.2: Comment: Qt documentation browser Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-designer-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-clucene-4.8.2: Comment: QtCLucene full text search library wrapper Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-linguist-4.8.2 qt4-qdbusviewer-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-corelib-4.8.2: Comment: Qt core library Required by: ImageMagick-6.7.8.6 attica-0.2.9,2 automoc4-0.9.88_3 avidemux2-2.5.6_4 blender-2.63a doxygen-1.8.2 frei0r-plugins-opencv-1.3_2 gegl-0.1.8_4 gimp-2.6.12,2 gimp-app-2.6.12_1,1 gimp-gutenprint-5.2.8 graphviz-2.28.0_1 gutenprint-5.2.8 hplip-3.12.2_2 hupnp-1.0.0_1 inkscape-0.48.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 libdbusmenu-qt-0.9.2_1 lyx-2.0.4 mlt-0.8.0_1 opencv-2.3.1_4 openimageio-1.0.6 openshot-1.4.2_1 phonon-4.6.0_1 pidgin-latex-1.0_6 polkit-qt-0.103.0_1 py27-gimp-app-2.6.12_1 py27-mlt-0.8.0 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qca-2.0.3_1 qjson-0.7.1_2 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-clucene-4.8.2 qt4-dbus-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-gui-4.8.2_1 qt4-help-4.8.2 qt4-iconengines-4.8.2 qt4-imageformats-4.8.2 qt4-inputmethods-4.8.2 qt4-libQtAssistantClient-4.6.3_1 qt4-linguist-4.8.2 qt4-multimedia-4.8.2 qt4-network-4.8.2 qt4-opengl-4.8.2 qt4-qdbusviewer-4.8.2 qt4-qt3support-4.8.2 qt4-qtestlib-4.8.2 qt4-script-4.8.2 qt4-scripttools-4.8.2 qt4-sql-4.8.2 qt4-sqlite-plugin-4.8.2 qt4-svg-4.8.2 qt4-webkit-4.8.2 qt4-xml-4.8.2 qt4-xmlpatterns-4.8.2 qzeitgeist-0.8.0 soprano-2.7.6 strigi-0.7.7_3 virtualbox-ose-4.1.18 vlc-1.1.13_12,3 xvidcap-1.1.4.p1_11,1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-dbus-4.8.2: Comment: Qt4 bindings for the D-BUS messaging system Required by: attica-0.2.9,2 hplip-3.12.2_2 hupnp-1.0.0_1 kdelibs-4.8.4 kdenlive-0.9.2_1 libdbusmenu-qt-0.9.2_1 phonon-4.6.0_1 polkit-qt-0.103.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-designer-4.8.2 qt4-qdbusviewer-4.8.2 qzeitgeist-0.8.0 soprano-2.7.6 strigi-0.7.7_3 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-declarative-4.8.2: Comment: Qt4 framework for building highly dynamic user interfaces Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-designer-4.8.2: Comment: Qt ui editor Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html Information for qt4-doc-4.8.2: Comment: Multiplatform C++ application framework Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-gui-4.8.2_1: Comment: Qt graphical user interface library Required by: ImageMagick-6.7.8.6 avidemux2-2.5.6_4 blender-2.63a doxygen-1.8.2 frei0r-plugins-opencv-1.3_2 gegl-0.1.8_4 gimp-2.6.12,2 gimp-app-2.6.12_1,1 gimp-gutenprint-5.2.8 graphviz-2.28.0_1 gutenprint-5.2.8 hplip-3.12.2_2 hupnp-1.0.0_1 inkscape-0.48.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 libdbusmenu-qt-0.9.2_1 lyx-2.0.4 mlt-0.8.0_1 opencv-2.3.1_4 openimageio-1.0.6 openshot-1.4.2_1 phonon-4.6.0_1 pidgin-latex-1.0_6 polkit-qt-0.103.0_1 py27-gimp-app-2.6.12_1 py27-mlt-0.8.0 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-iconengines-4.8.2 qt4-imageformats-4.8.2 qt4-inputmethods-4.8.2 qt4-libQtAssistantClient-4.6.3_1 qt4-linguist-4.8.2 qt4-multimedia-4.8.2 qt4-opengl-4.8.2 qt4-qdbusviewer-4.8.2 qt4-qt3support-4.8.2 qt4-scripttools-4.8.2 qt4-svg-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 strigi-0.7.7_3 virtualbox-ose-4.1.18 vlc-1.1.13_12,3 xvidcap-1.1.4.p1_11,1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-help-4.8.2: Comment: QtHelp module provides QHelpEngine API and is used by Assistant Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-iconengines-4.8.2: Comment: Qt SVG icon engine plugin Required by: hplip-3.12.2_2 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-imageformats-4.8.2: Comment: Qt imageformat plugins for GIF, JPEG, MNG, and SVG Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-inputmethods-4.8.2: Comment: Qt input method plugins Required by: hplip-3.12.2_2 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-libQtAssistantClient-4.6.3_1: Comment: Qt documentation browser integration library Required by: py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-demo-4.9.1,1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-linguist-4.8.2: Comment: Qt localisation tool Required by: virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html Information for qt4-moc-4.8.2: Comment: Qt meta object compiler Required by: automoc4-0.9.88_3 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-multimedia-4.8.2: Comment: Qt4 low-level multimedia API Required by: py27-qt4-4.9.1 py27-qt4-multimedia-4.9.1_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-network-4.8.2: Comment: Qt network library Required by: attica-0.2.9,2 hplip-3.12.2_2 hupnp-1.0.0_1 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 polkit-qt-0.103.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-libQtAssistantClient-4.6.3_1 qt4-linguist-4.8.2 qt4-qt3support-4.8.2 qt4-webkit-4.8.2 qt4-xmlpatterns-4.8.2 qzeitgeist-0.8.0 soprano-2.7.6 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-opengl-4.8.2: Comment: Qt OpenGL library Required by: blender-2.63a frei0r-plugins-opencv-1.3_2 hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 opencv-2.3.1_4 openimageio-1.0.6 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-qdbusviewer-4.8.2: Comment: Qt4 D-BUS viewer Required by: kdelibs-4.8.4 kdenlive-0.9.2_1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html Information for qt4-qmake-4.8.2_3: Comment: The build utility of the Qt project Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qmake is a project and makefile creating utility, that is part of Qt. For ease of maintainance it is split out into a port of its own. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-qt3support-4.8.2: Comment: Qt3 compatibility library Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-qtestlib-4.8.2: Comment: Qt unit testing library Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-designer-4.8.2 qzeitgeist-0.8.0 soprano-2.7.6 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html Information for qt4-rcc-4.8.2: Comment: Qt resource compiler Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-script-4.8.2: Comment: Qt script Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 qt4-scripttools-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-scripttools-4.8.2: Comment: Qt script Required by: py27-qt4-4.9.1 py27-qt4-scripttools-4.9.1_1,1 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-sql-4.8.2: Comment: Qt SQL library Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-linguist-4.8.2 qt4-qt3support-4.8.2 qt4-sqlite-plugin-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-sqlite-plugin-4.8.2: Comment: Qt SQLite 3.x database plugin Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: The SQLite Plugin from Qt 4, which provides an easy access method from within Qt applications. WWW: http://doc.trolltech.com/4.0/sql.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-svg-4.8.2: Comment: Qt SVG library Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 mlt-0.8.0_1 openshot-1.4.2_1 phonon-4.6.0_1 polkit-qt-0.103.0_1 py27-mlt-0.8.0 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-iconengines-4.8.2 qt4-imageformats-4.8.2 qt4-linguist-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html Information for qt4-uic-4.8.2: Comment: Qt user interface compiler Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-webkit-4.8.2: Comment: Qt4 WebKit engine Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-xml-4.8.2: Comment: Qt XML library Required by: attica-0.2.9,2 doxygen-1.8.2 hplip-3.12.2_2 hupnp-1.0.0_1 kdelibs-4.8.4 kdenlive-0.9.2_1 libdbusmenu-qt-0.9.2_1 mlt-0.8.0_1 openshot-1.4.2_1 phonon-4.6.0_1 polkit-qt-0.103.0_1 py27-mlt-0.8.0 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-dbus-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-help-4.8.2 qt4-iconengines-4.8.2 qt4-imageformats-4.8.2 qt4-linguist-4.8.2 qt4-qdbusviewer-4.8.2 qt4-qt3support-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 soprano-2.7.6 strigi-0.7.7_3 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html pkg_info: corrupted record (pkgdep line without argument), ignoring Information for qt4-xmlpatterns-4.8.2: Comment: XQuery 1.0 and XPath 2.0 support for Qt4 Required by: hplip-3.12.2_2 kdelibs-4.8.4 kdenlive-0.9.2_1 phonon-4.6.0_1 py27-qt4-4.9.1 py27-qt4-assistant-4.9.1_1,1 py27-qt4-core-4.9.1_1,1 py27-qt4-dbus-4.9.1_1,1 py27-qt4-declarative-4.9.1_1 py27-qt4-demo-4.9.1,1 py27-qt4-designer-4.9.1_1,1 py27-qt4-designerplugin-4.9.1_1,1 py27-qt4-gui-4.9.1_1,1 py27-qt4-help-4.9.1_1 py27-qt4-multimedia-4.9.1_1 py27-qt4-network-4.9.1_1,1 py27-qt4-opengl-4.9.1_1,1 py27-qt4-phonon-4.9.1_1 py27-qt4-qscintilla2-2.6.1_1,1 py27-qt4-script-4.9.1_1,1 py27-qt4-scripttools-4.9.1_1,1 py27-qt4-sql-4.9.1_1,1 py27-qt4-svg-4.9.1_1,1 py27-qt4-test-4.9.1_1,1 py27-qt4-webkit-4.9.1_1 py27-qt4-xml-4.9.1_1,1 py27-qt4-xmlpatterns-4.9.1_1 qscintilla2-2.6.1_1,1 qt4-assistant-4.8.2 qt4-declarative-4.8.2 qt4-designer-4.8.2 qt4-linguist-4.8.2 qt4-webkit-4.8.2 qzeitgeist-0.8.0 virtualbox-ose-4.1.18 Description: Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html >How-To-Repeat: Run any PyQT based application and see core dump quickly. Other Python applications work fine. I need to use PyGTK for my project because of this :-\ >Fix: >Release-Note: >Audit-Trail: >Unformatted: