summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
AgeCommit message (Collapse)AuthorFilesLines
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-02Add more "# used by" lines.wiz1-2/+8
2010-02-02* Exceptions enabledadam4-31/+20
* Build and install XmlPatters * MNG moved to qt4-mng
2010-01-30Add QtMultimedia.pc to PLIST, bump PKGREVISION.wiz2-2/+4
2010-01-29Changes 4.6.1:adam24-458/+196
* 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.wiz2-4/+4
2010-01-08ass patches from webkit CVS to fix security problemsdrochner4-3/+290
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2009-10-23Fix qt4-tools build on Linux by adding -ldl to LDFLAGS.tnn1-1/+3
From Ondrej Tuma in PR pkg/37688 XXX I think -ldl should go into the generated libQtCore.la instead, but I lack sufficient clue how to make that happen.
2009-10-19Add the required buildlink foo for the gtk2 options, some stuff wantsahoka1-1/+8
to link against gobject it seems.
2009-10-18Add option for gtk2 support. (allows qt to draw native gtk2 widgets)ahoka1-2/+10
2009-10-13Unbreak it with making it install Qt<subsystem>/<class> headers again. Bumphasso1-2/+3
PKGREVISION.
2009-10-11Changes 4.5.3:adam19-143/+83
* This is a bug-fix release.
2009-10-01add patch from upstream to fix certificate check flaw (CVE-2009-2700),drochner3-5/+14
bump PKGREVISION
2009-09-29Give unsigned char argument to toupper.wiz3-3/+17
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE". Bump PKGREVISION.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-24deal with incompatibilities of newer openssl to make it builddrochner4-1/+51
on NetBSD-current again, fixes PR pkg/41770 by Ryo HAYASAKA
2009-07-22Mark as used by qt4-docs.wiz1-1/+2
2009-07-10Add http://get.qtsoftware.com/qt/source/ as a preferred MASTER_SITEabs1-2/+3
Suggested by Louis Guillaume
2009-07-07update to 4.5.2drochner4-37/+5
changes: bugfixes and optimizations
2009-07-02Install QtScriptTools, and script and scripttools headers.wiz2-5/+7
Needed (indirectly) for amarok. Bump PKGREVISION.
2009-06-29add two patches from upstream to fix rendering problems whichdrochner4-2/+34
garble the KDE4 desktop, from Sverre Froyen bump PKGREVISION
2009-06-14Remove @dirrm entries from PLISTsjoerg1-21/+1
2009-06-13Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changeloghasso14-152/+178
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-28We are forcing an installation on MacOS X to behave just like a generic UNIXschwarz2-1/+24
installation (cf. patch-ar). However, MacOS X does not have clock_gettime(). This patch therefore ensures that for that functionality the MacOS X specific code is used.
2009-02-11Add RCS Id.wiz2-2/+4
2009-02-11Add patch from qt-copy. Fixes random crashes seen in kde4's kmail.markd3-3/+44
Bump PKGREVISION.
2008-12-17Install libqsvg.la as well. Bump PKGREVISION.wiz2-4/+5
2008-12-16Pass -arch ${MACHINE_ARCH} to configure so it doesn't rely on uname -mjmcneill1-1/+2
2008-11-03Fix for #39841:adam2-5/+15
install libqimsw-multi.la
2008-10-26Changes 4.4.3:adam14-72/+69
* Updated application icons and other graphics to reflect the look and feel of the new Qt brand. * Copyright of Qt has been transferred to Nokia Corporation.
2008-10-08Fix qmake.conf to handle shared libraries correctly.wiz1-4/+4
Bump qt4-tools PKGREVISION.
2008-09-17Include pthread.h before including pthread_np.h.joerg2-6/+18
From Hasso Tepper in PR 39268.
2008-07-24Update qt4 to 4.4.0markd20-127/+159
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-06-12pkglint, add '# used by ...' lines - no functional changeabs1-1/+2
2008-05-13The citrix i18n code in DragonFly had some issues wrt BOM handling whichdrochner2-13/+30
are fixed now. Enable BOM handling for newer versions only. From Hasso Tepper per PM.
2008-02-11Make this build on Mac OS X (tested: 10.4.11/intel). Bump ro revision 2.hubertf3-3/+17
2008-02-04Add DESTDIR support.joerg1-17/+18
2008-01-31Actually tested the patched code, and noticed that ABI may be undefined.rillig1-3/+3
Related to PR 37886.
2008-01-28Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin viarillig1-1/+9
PR 37886, with minor modifications from me.
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd3-2/+20
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2008-01-07Fix build on NetBSD < 4.0.ghen2-6/+6
2008-01-05Create a shared library for libQtUiTools, in the hope that this fixeswiz2-1/+15
the build for kdelibs4 on amd64. Bump PKGREVISION for qt4-tools.
2007-12-17Changes 4.3.3:adam2-8/+6
Qt 4.3.3 is a bug-fix release. Read 'changes-4.3.3' for details.
2007-12-12s/${WRKOBJ}/${WRKDIR}/ (Don't know what I was thinking.)markd1-3/+3
2007-12-12Install q3porting.xml where uic3 can find it so that uic3 generatesmarkd2-3/+5
correct files. Bump PKGREVISION.
2007-12-12Don't directly reference libtool .la files in pkgconfig files. PR pkg/37479markd1-2/+3
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479) andmarkd2-4/+7
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION
2007-12-02Standardize statvfs test. From Sergey Svishchev.wiz2-4/+4