summaryrefslogtreecommitdiff
path: root/x11/py-qt4
AgeCommit message (Collapse)AuthorFilesLines
2013-07-04Bump PKGREVISION for py-sip module major version change.wiz1-3/+2
2013-06-10Implement QList<long> for SunOS 32-bit pid_t.jperkin3-3/+79
Bump PKGREVISION.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-03update to 4.10.1drochner4-18/+20
changes: -Qt5 support -minor feature additions
2013-04-10update to 4.9.6drochner3-8/+10
Support has been added for Qt v4.8.4 and Qt v5.0-rc1.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-10update to 4.9.5drochner4-22/+26
changes: -suppoty Qt v4.8.3 -minor extensions
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-03Update for python25 removal.wiz1-2/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-09Revert the below commit as it didn't work. The py-qt4 buildlink3.mk maysbd1-3/+1
be included after pyversion.mk, which means the setting has no affect. --- Module Name: pkgsrc Committed By: sbd Date: Tue Aug 7 09:44:03 UTC 2012 Modified Files: pkgsrc/x11/py-qt4: buildlink3.mk Log Message: Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent packages won't try to build with python25. Fixes Global dependency resolution failure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt4/buildlink3.mk
2012-08-07Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependentsbd1-1/+3
packages won't try to build with python25. Fixes Global dependency resolution failure.
2012-08-05Disallow python25 since py-dbus doesn't support it any longer.wiz1-2/+3
2012-08-01mark as buildable with Python3x, py-elementtree comes with alldrochner1-2/+2
supported Python versions
2012-07-03update to 4.9.4drochner4-26/+28
This is a minor feature release and includes initial support for Qt v5.
2012-06-06Recognize -Wl,-rpath spelling as well.joerg1-1/+6
2012-05-11Kill a bunch of work directory references in rpath. Bump revision.joerg1-2/+8
2012-04-29Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.dholland1-2/+3
PKGREVISION -> 2.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz2-8/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-1/+2
2012-02-17update to 4.9.1drochner2-7/+6
This is mainly a bug fix release.
2012-02-16Fix build on SunOS.hans2-7/+16
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-17update to 4.9drochner3-8/+11
This is a major feature release including support for Qt v4.8.0 and the inclusion of the QtDBus module.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-1/+2
2011-11-07update to 4.8.6drochner2-7/+6
changes: minor bugfixes
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-09-12update to 4.8.5drochner2-6/+6
This is a minor bug fix release.
2011-05-13update to 4.8.4drochner3-9/+8
changes: -adds support for Qt v4.7.2 -functional enhancements
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-02-03update to 4.8.3drochner3-8/+8
changes: enhanced support for working with QVariant objects and Python v3
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2011-01-11update to 4.8.2drochner2-7/+6
This includes support for Qt v4.7.1, many new examples but is otherwise primarily a bug fix release.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-11-15Changes 4.8.1:adam3-32/+50
* Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow PyQt to be built against Qt built with namespace support. * Bug fixes. Changes 4.8: * Added support for Qt v4.7 including the new QtDeclarative module. * pyqtProperty() can now be used as a method decorator in the same way that the standard Python property type can be used. * Added the notify argument to pyqtProperty(). * Unbound signals can now be subscripted in the same way that bound signals can. * Added the missing << operator to QPolygon, QPolygonF and QXmlStreamAttributes. * PyQt will now automatically keep a reference to objects set with some sort of setter method when Qt expects the underlying C++ instance to stay valid but does not take ownership of it. * Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen. * Added the --assume-shared option to configure.py. * The QtAssistant module is no longer built with Qt v4.7 and later.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-07update to 4.7.6drochner2-6/+6
This is a minor bug fix release. (fixes problems with the help viewer of devel/eric4)
2010-09-02update to 4.7.5drochner4-13/+24
changes: added QStringRef.__str__() and QStringRef.__unicode__() to the QString v1 API the destruction by Qt of internally constructed QObject instances is now automatically detected a signal defined with pyqtSignal() can now be used with methods that make an internal call to QObject::connect(), e.g. QTimer.singleShot() added the --from-imports command line argument to pyuic4 and the from_imports argument to PyQt4.uic.compileUi() added support for Python v3.2
2010-07-13update to 4.7.4drochner2-7/+6
changes: -any class with a count() method now supports the len() builtin -added the missing == and != operators to QItemSelection -added readQVariantHash(), readQVariantList(), readQVariantMap, writeQVariantHash(), writeQVariantList() and writeQVariantMap() to QDataStream -added the ErrorPageExtensionOption and ErrorPageExtensionReturn classes, and the ErrorDomain enum to QWebPage
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+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-04-22do the same whether qscintills is present or not, should fix PLISTdrochner1-1/+2
mismatch reported by wiz
2010-04-204.7.2 disappeared from the distribution site, was replaced by 4.7.3drochner3-7/+8
which fixes some minor bugs
2010-04-13update to 4.7.2drochner3-8/+8
This is primarily a bug-fix release.