./devel/libglademm, C++ bindings for libglade

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.7nb2, Package name: libglademm-2.6.7nb2, Maintainer: adam

gtkmm (previously known as Gtk--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces.


Required to run:
[devel/libglade] [x11/gtkmm]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Master sites: (Expand)

SHA1: d7c0138c80ea337d2e9ae55f74a6953ce2eb9f5d
RMD160: 3bfe5962e57721dfa9d02c3be31b543bf070c767
Filesize: 318.735 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) | Package updated
Log message:
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.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
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-01-12 16:31:24 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.6.7:

2.6.7:

* Windows build fixes.
  (Armin Burgmeier)
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-04-24 22:56:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 2.6.6:

2.6.6:

* Xml::connect_clicked((): Handle ToolButtons too.
  (Dave Moore. Bug #439339)
   2007-10-13 19:52:18 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 2.6.5:
* libglade/src/xml.hg:
* libglade/src/xml.ccg: Do not use exceptions when compiled with
  exceptions disabled. Instead, Gnome::Glade::Xml takes an additional
  error parameter like most other g*mm methods that can fail.
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
  is built wihout hiding optional API, such as use of exceptions.