GNOME 3719 Published by Philipp Esselbach 0

gNumExp 0.11 has been released:

Following up on the heels of the numexp-core 0.14 release, gnumexp 0.11 has just been unleashed to the world. It features many improvements since the last release (long time ago), including better GUI, plot export options, gtk+ 2.10 based printing, and simplified build requirements.

About:
=====
NumExp is a math/algebra engine and programming language. gNumExp is a GTK+ frontend to the NumExp engine.

Download:
==================
https://sourceforge.net/project/showfiles.php?group_id=333

GNOME 3719 Published by Philipp Esselbach 0

Pango-1.14.6 is now available for download at:

http://download.gnome.org/sources/pango/1.14/
or
ftp://ftp.gtk.org/pub/pango/1.14

e2c9658c6ed0b1f6bdc3b7c1171bf90f pango-1.14.6.tar.bz2
51511c1742e4f51e2a83c4980b615210 pango-1.14.6.tar.gz

Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.

This is a stable release and is source and binary compatible with 1.14.x.

GNOME 3719 Published by Philipp Esselbach 0

This is a bug-fix release of Evince for GNOME 2.16

* What is it ?
==============

Evince is a document viewer. It primarily displays pdf, though djvu, tiff, dvi, impress slides, postscript and even comics archives are also supported.

More information can be found at http://www.gnome.org/projects/evince/

* Where to get it ?
===================

Evince is available at:

http://download.gnome.org/sources/evince/0.6/evince-0.6.1.tar.gz
md5sum: 665387e278d4da97f7540aeddeaae57d
size: 1.6M

http://download.gnome.org/sources/evince/0.6/evince-0.6.1.tar.bz2
md5sum: 55a1d4af3cac209c7cfbe83b7ffcee1d
size: 1.2M

GNOME 3719 Published by Philipp Esselbach 0

GNOME Screen Ruler lets you measure distances vertically or horizontally on your screen in Pixels, Inches, Centimeters, Picas, Points, and as a percentage of the ruler's length.

Font and colors are customizable.

New in Version 0.7
------------------
* Rewrite in Ruby
* First appearance in GNOME CVS ( http://cvs.gnome.org/viewcvs/gruler/ )
* The "Track Mouse Position" feature is not yet in the Ruby version, but is otherwise feature-equivalent with 0.6.

GNOME 3719 Published by Philipp Esselbach 0

I am pleased to announce version 2.10.3 of the Python bindings for GTK.

The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly:

http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/

This is an unstable release and should be used with caution. It requires either GTK+ 2.8.x or GTK+ >= 2.10.

Blurb:

GTK is a toolkit for developing graphical applications that run on systems such as Linux, Windows and MacOS X. It provides a comprehensive set of GUI widgets, can display Unicode bidi text. It links into the Gnome Accessibility Framework through the ATK library.

PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyORBit and gnome-python, it can be used to write full featured Gnome applications.

Like the GTK+ library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full features applications.

pygtk-2.10.3 3-october-2006
- Fix a crasher bug introduced in 2.10.2 (Gustavo)
- Make PyGTK work with Python 2.5 and 64-bit (#337368, Gustavo)
(when used in conjunction with the soon-to-be-released PyGObject 2.12.2)

PyGTK requires GTK+ >= 2.8.0 and Python >= 2.3.5 to build.

Bug reports, as always, should go to Bugzilla; check out
http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK.

GNOME 3719 Published by Philipp Esselbach 0

I am pleased to announce version 2.12.2 of the Python bindings for GObject.

The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly:

http://download.gnome.org/sources/pygobject/2.12/

What's new since PyGObject 2.12.1:
- Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
- All headers are now LGPL and not GPL (Johan)
- Remove a couple of GCC warnings (Gustavo)
- Revive distutils support (Cedric Gustin)
- Emission hook reference count bugfix (Gustavo)
- MSVC/ANSI C compilation fix (John Ehresman)
- Bump Ctrl-C timeout handler from 100ms to 1000ms (Johan)

Blurb:

GObject is a object system library used by GTK+ and GStreamer.

PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.

Like the GObject library itself PyGObject is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full featured applications.

PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build.