diff options
author | rh <rh@pkgsrc.org> | 2000-12-31 14:01:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-12-31 14:01:43 +0000 |
commit | 881a52166d02e470b1d33a9a0dec88cb9ed08684 (patch) | |
tree | 367703777fc692ffedd414a37415ac577eb05fa5 /devel/bonobo/Makefile | |
parent | 7e958240a32949a27a265b5f7a7869721c5ea631 (diff) | |
download | pkgsrc-881a52166d02e470b1d33a9a0dec88cb9ed08684.tar.gz |
Update bonobo to 0.30. Changes include:
* Evil bugs
* X / CORBA synchronisation issues fixed
* Property bag / transient memory leaks fixed
* Toolbar widget leak
* Lots of misc leaks nailed
* Bonobo plug / socket race condition nailed
* Storage stuff
* Local FS Stream / Storage impl. completed
* Efs stream / storage polished up
* VFS storage cleans
* Bonobo IO plugins version fixage
* Storage module cleans, and regression testing
* Monikers
* Bonobo widget switched to use monikers
* Bonobo contexts - moniker context
* tar moniker
* http, gunzip monikers
* moniker test code
* Asynchronous moniker resolution
* New transient CORBA object helper
* UI stuff
* Alpha composited icons (for pixmap themes)
* Control desired size querying
* Completed toolbar item 'look' markup
* pixmap location code flexed
* placeholder can hide all its contents
* UI signaling race conditions nailed
* Helpers for removing dead UI components
* Misc
* CORBA_any * <-> XML serialization
* generic listener / event interface re-written
* Created component selector control
* listener fixes
* BonoboPropertyControl implemented & honed
* Make each IDL file parse individualy
* Embeddable factory bug flattened
* Docs
* API build cleanups
* Lots of API doc writing / organising
* doc/NAMESPACE added to start namespacing IDL
* Lots of bugs fixed.
Bonobo 0.28
* Fixes to XML translation to fix seperate build dir
* Beautified XML translation script
* Fixes to allow perl relocation
* Remove Gtk arg <-> property mapping sillyness
Bonobo 0.27
* New test environment for storage drivers
* Lots of internal stream / storage fixes
* API rename & documentation clean
* Property bag fixes * improved ref debugging
* Lots of moniker (http, gzip) work
* Library versioning sorted
* UI Leaks fixed
* XML Translation scheme re-engineered
* Lots of API Documentation mending
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index e457e143114..b19feb21cbe 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2000/11/25 14:27:23 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/12/31 14:01:43 rh Exp $ # -DISTNAME= bonobo-0.26 +DISTNAME= bonobo-0.30 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo/} @@ -9,10 +9,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison +DEPENDS+= ORBit>=0.5.6:../../net/ORBit DEPENDS+= gdk-pixbuf>=0.6.0:../../graphics/gdk-pixbuf -DEPENDS+= oaf>=0.5.0:../../devel/oaf +DEPENDS+= oaf>=0.6.1:../../devel/oaf DEPENDS+= gnome-libs>=1.2.7:../../x11/gnome-libs -DEPENDS+= gnome-print>=0.16:../../print/gnome-print +DEPENDS+= gnome-print>=0.25:../../print/gnome-print USE_LIBTOOL= YES USE_X11BASE= YES |