libglade - Gnome-1 support library for loading user interfaces

Description:

Libglade is a small library that allows a program to load its user interface
from am XML description at runtime. Libglade uses the XML file format used by
the GLADE user interface builder GLADE, so libglade acts as an alternative to
GLADE's code generation approach. Libglade also provides a simple interface
for connecting handlers to the various signals in the interface (on platforms
where the gmodule library works correctly, it is possible to connect all the
handlers with a single function call). Once the interface has been
instantiated, libglade gives no overhead, so other than the short initial
interface loading time, there is no performance tradeoff.

Homepage: http://www.jamesh.id.au/software/libglade/

License: LGPLv2+

Vendor: Fedora Project

Packages

libglade-0.17-20.fc8.i386 [101 KiB] Changelog by Paul Howarth (2007-10-26):
- clarify license as LGPL version 2 or later
- remove bundled libintl (GPL) in %prep to be absolutely sure that it isn't
  used
- patch libglade-config to generate cflags/libs values at runtime instead of
  build-time and hence be multiarch compatible (#342131); we can get away with
  this because the entire (legacy) library stack is stable and isn't going to
  change in any significant way
- enumerate more of the %files list to narrow scope of wildcards
- re-encode ChangeLog as UTF-8
- preserve timestamps for files copied from source to installed package
libglade-0.17-20.fc8.x86_64 [102 KiB] Changelog by Paul Howarth (2007-10-26):
- clarify license as LGPL version 2 or later
- remove bundled libintl (GPL) in %prep to be absolutely sure that it isn't
  used
- patch libglade-config to generate cflags/libs values at runtime instead of
  build-time and hence be multiarch compatible (#342131); we can get away with
  this because the entire (legacy) library stack is stable and isn't going to
  change in any significant way
- enumerate more of the %files list to narrow scope of wildcards
- re-encode ChangeLog as UTF-8
- preserve timestamps for files copied from source to installed package