Commit graph

71 commits

Author SHA1 Message Date
asau
e9540187fc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
drochner
b43101bb64 update to 4.9.5
changes:
-suppoty Qt v4.8.3
-minor extensions
2012-10-10 16:53:38 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
wiz
6881df6a4c Update for python25 removal. 2012-10-03 22:14:00 +00:00
tron
78f9c75877 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sbd
ad32cab103 Revert the below commit as it didn't work. The py-qt4 buildlink3.mk may
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-09 10:15:05 +00:00
sbd
cecc5b04e7 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.
2012-08-07 09:44:02 +00:00
wiz
809a1ce86d Disallow python25 since py-dbus doesn't support it any longer. 2012-08-05 20:59:18 +00:00
drochner
878659b140 mark as buildable with Python3x, py-elementtree comes with all
supported Python versions
2012-08-01 18:17:44 +00:00
drochner
8194f97666 update to 4.9.4
This is a minor feature release and includes initial support for Qt v5.
2012-07-03 18:13:07 +00:00
joerg
1b328ae932 Recognize -Wl,-rpath spelling as well. 2012-06-06 14:17:11 +00:00
joerg
765199ec4a Kill a bunch of work directory references in rpath. Bump revision. 2012-05-11 11:12:41 +00:00
dholland
5ab4335cef Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 2.
2012-04-29 04:18:48 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
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-04-08 19:08:44 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
drochner
d743315b8c update to 4.9.1
This is mainly a bug fix release.
2012-02-17 18:37:41 +00:00
hans
1635c0cfd8 Fix build on SunOS. 2012-02-16 19:59:53 +00:00
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
drochner
a62b1a5680 update to 4.9
This is a major feature release including support for Qt v4.8.0
and the inclusion of the QtDBus module.
2012-01-17 19:04:46 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
drochner
51fdd3b8c8 update to 4.8.6
changes: minor bugfixes
2011-11-07 11:23:17 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
426f2e5c0d update to 4.8.5
This is a minor bug fix release.
2011-09-12 18:18:20 +00:00
drochner
1f397d5c64 update to 4.8.4
changes:
-adds support for Qt v4.7.2
-functional enhancements
2011-05-13 16:43:02 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
5efa31f2cb update to 4.8.3
changes: enhanced support for working with QVariant objects and Python v3
2011-02-03 19:28:48 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
drochner
0b131846d6 update to 4.8.2
This includes support for Qt v4.7.1, many new examples but is otherwise
primarily a bug fix release.
2011-01-11 15:15:32 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
adam
ce656474e1 Changes 4.8.1:
* 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-11-15 13:07:24 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
d421d283b4 update to 4.7.6
This is a minor bug fix release.
(fixes problems with the help viewer of devel/eric4)
2010-09-07 16:36:02 +00:00
drochner
75f96013c6 update to 4.7.5
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-09-02 09:20:19 +00:00
drochner
97ad846ad0 update to 4.7.4
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-07-13 18:22:54 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
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-06-13 22:43:46 +00:00
drochner
66ac5e1c40 do the same whether qscintills is present or not, should fix PLIST
mismatch reported by wiz
2010-04-22 16:47:31 +00:00
drochner
fba8215b50 4.7.2 disappeared from the distribution site, was replaced by 4.7.3
which fixes some minor bugs
2010-04-20 09:35:05 +00:00
drochner
43136e2809 update to 4.7.2
This is primarily a bug-fix release.
2010-04-13 15:27:38 +00:00
wiz
32f99b6970 drochner noted that patch-ac is wrong (the original is correct for
Python 3) and suggested not installing the .pyc files.

Follow his advice and bump PKGREVISION.
2010-02-27 21:37:47 +00:00
wiz
f3a30f52f2 Fix a python problem (thanks joerg) and byte-compile and install
.pyc files.

Bump PKGREVISION.
2010-02-25 17:03:13 +00:00
drochner
10c6e04609 update to 4.7
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
2010-02-04 18:40:28 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
0701a5917e remove wrong sip version clause
(no PKGREV bump needed because this pyqt4 version couldn't build
against sip<4.9 anyway)
2009-11-24 17:32:31 +00:00
wiz
aa4ec247bb Update to 4.6.2: Bugfix release. 2009-11-23 15:00:33 +00:00
wiz
5f8758564a Update to 4.6.1:
4.6.1:
Bugfix release.

4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
  QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
  Applications may select a particular API. By default Python v3
  uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
  when creating an instance
* signals can be connected using keyword arguments passed when
  creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
  properties and connect signals using keyword arguments at any
  time
* Python v2.6 and later allow a Python bytearray to be used whenever
  a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
  getSaveFileNameAndFilter() static methods have been added to
  QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
2009-11-18 16:39:22 +00:00
tron
48371fd9b0 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
fba35fdbd3 add two missing files, from Robert Elz per PR pkg/41799 2009-07-30 11:34:18 +00:00