summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23Add upstream changeset to avoid calling internal constructor in publicjoerg1-1/+2
header if implicit ASCII conversion is disabled. Bump revision.
2012-01-23Removing unneeded libtool link command.sbd1-1/+7
2012-01-12Changes 4.8.0:adam1-5/+4
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-09-18Revbump after Nokia has changed the distfile for Qt4adam1-3/+2
2011-09-04Qt 4.7.4 is a bug-fix release. It maintains both forward and backwardadam1-2/+1
compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online. http:
2011-08-30add 2 patches from upstream to fix possible buffer overflowsdrochner1-2/+2
(CVE-2011-3193, CVE-2011-3194) bump PKGREV
2011-08-18Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@.cheusov1-1/+6
2011-05-16Update DEPENDS on qt4-libs for other qt4 packages.cheusov1-3/+3
Fix for PR 44732.
2011-05-05Changes 4.7.3:adam1-2/+1
QtNetwork - SSL * [QTBUG-18338] blacklist fraudulent SSL certificates Qt for Symbian - Bearer Management * [QTBUG-15108] Deadlock between SymbianEngine mutex and QNetworkConfigurationPrivate mutex in the symbian bearer code * [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building QtMobility QtBearer depending applications - GraphicsView * [QTBUG-17966] Major regression in QGraphicsView OpenVG backend - Declarative * [QTBUG-17503] Export qml debugging symbols on Symbian - Widgets * [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint doesn't return correct value on Symbian for row when QPushButton widget is inserted in the treeview * [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any widget is fullscreen - Painting * [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from tests/auto/qgraphicstransfor is failed for some rotation angle on Symbian^3 devices * [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly returns MAXINT
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-01Add blacklist of fraudulent certificates. Patch from upstream.markd1-1/+2
Bump PKGREVISION.
2011-03-03Changes 4.7.2:adam1-2/+1
This is a maintenance release which contains bug-fixes based on feedback and contributions since the Qt 4.7.1 release back in November. It also marks the official release of Qt Quick. Qt Quick is a new feature within Qt that makes it easy to create light-weight apps and UIs. It contains the new QML language, the Qt Declarative module, and new tooling in Qt Creator to easily build apps. PkgSrc: now builds with Clang.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2011-01-12On second thought, forget about libphonon; there is one in multimedia.adam1-3/+3
2011-01-12* Install libphonon.adam1-15/+19
* On Mac OS X build Qt with Cocoa, but don't install as a framework.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-11-15Changes 4.7.1:adam1-7/+27
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
2010-09-14More PKGREVISION bumps for pixman update.wiz1-1/+2
2010-07-04Changes 4.6.3:adam1-2/+1
* Added Spectrum analyzer demo application. * Added exit softkey to Wiggly example. * Added close button to Anomaly demo. * Fixed Anomaly demo controlstrip icon placement for very small screens. * Ensure history configuration is cleared when a state machine is restarted. For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-29Fix building on DragonflyBSD as described in PR#43368adam1-2/+2
2010-04-16Add patch from upstream, fixing a core dump in amarok.wiz1-1/+2
2010-02-16Changes 4.6.2:adam1-2/+1
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
2010-02-08Add RCS Id to patch-ay, and bump PKGREVISION for the bugfix in that patch.wiz1-2/+2
2010-02-03Bump PKGREVISION for xmlpatterns fix.wiz1-3/+3
2010-02-03Fix: script includes were installed twice, insted of xmlpattersadam1-2/+2
2010-02-02* Exceptions enabledadam1-9/+9
* Build and install XmlPatters * MNG moved to qt4-mng
2010-01-30Add QtMultimedia.pc to PLIST, bump PKGREVISION.wiz1-1/+2
2010-01-29Changes 4.6.1:adam1-7/+25
* Optimized empty QUrl creation * Improve performance of getting the canonical filename on Linux and Symbian by using realpath() system call. * Avoid stat() when opening a file. * Do not look at the Qt patch-level version embedded in plugins' buildkeys when trying to determine if the plugin is compatible * Bug-fixes * load() and loadFromData() can now support compressed GL textures in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics system is active and the appropriate extensions are present in the GL implementation. * Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-08ass patches from webkit CVS to fix security problemsdrochner1-2/+2
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2009-10-13Unbreak it with making it install Qt<subsystem>/<class> headers again. Bumphasso1-2/+3
PKGREVISION.
2009-10-11Changes 4.5.3:adam1-2/+1
* This is a bug-fix release.
2009-10-01add patch from upstream to fix certificate check flaw (CVE-2009-2700),drochner1-2/+2
bump PKGREVISION
2009-09-29Give unsigned char argument to toupper.wiz1-2/+2
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE". Bump PKGREVISION.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-07update to 4.5.2drochner1-3/+1
changes: bugfixes and optimizations
2009-07-02Install QtScriptTools, and script and scripttools headers.wiz1-4/+4
Needed (indirectly) for amarok. Bump PKGREVISION.
2009-06-29add two patches from upstream to fix rendering problems whichdrochner1-1/+3
garble the KDE4 desktop, from Sverre Froyen bump PKGREVISION
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso1-2/+1
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2009-02-11Add patch from qt-copy. Fixes random crashes seen in kde4's kmail.markd1-2/+2
Bump PKGREVISION.
2008-12-17Install libqsvg.la as well. Bump PKGREVISION.wiz1-3/+3
2008-11-03Fix for #39841:adam1-4/+12
install libqimsw-multi.la
2008-07-24Update qt4 to 4.4.0markd1-4/+3
Qt 4.4 introduces many new features as well as many improvements and bugfixes over the 4.3.x series. For more details, see the online documentation which is included in this distribution. The documentation is also available at http://doc.trolltech.com/4.4 The Qt version 4.4 series is binary compatible with the 4.3.x series. A long list of changes can be found in the changes-4.4.0 file in the distribution. Update OKed (and initial work provided) by adam@..
2008-02-11Make this build on Mac OS X (tested: 10.4.11/intel). Bump ro revision 2.hubertf1-2/+2
2008-02-04Add DESTDIR support.joerg1-17/+18
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd1-1/+2
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2007-12-17Changes 4.3.3:adam1-4/+2
Qt 4.3.3 is a bug-fix release. Read 'changes-4.3.3' for details.