Commit graph

102 commits

Author SHA1 Message Date
wiz
fb1a8e5414 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
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
6e686dc4e9 Revert hard coded "py26" with "${PYPKGPREFIX}".
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
2011-11-01 23:18:23 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
hans
d6b9f322bb Fix build on SunOS. 2011-09-14 17:56:08 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 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
wiz
e8d8834f6a 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
5776252d86 update to 2.28.1
changes: A couple of gconf module bugs fixed
2010-04-13 17:46:03 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
5faa52a064 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-21 16:48:24 +00:00
wiz
4e76bbd293 Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
2009-08-27 18:53:36 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
tnn
b7d0636d7c not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
zafer
f814583cf2 add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-07 11:01:37 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
drochner
f46299addc update to 2.26.1
changes:
GConfEntry.get_value now accepts None as parameter for the locale
2009-04-17 18:19:28 +00:00
drochner
e20780fc40 export gnome-vfs dependency (header files installed by us refer to it) 2009-04-07 10:28:55 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
jmcneill
8542985ae5 Update py-gnome2 to 2.26.0.
Changes:

=== GNOME_PYTHON_2_26_0 ===
2009-03-14  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* NEWS,
	* configure.ac,
	* wscript: [553] Version 2.26.0

=== GNOME_PYTHON_2_25_90 ===
2009-02-01  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* configure.ac: Added.

	* configure.ac: Removed.

	* NEWS,
	* wscript: Modified.

	[552] Preparing 2.25.90 release

2009-02-01  gjc

	* gconf/gconf.override: [551] Bug 541088 ? gconf set_value should take
	unicode string as value.

2009-01-31  gjc

	* configure.ac: [550] Bug 564550 ? gnome-python libtool-2.2 patch

	* acinclude.m4: [549] (from Funda Wang) Use distutils to detect the
	value of Py_ENABLE_SHARED, not grep; closes #569832.

	* waf: [548] Upgrade to WAF 1.5.3

=== GNOME_PYTHON_2_25_1 ===
2009-01-17  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* Makefile.am: [547] automake distcheck fixes

2009-01-17  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* NEWS: Added.

	* NEWS: Removed.

	[546] Update NEWS for release

2009-01-17  gjc

	* configure.ac,
	* wscript: [545] Bump version to 2.25.1

	* waf,
	* wscript: [544] Update to newer WAF

2009-01-03  gjc

	* wscript: [543] Use the gnu_dirs waf tool, so that --libdir configure
	option works

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* waf: Added.

	[542] Add a ready-made waf script, for easier deployment in jhbuild

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* .bzrignore: [541] ignore

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* .bzrignore,
	* ChangeLog.pre-2.25,
	* Makefile.am,
	* autogen.sh,
	* bzrplugins,
	* bzrplugins/gnulog.py,
	* generate-ChangeLog: Added.

	* ChangeLog,
	* Makefile.am,
	* autogen.sh: Removed.

	* wscript: Modified.

	[540] Auto-generate the ChangeLog via bazaar log plugin

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* wscript: [539] WAF: fix autoconfig and dist_hook

2008-12-26  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* README,
	* bonobo/wscript,
	* docs/gnomevfs/wscript,
	* gconf/wscript,
	* gnome/wscript,
	* gnomecanvas/wscript,
	* gnomevfs/wscript,
	* wscript: Added.

	* README,
	* bonobo/wscript,
	* docs/gnomevfs/wscript,
	* gconf/wscript,
	* gnome/wscript,
	* gnomecanvas/wscript,
	* gnomevfs/wscript,
	* wscript: Removed.

	[538] Experimental support for waf 1.5.x
2009-03-15 16:05:12 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
drochner
f2bb98e568 make this work with python-2.4 again 2008-11-18 12:46:52 +00:00
hasso
8c16dd79f7 Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
2008-11-14 22:00:21 +00:00
drochner
65117c3224 update to 2.22.3
changes:
-Compatibility with newer pygobject
-bugfix
2008-10-16 18:00:16 +00:00
drochner
21e0f179c4 update to 2.22.1
changes: build system improvements, irrelevant to pkgsrc for now
2008-06-23 17:21:21 +00:00
abs
daaed5f758 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:34:13 +00:00
drochner
125c8f0baf update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-11 19:53:22 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
rillig
53adcee35b Fixed naming mismatches reported by pkglint. 2008-01-05 20:45:59 +00:00
drochner
f8cf97ae38 update to 2.20.1
changes:
* Fix bugs gnomevfs volume callbacks
* gnome module popt bug fix
2007-11-29 20:49:56 +00:00
drochner
b3472402fa update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-10-31 20:53:21 +00:00
joerg
5ac885144d Supports DESTDIR. 2007-10-24 15:00:41 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
drochner
08ee3ac109 I don't know what happened, but "make" on NetBSD-current now dumps core
in "install". Use gmake.
2007-09-03 09:51:55 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
drochner
ccb670a921 update to 2.18.2
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 20:29:58 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
drochner
8834b1e6c8 update to 2.16.2
changes:
Correctly detect the python library on Mac OS X
Fix crash when using gconf.Client()
Make unit tests use the modules from builddir
Make all code Python 2.5 + 64-bit ready
2006-11-14 16:46:46 +00:00
drochner
5e07dd2eef update to 2.16.0
major release for gnome-2.16, besides that some fixes, mostly in the
gnomevfs area
2006-10-12 14:00:06 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
joerg
5f413cbc43 There's no nb1 yet. 2006-09-16 06:40:03 +00:00
jmmv
2e156a9a24 Update to 2.12.4:
Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4
===================================================================
* python gnomevfs methods
 - Build problem when installation prefix != /usr fixed.

Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3
===================================================================
* python gnomevfs methods
 - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson)
 - Don't map VFS method check_same_fs to move_func python method (Eitan)

Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2
===================================================================
* gnomecanvas
 - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo)
* gnome.ui
 - Make 'custom_icon' arg of icon_lookup optional (Gustavo)
* python gnomevfs methods
 - Fix handling of VFS errors from python vfs methods (Eitan Isaacson)

Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1
===================================================================
* Fix compilation on Mac OS X (dmacks@netspace.org)

Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0
===================================================================
* gnomevfs
 - Fix invalid memory access in gnomevfs.async.xfer;
 - Add a new example of a GnomeVFS module written in python;
 - Install pygnomevfs.h for use by other python extensions;
* gnomecanvas
 - Demonstrate how to activate AA in the canvas example.

Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3
===================================================================
* gnomecanvas
 - Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo)
 - Add canvas-curve.py example demonstrating the use bezier objects
* gconf
 - Fix crash when passing the wrong number of arguments to
   client.get_pair (Gustavo)
* gnomevfs
 - New DNS-SD functions wrapped: dns_sd_browse_sync,
   dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and
   get_default_browse_domains (Gustavo)
2006-09-15 15:14:26 +00:00
joerg
6830011063 py-ORBit doesn't support Python 2.3 anymore, so don't support it as well. 2006-07-11 17:09:07 +00:00