[SCM] Qt 4 packaging branch, experimental-snapshots, updated. debian/4.7.0-beta2-3-7-gd832c37

Fathi Boudra fabo at alioth.debian.org
Sun Aug 22 07:47:41 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit 72e141f54c2e5a14f46941c5b4644ca96c4139f9
Author: Fathi Boudra <fabo at debian.org>
Date:   Sun Aug 22 10:37:45 2010 +0300

    Add Qt OpenVG module
---
 debian/changelog                       |    4 +
 debian/control                         |   16 ++-
 debian/libqt4-openvg.install           |    2 +
 debian/libqt4-openvg.lintian-overrides |    1 +
 debian/libqt4-openvg.symbols           |  214 ++++++++++++++++++++++++++++++++
 5 files changed, 235 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a93993..fd339cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 qt4-x11 (4:4.7.0~rc1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Update debian/control:
+    - bump Standards-Version to 3.9.1 (no changes needed).
+    - add libopenvg1-mesa-dev build dependency.
+    - add libqt4-openvg package.
 
  -- Fathi Boudra <fabo at debian.org>  Sun, 22 Aug 2010 12:18:20 +0300
 
diff --git a/debian/control b/debian/control
index f557006..8fa8c1a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,13 @@ Build-Depends: debhelper (>= 7.4.13), quilt, pkg-kde-tools (>= 0.6.4), flex, sha
  libaudio-dev, libcups2-dev, libdbus-1-dev, libfreetype6-dev,
  libgl1-mesa-dev | libgl-dev, libglib2.0-dev, libglu1-mesa-dev | libglu-dev,
  libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgtk2.0-dev,
- libice-dev, unixodbc-dev, libjpeg-dev, libmng-dev, libmysqlclient-dev,
+ libice-dev, unixodbc-dev, libjpeg-dev, libmng-dev, libmysqlclient-dev, libopenvg1-mesa-dev,
  libpam0g-dev, libpng12-dev, libpq-dev, libreadline-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, libxtst-dev,
  libxv-dev, zlib1g-dev, freetds-dev
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://www.qtsoftware.com
 Vcs-Git: git://git.debian.org/pkg-kde/qt4-x11.git
 Vcs-Browser: http://git.debian.org/?p=pkg-kde/qt4-x11.git;a=summary
@@ -333,6 +333,18 @@ Description: Qt 4 Phonon module
  is built from the phonon source package. Therefore it's only useful when
  bootstraping new architectures or rebuilding the whole archive from scratch.
 
+Package: libqt4-openvg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 OpenVG module
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ The QtOpenVG module is a plugin that provides support for OpenVG painting.
+ .
+ OpenVG is a standard API from the Khronos Group for accelerated 2D vector
+ graphics that is appearing in an increasing number of embedded devices.
+
 Package: libqt4-declarative
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libqt4-openvg.install b/debian/libqt4-openvg.install
new file mode 100644
index 0000000..d271ce8
--- /dev/null
+++ b/debian/libqt4-openvg.install
@@ -0,0 +1,2 @@
+usr/lib/libQtOpenVG.so.*
+usr/lib/qt4/plugins/graphicssystems/libqvggraphicssystem.so
diff --git a/debian/libqt4-openvg.lintian-overrides b/debian/libqt4-openvg.lintian-overrides
new file mode 100644
index 0000000..bfd029f
--- /dev/null
+++ b/debian/libqt4-openvg.lintian-overrides
@@ -0,0 +1 @@
+libqt4-openvg: package-name-doesnt-match-sonames libQtOpenVG4
diff --git a/debian/libqt4-openvg.symbols b/debian/libqt4-openvg.symbols
new file mode 100644
index 0000000..a1f02ec
--- /dev/null
+++ b/debian/libqt4-openvg.symbols
@@ -0,0 +1,214 @@
+# SymbolsHelper-Confirmed: 4:4.7.0~rc1 amd64
+libQtOpenVG.so.4 libqt4-openvg #MINVER#
+ _Z16qPixmapToVGImageRK7QPixmap at Base 4:4.7.0~rc1
+ _Z20qt_vg_create_contextP12QPaintDevicei at Base 4:4.7.0~rc1
+ _Z20qt_vg_shared_surfacev at Base 4:4.7.0~rc1
+ _Z21qt_vg_destroy_contextP11QEglContexti at Base 4:4.7.0~rc1
+ _Z24qt_vg_image_to_vg_formatN6QImage6FormatE at Base 4:4.7.0~rc1
+ _Z25qt_vg_config_to_vg_formatP11QEglContext at Base 4:4.7.0~rc1
+ _Z25qt_vg_create_paint_enginev at Base 4:4.7.0~rc1
+ _Z26qt_vg_destroy_paint_engineP14QVGPaintEngine at Base 4:4.7.0~rc1
+ _Z28qt_vg_config_to_image_formatP11QEglContext at Base 4:4.7.0~rc1
+ _ZN12QDashStroker3endEv at Base 4:4.7.0~rc1
+ _ZN12QDashStroker5beginEPv at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool11detachImageEP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool12reclaimSpaceE13VGImageFormatiiP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool12releaseImageEP13QVGPixmapDatal at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool12setImagePoolEPS_ at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool13removeFromLRUEP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool15moveToHeadOfLRUEP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool20createImageForPixmapE13VGImageFormatiijP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool20createPermanentImageE13VGImageFormatiij at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool20createTemporaryImageE13VGImageFormatiijP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool8instanceEv at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool8useImageEP13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool9hibernateEv at Base 4:4.7.0~rc1
+ _ZN12QVGImagePool9pixmapLRUEv at Base 4:4.7.0~rc1
+ _ZN12QVGImagePoolC1Ev at Base 4:4.7.0~rc1
+ _ZN12QVGImagePoolC2Ev at Base 4:4.7.0~rc1
+ _ZN12QVGImagePoolD0Ev at Base 4:4.7.0~rc1
+ _ZN12QVGImagePoolD1Ev at Base 4:4.7.0~rc1
+ _ZN12QVGImagePoolD2Ev at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData12forceToImageEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData13destroyImagesEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData13reclaimImagesEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData15setAlphaChannelERK7QPixmap at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData19detachImageFromPoolEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData22destroyImageAndContextEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData4fillERK6QColor at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData6bufferEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData6resizeEii at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData9fromImageERK6QImage6QFlagsIN2Qt19ImageConversionFlagEE at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData9hibernateEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData9toVGImageEd at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapData9toVGImageEv at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapDataC1EN11QPixmapData9PixelTypeE at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapDataC2EN11QPixmapData9PixelTypeE at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapDataD0Ev at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapDataD1Ev at Base 4:4.7.0~rc1
+ _ZN13QVGPixmapDataD2Ev at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10drawPixmapERK6QRectFRK7QPixmapS2_ at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10drawPixmapERK7QPointFRK7QPixmap at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10drawPointsEPK6QPointi at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10drawPointsEPK7QPointFi at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10fillRegionERK7QRegionRK6QColorRK5QSize at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine10penChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine11drawEllipseERK5QRect at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine11drawEllipseERK6QRectF at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine11drawPolygonEPK6QPointiN12QPaintEngine15PolygonDrawModeE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine11drawPolygonEPK7QPointFiN12QPaintEngine15PolygonDrawModeE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine12brushChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine12drawTextItemERK7QPointFRK9QTextItem at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine12pixmapFilterEiPK13QPixmapFilter at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine12restoreStateE6QFlagsIN12QPaintEngine9DirtyFlagEE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine13updateScissorEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine14opacityChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine15drawRoundedRectERK6QRectFddN2Qt8SizeModeE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine15drawTiledPixmapERK6QRectFRK7QPixmapRK7QPointF at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine16drawCachedGlyphsEiPKjRK5QFontP11QFontEngineRK7QPointFPK11QFixedPoint at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine16transformChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine17defaultClipRegionEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine17endNativePaintingEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine17isDefaultClipRectERK5QRect at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine18brushOriginChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine18clipEnabledChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine18drawStaticTextItemEP15QStaticTextItem at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine18renderHintsChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine19beginNativePaintingEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine19drawPixmapFragmentsEPKN8QPainter14PixmapFragmentEiRK7QPixmap6QFlagsINS0_18PixmapFragmentHintEE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine19isDefaultClipRegionERK7QRegion at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine22compositionModeChangedEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine3endEv at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4clipERK11QVectorPathN2Qt13ClipOperationE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4clipERK12QPainterPathN2Qt13ClipOperationE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4clipERK5QRectN2Qt13ClipOperationE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4clipERK7QRegionN2Qt13ClipOperationE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4drawERK11QVectorPath at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine4fillERK11QVectorPathRK6QBrush at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine5beginEP12QPaintDevice at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine6strokeERK11QVectorPathRK4QPen at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine8drawPathERK12QPainterPath at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine8fillRectERK6QRectFRK6QBrush at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine8fillRectERK6QRectFRK6QColor at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine8setStateEP13QPainterState at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9clearRectERK6QRectFRK6QColor at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawImageERK6QRectFRK6QImageS2_6QFlagsIN2Qt19ImageConversionFlagEE at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawImageERK7QPointFRK6QImage at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawLinesEPK5QLinei at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawLinesEPK6QLineFi at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawRectsEPK5QRecti at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngine9drawRectsEPK6QRectFi at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineC1ER21QVGPaintEnginePrivate at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineC1Ev at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineC2ER21QVGPaintEnginePrivate at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineC2Ev at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineD0Ev at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineD1Ev at Base 4:4.7.0~rc1
+ _ZN14QVGPaintEngineD2Ev at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateC1ERS_ at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateC1Ev at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateC2ERS_ at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateC2Ev at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateD0Ev at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateD1Ev at Base 4:4.7.0~rc1
+ _ZN15QVGPainterStateD2Ev at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface10beginPaintERK7QRegion at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface11paintDeviceEv at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface11setGeometryERK5QRect at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface5flushEP7QWidgetRK7QRegionRK6QPoint at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface6scrollERK7QRegionii at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurface8endPaintERK7QRegion at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceC1EP7QWidget at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceC1EP7QWidgetP26QVGEGLWindowSurfacePrivate at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceC2EP7QWidget at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceC2EP7QWidgetP26QVGEGLWindowSurfacePrivate at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceD0Ev at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceD1Ev at Base 4:4.7.0~rc1
+ _ZN16QVGWindowSurfaceD2Ev at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper10blitWindowElRK5QSizeRK5QRectRK6QPointi at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper10setScissorERK7QRegion at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper12clearScissorEv at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper14endCompositingEv at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper14fillBackgroundERK7QRegionRK6QBrush at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper16drawCursorPixmapERK7QPixmapRK6QPoint at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelper16startCompositingERK5QSize at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelperC1Ev at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelperC2Ev at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelperD0Ev at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelperD1Ev at Base 4:4.7.0~rc1
+ _ZN20QVGCompositionHelperD2Ev at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirect10beginPaintEP7QWidget at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirect13ensureContextEP7QWidget at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirect6scrollEP7QWidgetRK7QRegionii at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirect8endPaintEP7QWidgetRK7QRegionP6QImage at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirectC1EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirectC2EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirectD0Ev at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirectD1Ev at Base 4:4.7.0~rc1
+ _ZN25QVGEGLWindowSurfaceDirectD2Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivate11paintEngineEv at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivate18destroyPaintEngineEv at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivateC1EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivateC2EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivateD0Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivateD1Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfacePrivateD2Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImage10beginPaintEP7QWidget at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImage13ensureContextEP7QWidget at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImage8endPaintEP7QWidgetRK7QRegionP6QImage at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImageC1EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImageC2EP14QWindowSurface at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImageD0Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImageD1Ev at Base 4:4.7.0~rc1
+ _ZN26QVGEGLWindowSurfaceVGImageD2Ev at Base 4:4.7.0~rc1
+ _ZNK12QPaintDevice7devTypeEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData11paintEngineEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData12sourceFormatEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData15hasAlphaChannelEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData26createCompatiblePixmapDataEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData6metricEN12QPaintDevice17PaintDeviceMetricE at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData7isValidEv at Base 4:4.7.0~rc1
+ _ZNK13QVGPixmapData7toImageEv at Base 4:4.7.0~rc1
+ _ZNK14QVGPaintEngine11createStateEP13QPainterState at Base 4:4.7.0~rc1
+ _ZNK16QVGWindowSurface11paintEngineEv at Base 4:4.7.0~rc1
+ _ZNK16QVGWindowSurface6metricEN12QPaintDevice17PaintDeviceMetricE at Base 4:4.7.0~rc1
+ _ZNK25QVGEGLWindowSurfaceDirect22supportsStaticContentsEv at Base 4:4.7.0~rc1
+ _ZNK26QVGEGLWindowSurfacePrivate12surfaceImageEv at Base 4:4.7.0~rc1
+ _ZNK26QVGEGLWindowSurfacePrivate17windowSurfaceSizeEP7QWidget at Base 4:4.7.0~rc1
+ _ZNK26QVGEGLWindowSurfaceVGImage11mainSurfaceEv at Base 4:4.7.0~rc1
+ _ZNK26QVGEGLWindowSurfaceVGImage12surfaceImageEv at Base 4:4.7.0~rc1
+ _ZNK6QRectF6toRectEv at Base 4:4.7.0~rc1
+ _ZTI12QDashStroker at Base 4:4.7.0~rc1
+ _ZTI12QVGImagePool at Base 4:4.7.0~rc1
+ _ZTI13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZTI14QVGPaintEngine at Base 4:4.7.0~rc1
+ _ZTI15QVGPainterState at Base 4:4.7.0~rc1
+ _ZTI16QVGWindowSurface at Base 4:4.7.0~rc1
+ _ZTI20QVGCompositionHelper at Base 4:4.7.0~rc1
+ _ZTI25QVGEGLWindowSurfaceDirect at Base 4:4.7.0~rc1
+ _ZTI26QVGEGLWindowSurfacePrivate at Base 4:4.7.0~rc1
+ _ZTI26QVGEGLWindowSurfaceVGImage at Base 4:4.7.0~rc1
+ _ZTS12QDashStroker at Base 4:4.7.0~rc1
+ _ZTS12QVGImagePool at Base 4:4.7.0~rc1
+ _ZTS13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZTS14QVGPaintEngine at Base 4:4.7.0~rc1
+ _ZTS15QVGPainterState at Base 4:4.7.0~rc1
+ _ZTS16QVGWindowSurface at Base 4:4.7.0~rc1
+ _ZTS20QVGCompositionHelper at Base 4:4.7.0~rc1
+ _ZTS25QVGEGLWindowSurfaceDirect at Base 4:4.7.0~rc1
+ _ZTS26QVGEGLWindowSurfacePrivate at Base 4:4.7.0~rc1
+ _ZTS26QVGEGLWindowSurfaceVGImage at Base 4:4.7.0~rc1
+ _ZTV12QDashStroker at Base 4:4.7.0~rc1
+ _ZTV12QVGImagePool at Base 4:4.7.0~rc1
+ _ZTV13QVGPixmapData at Base 4:4.7.0~rc1
+ _ZTV14QVGPaintEngine at Base 4:4.7.0~rc1
+ _ZTV15QVGPainterState at Base 4:4.7.0~rc1
+ _ZTV16QVGWindowSurface at Base 4:4.7.0~rc1
+ _ZTV20QVGCompositionHelper at Base 4:4.7.0~rc1
+ _ZTV25QVGEGLWindowSurfaceDirect at Base 4:4.7.0~rc1
+ _ZTV26QVGEGLWindowSurfacePrivate at Base 4:4.7.0~rc1
+ _ZTV26QVGEGLWindowSurfaceVGImage at Base 4:4.7.0~rc1
+ _ZThn16_N16QVGWindowSurfaceD0Ev at Base 4:4.7.0~rc1
+ _ZThn16_N16QVGWindowSurfaceD1Ev at Base 4:4.7.0~rc1
+ _ZThn16_NK16QVGWindowSurface11paintEngineEv at Base 4:4.7.0~rc1
+ _ZThn16_NK16QVGWindowSurface6metricEN12QPaintDevice17PaintDeviceMetricE at Base 4:4.7.0~rc1

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list