summaryrefslogtreecommitdiff
path: root/x11/qt4-sqlite3
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Changes 4.6.1:adam1-2/+1
* 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-1/+2
2009-10-11Changes 4.5.3:adam1-2/+1
* This is a bug-fix release.
2009-09-28Add pkg-config to TOOLS. Fixes library linking on systems using nativewiz1-2/+3
xorg. Suggestion from drochner. Bump PKGREVISION.
2009-09-03Use --mode=install for libtool, don't dependency on the legacyjoerg1-2/+2
detection.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-07user-destdir supportjoerg1-3/+5
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Make these actually build.hasso1-1/+2
2007-09-03-make sqlite support an extra pkg instead of an optiondrochner3-0/+32
-work around iconv(3) incompatibilities: while NetBSD's iconv() is probed as GNU iconv (due to its signature), it doesn't support empty strings as encoding (interpreted as "current locale's encoding" by GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make it work as expected. -update to 4.3.1 changes: -bugfixes -Updated the German translation to provide complete coverage of Qt