Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Bump PKGREVISION.
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
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
|
|
changes:
-Qt5 support
-minor feature additions
|
|
Support has been added for Qt v4.8.4 and Qt v5.0-rc1.
|
|
|
|
|
|
|
|
|
|
changes:
-suppoty Qt v4.8.3
-minor extensions
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
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
|
|
packages won't try to build with python25.
Fixes Global dependency resolution failure.
|
|
|
|
supported Python versions
|
|
This is a minor feature release and includes initial support for Qt v5.
|
|
|
|
|
|
PKGREVISION -> 2.
|
|
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.
|
|
|
|
This is mainly a bug fix release.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
This is a major feature release including support for Qt v4.8.0
and the inclusion of the QtDBus module.
|
|
|
|
changes: minor bugfixes
|
|
|
|
This is a minor bug fix release.
|
|
changes:
-adds support for Qt v4.7.2
-functional enhancements
|
|
|
|
changes: enhanced support for working with QVariant objects and Python v3
|
|
|
|
This includes support for Qt v4.7.1, many new examples but is otherwise
primarily a bug fix release.
|
|
|
|
* 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.
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
This is a minor bug fix release.
(fixes problems with the help viewer of devel/eric4)
|
|
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
|
|
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
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
mismatch reported by wiz
|
|
which fixes some minor bugs
|
|
This is primarily a bug-fix release.
|