Benjamin Berg | 1 Jan 2010 16:37
Favicon

gtk-engines 2.18.5

gtk-engines
===========
gtk-engines provides a central location for commonly used GTK+ engines.
It currently supplies several engines and default themes for those which
have one.

Overview of Changes in 2.18.5 (since 2.18.4)
============================================

Changes in this release:
 - Removal of a potential infinite loop in different clearlooks styles

GNOME bugs fixed in this release:
 603445 -  update to support automake 1.11 +silent build.

New and updated translations:
 Ivar Smolin (et)
 Lucian Adrian Grijincu (ro)

Sources
=======

http://download.gnome.org/sources/gtk-engines/2.18/

494db7876b8c69b760c097493e4c3566a71231c54a90eaa6ef9529884e2a9f12  gtk-engines-2.18.5.tar.bz2
469a3853371a4e6717ab8d69aa7248e6e65eb938845e02e237bfa1a93ab56eb6  gtk-engines-2.18.5.tar.gz

_______________________________________________
(Continue reading)

Philip Withnall | 1 Jan 2010 17:18
Picon

Almanah Diary 0.7.1 released

Almanah Diary 0.7.1 is now available from:

  http://download.gnome.org/sources/almanah/0.7/

873a7d016650b7366b13701f6ccd9f509a76bfdd7d5d8cc64bd53077f0b2a6c6
almanah-0.7.0-0.7.1.diff.gz
1ccb874cd48f8acbd8d8498a182ec9c9a915bab9c9d40284b011fe1ac8f023eb  almanah-0.7.1.changes
b90b9c60b5dddd48631b64c9760bc8fe3d428533d9a1dea8d3553b1a59b30039  almanah-0.7.1.tar.bz2
5c4d411d8b7a451da23106f009525f95181c20d55fda87e3c2b5045b2745b559  almanah-0.7.1.tar.gz

This is a brown paper bag release which fixes building without the
Evolution dependencies.

About Almanah Diary
===================

Almanah is a small GTK+ application to allow you to keep a diary of your
life.

Philip Withnall
January 1, 2010
http://live.gnome.org/Almanah_Diary
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Emmanuele Bassi | 1 Jan 2010 18:36
Picon
Gravatar

[ANNOUNCE] JSON-GLib 0.10.0 (Stable)

hi everyone;

JSON-GLib 0.10.0 is now available for download at:

  http://download.gnome.org/sources/json-glib/0.10/json-glib-0.10.0.tar.gz

Checksums:

  029b700f1ad0960bb4954944357fe8b516487860d43fbe56853dce44fc114a64  json-glib-0.10.0.tar.bz2
  6e62d15295096e0c99c3cc868e46495e8562492f437ff4a2d460785852b1773d  json-glib-0.10.0.tar.gz

this is the first stable release of the JSON-GLib library for the 0.10
cycle.

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627. JSON is: 

  a lightweight data-interchange format. It is easy for humans to read
  and write. It is easy for machines to parse and generate. It is based
  on a subset of the JavaScript Programming Language, Standard ECMA-262
  3rd Edition - December 1999. JSON is a text format that is completely
  language independent but uses conventions that are familiar to
  programmers of the C-family of languages, including C, C++, C#, Java,
  JavaScript, Perl, Python, and many others. These properties make JSON
  an ideal data-interchange language. -- From Introducing JSON 

Many high-level languages already provide native modules for parsing,
generating and manipulating JSON data streams. JSON-GLib is a C library
based on GLib and released under the terms of the GNU Lesser General
(Continue reading)

Colin Watson | 2 Jan 2010 10:11
Picon
Favicon
Gravatar

TeleGNOME 0.1.1 released

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

TeleGNOME downloads and displays Teletext pages from the Internet.

What's changed in 0.1.1?
========================

 * Fix build where GtkType != guint (Debian #479740).
 * Clean up many uses of deprecated GNOME APIs, although there are still a
   few difficult ones left.
 * Add Categories field to .desktop file, so that it shows up in a
   reasonable place in menus.

Translations:
  cs (Marek Černocký), da (Joe Hansen), de (Mario Blättermann), el (Μάριος
  Ζηντίλης), es (Jorge González), gl (Antón Méixome), pl (Piotr Drąg), sl
  (Matej Urbančič), sv (Daniel Nylander)

Where can I get it?
===================

Source code:

http://download.gnome.org/sources/telegnome/0.1/telegnome-0.1.1.tar.bz2
sha256sum: d44849614e2a4eb25ff2031847c46a9d8b680946cc553cd2f493dbec9e2fda95

http://download.gnome.org/sources/telegnome/0.1/telegnome-0.1.1.tar.gz
sha256sum: f711e93fa40dd138bbd0fb66561995048cde24f39d8c54b5d37a7fdc8525854a

(Continue reading)

Gian Mario Tagliaretti | 2 Jan 2010 23:02
Picon
Gravatar

[ANNOUNCE] PyGobject 2.21.1 - unstable

I am pleased to announce version 2.21.1 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.21/

What's new since PyGObject 2.21.0?
        - Wrap gio.Volume.eject_with_operation (Gian Mario)
        - Wrap gio.Mount.eject_with_operation (Gian Mario)
        - Wrap gio.Mount.unmount_mountable_with_operation (Gian Mario)
        - Wrap File.unmount_mountable_with_operation (Gian Mario)
        - Wrap gio.File.stop_mountable (Gian Mario)
        - Wrap gio.File.start_mountable (Gian Mario)
        - Wrap gio.File.replace_readwrite_async (Gian Mario)
        - Wrap gio.File.poll_mountable (Gian Mario)
        - Wrap gio.File.open_readwrite_async (Gian Mario)
        - Wrap gio.File.eject_mountable_with_operation (Gian Mario)
        - Wrap gio.File.create_readwrite_async (Gian Mario)
        - Wrap gio.Drive.stop (Gian Mario)
        - Wrap gio.Drive.start (Gian Mario)
        - Wrap gio.SocketListener.accept_socket_async|finish (Gian Mario)
        - Wrap gio.SocketListener.accept_finish (Gian Mario)
        - Wrap gio.SocketListener.accept_async (Gian Mario)
        - Wrap gio.SocketListener.accept_socket (Gian Mario)
        - Wrap gio.SocketListener.accept (Gian Mario)
        - Make cancellable optional in gio.SocketClient.connect_to_host
          (Gian Mario)
        - Wrap gio.SocketListener.add_address (Gian Mario)
        - Wrap gio.SocketClient.connect_to_service_async (Gian Mario)
(Continue reading)

Willie Walker | 4 Jan 2010 02:23
Picon

Announcing Orca v2.28.3

===============
* What is Orca?
===============

Orca is a free, open source, flexible, and extensible screen reader
that provides access to the graphical desktop via user-customizable
combinations of speech, braille, and/or magnification.  Orca
development has been led by the Sun Microsystems, Inc., Accessibility
Program Office via continued engagement with its end users and
generous contributions from the Mozilla Foundation and wonderful
community members.

You can read more about Orca at http://live.gnome.org/Orca.

==================================
* What's changed for Orca v2.28.3?
==================================

2.28.3 - 03-Jan-2010

General:

* Fix for b.g.o.#601657 and d.o.o.#12629 - Preferences cannot be saved

* Fix for bgo#604956 - Certain speech settings get improperly restored
  to default when setting up Orca initially

* Fix for bgo#604964 - Orca doesn't present the section headings in
  PackageManager's new "Featured Packages" start page

New and updated translations (THANKS EVERYONE!!!):

    zh_HK       Traditional Chinese Chao-Hsiung Liao
    zh_TW       Traditional Chinese Chao-Hsiung Liao

=====================
* Where can I get it?
=====================

You can obtain Orca v2.28.3 in source code form at the following:

http://download.gnome.org/sources/orca/2.28/orca-2.28.3.tar.gz
http://download.gnome.org/sources/orca/2.28/orca-2.28.3.tar.bz2

Enjoy!

The Orca Team
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Emmanuele Bassi | 4 Jan 2010 11:31
Picon
Gravatar

[ANNOUNCE] Clutter Core 1.1.4 (Developers Snapshot)

hi everyone; 

do you remember when I said that there would be monthly developers
snapshots until the 1.2 release? well, it turns out that development,
traveling and moving to a new house tends to disrupt release schedules.
the best-laid plans of mice and men, and all that...

anyhow, here's to you a new developers snapshot of Clutter; I'll try to
keep these coming for the whole month, until we reach API and feature
freeze later in January, in time for GNOME 2.30 and the next Moblin
cycle.

Clutter 1.1.4 is now available for download at:

  http://www.clutter-project.org/sources/clutter/1.1/

A mirror is also available here:

  http://download.gnome.org/sources/clutter/1.1/

MD5 Checksums:

  7da9fdf29a1d03baee81d8fc6bffd66a  clutter-1.1.4.tar.gz
  228a20691b17e246b9f264ff97db77c8  clutter-1.1.4.tar.bz2

Clutter is an open source software library for creating fast, visually 
rich, portable and animated graphical user interfaces. Clutter is 
licensed under the terms of the GNU Lesser General Public License 
version 2.1.

Clutter currently requires:

  • GLib >= 2.16.0
  • Cairo >= 1.6
  • Pango >= 1.20
  • OpenGL >= 1.2, OpenGL|ES 1.1 or OpenGL|ES 2.0
  • GLX, SDL, WGL, Quartz or an EGL Implementation

Depending on the platform and the configuration options Clutter also 
depends on:

  • GDK-Pixbuf >= 2.0
  • JSON-GLib >= 0.8

Notes: 

  • This is the second developers snapshot of the 1.1 cycle 
  • This version is API and ABI compatible with the current 
    stable release of Clutter
  • Installing the contents of this release will overwrite the 
    files from the installation of the current stable release 
    of Clutter
  • Bugs should be reported to: http://bugzilla.o-hand.com 

What's new in Clutter 1.1.4:

    o Update the ClutterScript parser to be more resilient, and support
      constructor and ChildMeta properties. The parser also respects the
      order of the properties in the UI definitions when applying them,
      and will apply the properties of an Actor after building the scene
      graph.

    o Simplified the implementation of LayoutManager sub-classes, and added
      support for animating a layout manager.

    o Allow short-circuiting some layout operations by setting a specific
      flag on ClutterActor.

    o Improve caching of the preferred size of a ClutterActor.

    o Allow declaring "internal children" for a ClutterContainer
      implementation: the memory management of these actors will be deferred
      entirely to the Container.

    o Let the ClutterStage honour the :opacity property and the alpha component
      of the stage color. This requires support in the Clutter backend used.

    o Improve Windows and OSX backends.

    o Simplify the feature detection code for OpenGL; this also reduced the
      required OpenGL version to 1.2.

    o Improve the matrix stack handling code. The matrices can be debugged by
      using the COGL_DEBUG environment variable, assuming that Clutter was
      compiled with the right configure-time switch.

    o Improve COGL API for draw buffers, and for offscreen buffer support.

    o Add support for text direction to ClutterActor.

    o Documentation, introspection and build fixes.

Many thanks to:

  Robert Bragg
  Neil Roberts
  Damien Lespiau
  Joshua Lock
  Bastian Winkler
  Rob Bradford
  Samuel Degrande
  Christian Persch
  Colin Walters
  Johan Bilien
  Raymond Liu
  Tim Horton

Have fun with Clutter!

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Bhadraji D | 4 Jan 2010 12:29

clutterr-1.1.2 with openGL ES and eglnative backend

hi ,

I have compiled clutter 1.1.2 with eglnative backend and installed.


#include <clutter/clutter.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{

        clutter_init(&argc, &argv);

        ClutterColor stage_color = { 0, 0, 0, 255 };

        ClutterActor *stage = clutter_stage_get_default();
        clutter_actor_set_size(stage, 512, 512);
        clutter_stage_set_color(CLUTTER_STAGE(stage), &stage_color);
        clutter_actor_show(stage);
       
        clutter_main();

        return EXIT_SUCCESS;
}

running the above  sample application I am getting the following error.

when Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()


  #0  0x00000000 in ?? ()
#1  0x0017c2b3 in _clutter_stage_window_realize (window=0x80590c8)
    at ./clutter-stage-window.c:75
#2  0x0017b075 in clutter_stage_realize (self=0x8057018)
    at ./clutter-stage.c:298
#3  0x00a97984 in g_cclosure_marshal_VOID__VOID ()
   from /lib/libgobject-2.0.so.0
#4  0x00a88959 in ?? () from /lib/libgobject-2.0.so.0
#5  0x00a8a1fb in g_closure_invoke () from /lib/libgobject-2.0.so.0
#6  0x00aa02fd in ?? () from /lib/libgobject-2.0.so.0
#7  0x00aa1d6c in g_signal_emit_valist () from /lib/libgobject-2.0.so.0
#8  0x00aa21e6 in g_signal_emit () from /lib/libgobject-2.0.so.0
#9  0x0013a378 in clutter_actor_realize (self=0x8057018)
    at ./clutter-actor.c:1221
#10 0x00163f03 in clutter_init_real (error=0xbfffef58) at ./clutter-main.c:132
#11 0x008a451d in g_option_context_parse () from /lib/libglib-2.0.so.0
#12 0x00164324 in clutter_parse_args () at ./clutter-main.c:1723
#13 clutter_init (argc=0xbfffefb0, argv=0xbfffefb4) at ./clutter-main.c:1774
#14 0x08048854 in main ()

regards,
~bhadraji.

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Richard Hughes | 4 Jan 2010 15:19
Picon

GNOME Color Manager 2.29.2

gnome-color-manager is a session program that makes it easy to manage, install
and generate color profiles in the GNOME desktop.

Version 2.29.2
~~~~~~~~~~~~~~
Released: 2010-01-04

* Translations
 - Added German help translation (Christian Kirbach)
 - Added Slovenian translation (Matej Urbančič)
 - Added Spanish translation (Jorge González)
 - Updated Brazilian Portuguese translation (Flamarion Jorge)
 - Updated British English translation (Bruce Cowan)
 - Updated Danish translation (Joe Hansen)
 - Updated French translation (Claude Paroz)
 - Updated German translation (Christian Kirbach)
 - Updated German translation (Mario Blättermann)
 - Updated Russian translation (Alexandre Prokoudine)
 - Updated Slovenian translation (Andrej Žnidaršič)

* New Features:
 - Add two elements in the UI, for RGB and CMYK working spaces (Richard Hughes)
 - Add a TRC curve to the profile display (Richard Hughes)
 - Add LCMS as a hard build-time dependency (Richard Hughes)
 - Add PackageKit integration so we can install shared-color-targets
(Richard Hughes)
 - Offer to install ArgyllCMS if it is not installed, and the user
wants to calibrate (Richard Hughes)
 - Add a simple GcmImage class that makes embedded color profiles
'just work' (Richard Hughes)
 - Import ICC profiles when dragged and dropped on the prefs capplet
(Richard Hughes)
 - Linkify the copyright and manufacturer strings in the profile
dialog (Richard Hughes)
 - Add a PolicyKit rule for the system-wide profiles install (Richard Hughes)
 - Load the system-wide default if it has been installed (Richard Hughes)

* Bugfix:
 - Fix the reference file import filter (Pascal de Bruijn)
 - Also evaluate /usr/local/bin when searching for Argyll tools. Fixes
#605552 (Pascal de Bruijn)
 - Add an icon for a colorspace conversion profile (Richard Hughes)
 - Fix the help file installation so that yelp recognizes our help
file (Richard Hughes)
 - Do not install the demo ICC files, and instead depend on the
shared-color-profiles package (Richard Hughes)
 - Fix using profiles with VCGT formulas encoded in them (Richard Hughes)
 - If getting the illuminants failed, try running it through the
profile (Richard Hughes)
 - Use strftime rather than our own hand-rolled function (Richard Hughes)
 - Show the TRC curves in the UI, rather than the vcgt curves (Richard Hughes)
 - Make gcm-dump-edid more useful by showing parsed data if available
(Richard Hughes)
 - Use as much of the EDID as we can when generating device IDs. Fixes
#605013 (Richard Hughes)
 - Add an experimental user-calibrate wizard, which the user can use
when there is no calibration hardware available (Richard Hughes)
 - Use the hardware calibration device in the profile name. Fixes
#605259 (Richard Hughes)
 - Sanitize the basename in GcmCalibrate when set. Fixes #605348
(Richard Hughes)
 - Use the ORIGINATOR tag in the it8 file to specify a device prefix
for the device calibration. Fixes #605259 (Richard Hughes)
 - Move the device matching from a hard-coded list to a set of udev
rules (Richard Hughes)
 - Properly detect broken dispcal output. Fixes #605838 (Richard Hughes)

Richard.
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Paolo Bacchilega | 4 Jan 2010 18:01
Picon
Favicon

gthumb 2.11.1 released

gthumb 2.11.1 is now available for download at:

http://download.gnome.org/sources/gthumb/2.11/

be5293b9abc9dde4e8dd5accbca979f46bb6423be8f7d017e9911e0f856d8091  
gthumb-2.11.1.tar.bz2
e059e91bd2adde23a642774ac2f655ed0c66b4213790d5a076f2ea4cb251d11f  
gthumb-2.11.1.tar.gz

This is the first development release in a series leading to gthumb 2.12

What is gthumb
==============

gthumb is an image viewer and browser utility for the GNOME environment.
The README file distributed with the tar archive contains a complete 
list of features and the instructions to compile the source.

Overview of changes from gthumb 2.10.11 to 2.1.1
================================================

    New features and user visible changes:

    * Added a video/audio player.  Added ability to take a screenshot of
      the current video.
    * Allow to edit IPTC/XMP fields.
    * Added 3D effects to the slideshow transition.
    * Use a tree view for the folders.
    * Catalogs are listed in the folder tree instead of using a different
      pane.
    * Allow to create custom file filters.  Allow to view any kind of file
      not just images, audio and video files.
    * Allow to search files in the libraries (catalog collections).
    * Added tool to automatically organize files in catalogs, based on
      the file creation or modification date.
    * Allow to choose the metadata to display in the file list.
    * The cut and red-eye removal tools are now integrated in the image
      viewer, instead of using a separate dialog.
    * Added an "Adjust colors" tool to modify the colors of an image in
      single place.
    * Group imported files by date, automatically creating a catalog for
      each different date, furthermore creates a catalog with all the
      imported files.
    * Removed the Tools menu, the file list tools are now listed in a
      toolbar dropdown button.
    * Allow to add files to catalogs using the context submenu, instead of
      using a separate dialog.
    * Use a context submenu to open a file with an external application
      instead of using a separate dialog.
    * Allow to set a custom name for the bookmark menu items.
    * Added a delete command to permanently delete files without moving 
them
      to the trash.
    * Allow to choose the metadata to print, instead of just allowing to
      print the comment.
    * Moved the system bookmarks in the Bookmarks menu.
    * Allow to set the file type specific options in the preferences dialog
      instead of always asking them before saving a file.
    * The image properties are displayed in a sidebar, no more at the
      bottom of the image.
    * Removed the Image menu. Image tools are now listed in a sidebar
      when the image viewer mode is active.
    * Allow to set a title and a date for the catalogs.
    * Searches are updated in place, without the use of a separate dialog.
    * Removed the script menu, and moved the scripts in a toolbar dropdown
      button. Simplified the script editor tough it still requires some
      advanced skill to be used.
    * Started work to use modern icons. New Tango-ized application icon
      by Ulisse Perusin.

    Technical changes:

    * Rewritten the whole code in order to use an extension (or plug-in)
      based architecture that allows to add new features with ease.
    * Removed the use of old and deprecated libraries such as gnome-vfs,
      libgnome, libgnomeui, libgnomecanvas, libbonobo and many others.

    Regressions:

    * Some tools, present in the 2.10 series, are missing because of the
      complete code rewrite.  Some of these tools are considered important,
      such as the web album exporter, and will be added during the 2.11
      development series, other secondary tools will added in the next
      development cycle (2.13).

Licensing
=========

This program is released under the terms of the GNU General Public
License (GNU GPL) version 2 or greater. You can find a copy of the 
license in the file COPYING.

January 4th, 2010

Paolo Bacchilega

Gmane