GNOME Announce
February 7, 2012
23:35
About GNOME Shell
=================
GNOME Shell provides core user interface functions for the GNOME 3
desktop, like switching to windows and launching applications. GNOME
Shell takes advantage of the capabilities of modern graphics hardware
and introduces innovative user interface concepts to provide a
visually attractive and easy to use experience.
Tarball releases are provided largely for distributions to build
packages. If you are interested in building GNOME Shell from source,
we would recommend building from version control using the build
script described at:
http://live.gnome.org/GnomeShell
Not only will that give you the very latest version of this rapidly
changing project, it will be much easier than get GNOME Shell and its
dependencies to build from tarballs.
News
====
* Extension system: [Jasper; #668429]
http://blog.mecheye.net/2012/02/more-extension-api-breaks/
- Add a 'gnome-shell-extension-prefs' application for displaying extension
preferences as provided by the extension in a p
Categories: Software
23:34
About Mutter
============
Mutter is a window and compositing manager that displays and manages
your desktop via OpenGL. Mutter combines a sophisticated display
engine using the Clutter toolkit with solid window-management logic
inherited from the Metacity window manager.
While Mutter can be used stand-alone, it is primarily intended to be
used as the display core of a larger system such as GNOME Shell. For
this reason, Mutter is very extensible via plugins, which are used
both to add fancy visual effects and to rework the window management
behaviors to meet the needs of the environment.
News
====
* MetaShapedTexture no longer is a ClutterTexture subclass [Jasper; #660941]
* Add meta_shaped_texture_get_image() [Jasper; #660941]
* Cleanups [Rui, Jasper; #657639]
* Depend on GTK+ 3.3.7 [Rico]
Contributors:
Rui Matos, Jasper St. Pierre, Rico Tzschichholz
Translations:
Kjartan Maraas [nb], Chao-Hsiung Liao [zh_HK, zh_TW]
Download
========
http://download.gnome.org/sources/mutter/3.3/mutter-3.3.5.tar.xz
Categories: Software
January 31, 2012
22:07
What is gbrainy ?
=================
gbrainy is a brain teaser game and trainer to have fun and to keep your
brain trained.
It provides the following types of games:
* Logic puzzles. Games designed to challenge your reasoning and thinking
skills.
* Mental calculation. Games based on arithmetical operations designed to
prove your mental calculation skills.
* Memory trainers. Games designed to challenge your short term memory.
* Verbal analogies. Games that challenge your verbal aptitude.
What is new?
============
Version 2.1.1
* 1 bug fix
* Updated translations
Where can I get it ?
====================
* http://gent.softcatala.org/jmas/gbrainy/gbrainy-2.1.1.tar.gz
(md5sum cc446b78f0f4a708f6c577c2e9d9cda0)
Categories: Software
14:37
We are pleased to announce version 0.14.2 of Vala, a compiler for the
GObject type system.
Vala 0.14.2 is now available for download at:
http://download.gnome.org/sources/vala/0.14/
Changes since 0.14.1
* Add libnl-3.0 bindings.
* Add packagekit-glib2 bindings.
* Add xtst bindings.
* Many bug fixes and binding updates.
Vala is a programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.
More information about Vala is available at
http://www.vala-project.org/
The Vala Team
Categories: Software
January 30, 2012
13:29
Good news, everyone!
A new Clutter release is now available at:
http://source.clutter-project.org/sources/clutter/1.8/
http://download.gnome.org/sources/clutter/1.8/
SHA256 Checksum:
6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345 clutter-1.8.4.tar.xz
Additionally, a git clone of the source tree:
git clone git://git.gnome.org/clutter
will include a signed 1.8.4 tag which points to a commit named:
44a02953335551f6ad03f13f05f58f0040748797
which can be verified with:
git verify-tag 1.8.4
and can be checked out with a command such as:
git checkout -b build 1.8.4
Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.
Clutter depends on:
GLib ≥ 2.28.0
JSON-GLib ≥ 0.12.0
Cogl ≥ 1.8.0 ≤ 1.9.2
Cairo ≥ 1.10
Pango ≥ 1.20
Atk ≥ 2.1.5
Clutter also has platform-specific dependencies; for more informatio
Categories: Software
January 27, 2012
15:43
On behalf of the Zeitgeist team I am happy to announce the release of
Zeitgeist 0.8.99~alpha2, the second alpha release for the new Vala
version of Zeitgeist.
What is Zeitgeist?
---------------------------------------
Zeitgeist is a service which logs the users's activities and events,
anywhere from files opened to websites
visited and conversations, and makes this information readily
available for other applications to use. It is also
able to establish relationships between items based on similarity and
usage patterns.
Website: http://zeitgeist-project.com/
Launchpad Project (with bug tracker): https://launchpad.net/zeitgeist
Wiki: http://wiki.zeitgeist-project.com/, (http://live.gnome.org/Zeitgeist)
See also:
* Sub-projects of Zeitgeist:
- Extensions for Zeitgeist - https://launchpad.net/zeitgeist-extensions
- Data-sources for Zeitgeist - https://launchpad.net/zeitgeist-datasources
- Datahub for Zeitgeist - https://launchpad.net/zeitgeist-datahub
* Dedicated Graphical User Interfaces:
- GNOME
Categories: Software
03:06
Meld 1.5.3 has been released.
Aside from all the very-wonderful features and fixes, we now have a new website!
http://meldmerge.org
It's kind of like the old one, except that it's been updated this
decade. It's really very exciting. Of course, you'll probably only go
there long enough to click on the big ol' download button, and that
link is at the bottom of this email anyway, so... yeah. Not that
exciting I suppose.
New features:
* Add simple animations for chunk actions to make it easier to follow the
result of insertion and deletion actions (Kai Willadsen)
* Show the currently displayed page area in the side bars (Kai Willadsen)
Fixes:
* Don't show links between chunks where one of the chunks is completely
off-screen, reducing visual clutter (Kai Willadsen)
* Syntax highlighting will now assume that all files in a comparison are
of the same type if we can't determine otherwise (Kai Willadsen)
* Some fixes to colour usage and legibility for dark themes, wi
Categories: Software
January 26, 2012
21:22
We are pleased to announce version 0.15.1 of Vala, a compiler for the
GObject type system.
Vala 0.15.1 is now available for download at:
http://download.gnome.org/sources/vala/0.15/
Changes since 0.15.0
* Support arrays with nullable elements.
* Add support to .gir reader and writer.
* Switch clutter-gtk-1.0 bindings to .gir.
* Switch gio-2.0 bindings to .gir.
* Add cogl-pango-1.0 bindings.
* Add gdl-3.0 bindings.
* Add libnl-3.0 bindings.
* Add packagekit-glib2 bindings.
* Add xtst bindings.
* Many bug fixes and binding updates.
Vala is a programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.
Categories: Software
January 25, 2012
20:45
Because of a bug in Boxes causing an infinite loop at startup with latest
gtk+, here is a quick release fixing this.
It can be downloaded from
http://ftp.gnome.org/pub/GNOME/sources/gnome-boxes/3.3/gnome-boxes-3.3.4.1.tar.xz
Christophe
Changes since 3.3.4:
- Fix bug preventing Boxes to start when using latest gtk+
- Minor build system fixes
All bugs fixed in this release:
668104 - Vala packages should be checked only when building from git
668584 - Boxes doesn't work with latest gtk+ because of set_app_menu
All contributors to this release:
Christophe Fergeau redhat.com>
Sebastian Keller gmx.de>
Stefano Facchini gmail.com>
Zeeshan Ali (Khattak) gnome.org>
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list< at >gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Categories: Software
11:49
Hi,
A new clutter-gst snapshot is now available at:
http://source.clutter-project.org/sources/clutter-gst/1.5/clutter-gst-1.5.2.tar.xz
http://download.gnome.org/sources/clutter-gst/1.5/clutter-gst-1.5.2.tar.xz
SHA256 Checksum:
9c9e343667fa55f86a146399a537d0cecb1ffb59c29d8dd103226aec845fb1cb
clutter-gst-1.5.2.tar.xz
Additionally, a git clone of the source tree:
git clone git://git.gnome.org/clutter-gst
will include a signed 1.5.2 tag which points to a commit named:
4b851399aa0144d5cd22d0b0549d367524e94b3c
which can be verified with:
git verify-tag 1.5.2
and can be checked out with a command such as:
git checkout -b build 1.5.2
Clutter-Gst is an integration library for using GStreamer with Clutter.
It provides a GStreamer sink to upload frames to GL and an actor that
implements the ClutterMedia interface using playbin2.
Clutter-gst depends on:
GLib ≥ 2.18.0
Clutter ≥ 1.6.0
GStreamer ≥ 0.10.26
API reference:
http://docs.clutter-project.org/docs/clutter-gst/unstable
List o
Categories: Software
January 24, 2012
20:42
GTK+ 2.24.9 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/2.24/
http://download.gnome.org/sources/gtk+/2.24/
84204bf24cac739fd979943127e7b29cb46b1017684aa24dce630faa01bcb61d
gtk+-2.24.9.tar.xz
This is a bug fix release in the stable 2.24 series.
============
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.
GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.
Overview of Changes from GTK+ 2.24.8 to 2.24.
Categories: Software
15:43
Good news, everyone!
A new Clutter snapshot is now available at:
http://source.clutter-project.org/sources/clutter/1.9/
http://download.gnome.org/sources/clutter/1.9/
SHA256 Checksum:
bb0062ab75a226ec95ae4df518170ce9bf4e3ada43e266a629dee04f219c67e7 clutter-1.9.8.tar.xz
Additionally, a git clone of the source tree:
git clone git://git.gnome.org/clutter
will include a signed 1.9.8 tag which points to a commit named:
7179bd44c869ffce17b6a135735dbaec5f5c4411
which can be verified with:
git verify-tag 1.9.8
and can be checked out with a command such as:
git checkout -b build 1.9.8
Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.
Clutter depends on:
GLib ≥ 2.31.10
JSON-GLib ≥ 0.12.0
Cogl ≥ 1.9.4
Cairo ≥ 1.10
Pango ≥ 1.20
Atk ≥ 2.1.5
Clutter also has platform-specific dependencies; for more information, see
t
Categories: Software
January 23, 2012
20:29
gThumb 2.14.2 is now available for download at:
http://download.gnome.org/sources/gthumb/2.14/
ab3e30a205199f923c5b425b6b3c2e0e3f4cd051629a178a96d2863b09c555d8
gthumb-2.14.2.news
bde20c844579402c0f5d83367967b7e6b10577006cc6a5510c753bfa86ec514e
gthumb-2.14.2.changes
5386e50e934c7f276584a6c47d0208f4756cf72e0dc6cff19eaf9d8a3ab53d7c
gthumb-2.14.2.tar.xz
In this version some minor bugs and memory leaks were fixed and a
translation was updated, see below for more details.
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. The
complete description, screenshots and other info are available at
http://live.gnome.org/gthumb
Overview of changes from gThumb 2.14.1 to 2.14.2
================================================
Bugs fixed:
* Fixed memory leak in 'Adjust Colors'. (#667931)
* Fixed renaming of folders and catal
Categories: Software
January 22, 2012
12:31
We are very pleased to announce version 0.7.2 of Libgee, the GObject
collection library.
Libgee 0.7.2 is now available for download at:
http://download.gnome.org/sources/libgee/0.7/
Also please note that now Libgee has its own mailing-list
http://mail.gnome.org/mailman/listinfo/libgee-list
and its own #gee IRC channel.
New in 0.7.2
------------
* Require *_type property for all collections
* Add ArrayQueue
* A few bug fixes
Libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.
Libgee provides the following interfaces:
* Traversable
o Iterable
+ Collection
# List
* BidirList
# Set
* SortedSet
# MultiSet
# Queue
* Deque
+ Map
# SortedMap
o Iterator
+ Bi
Categories: Software
12:30
We are very pleased to announce version 0.6.4 of Libgee, the GObject
collection library.
Libgee 0.6.4 is now available for download at:
http://download.gnome.org/sources/libgee/0.6/
Also please note that Libgee has its own mailing-list
http://mail.gnome.org/mailman/listinfo/libgee-list
and its own #gee IRC channel.
New in 0.6.4
------------
* Fix compilation with vala master
* Fix creation of GObject introspection files
For more information about the 0.5/0.6 release series, see:
http://live.gnome.org/Libgee/NewAndNoteworthy-0.5
http://live.gnome.org/Libgee/Migration-0.5
Libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.
Libgee provides the following interfaces:
* Iterable
o Collection
+ List
+ Set
+ MultiSet
+ Queue
# Deque
* Iterator
* Map
* MultiMap
The ArrayList, HashSet, HashMap, HashMultiSet
Categories: Software
January 21, 2012
09:43
What is libgxps
===============
libgxps is a GObject based library for handling and rendering XPS
documents.
What's new in libgxps 0.2.1
===========================
API changes:
- Add GXPS_VERSION_STRING macro with the library version as a
string (Carlos Garcia Campos)
New features:
- Support OpacityMask for Path elements (#663477, Jason Crain)
Bug fixes:
- Fix MAJOR/MINOR/MICRO version macros (Carlos Garcia Campos)
- Fix FSF address in COPYING file (Carlos Garcia Campos)
- Fix building with libpng15 (#664666, Alexandre Rostovtsev)
- Fix tools build by linking to libm (#664439, Dominique
Leuenberger)
Download
========
http://download.gnome.org/sources/libgxps/0.2/libgxps-0.2.1.tar.xz (294K)
sha256sum: b4eb55db83d1268ae81b932cc468ff52b38b0a8d36d7f4c458763585fbad9781
Categories: Software
03:10
About GNOME Shell
=================
GNOME Shell provides core user interface functions for the GNOME 3
desktop, like switching to windows and launching applications. GNOME
Shell takes advantage of the capabilities of modern graphics hardware
and introduces innovative user interface concepts to provide a
visually attractive and easy to use experience.
Tarball releases are provided largely for distributions to build
packages. If you are interested in building GNOME Shell from source,
we would recommend building from version control using the build
script described at:
http://live.gnome.org/GnomeShell
Not only will that give you the very latest version of this rapidly
changing project, it will be much easier than get GNOME Shell and its
dependencies to build from tarballs.
News
====
* https://live.gnome.org/EveryDetailMatters
- Add "browse" for labels for dash items - once a tooltip is
showing, switch to other items without a delay [Seif; #666170]
- Always scale down windows in the overview at le
Categories: Software
January 20, 2012
18:12
About Mutter
============
Mutter is a window and compositing manager that displays and manages
your desktop via OpenGL. Mutter combines a sophisticated display
engine using the Clutter toolkit with solid window-management logic
inherited from the Metacity window manager.
While Mutter can be used stand-alone, it is primarily intended to be
used as the display core of a larger system such as GNOME Shell. For
this reason, Mutter is very extensible via plugins, which are used
both to add fancy visual effects and to rework the window management
behaviors to meet the needs of the environment.
News
====
* Adapt to changes in GtkStateFlags [Owen]
* Redo properties for applications menu corresponding to GTK+ changes -
they are now _GTK_* not DBUS_*. [Ryan]
* Fix crash on gnome-shell restart when a modal dialog is open [Owen; #668299]
* Code cleanup [Florian; #666039]
Contributors:
Ryan Lortie, Florian Müllner, Owen Taylor
Translations:
Alexander Shopov [bg], Fran Diéguez [gl]
Download
========
http://do
Categories: Software
05:31
This release fixes several regressions in 3.2.2 that prevented tray icons from
working correctly.
About GNOME Shell
=================
GNOME Shell provides core user interface functions for the GNOME 3
desktop, like switching to windows and launching applications. GNOME
Shell takes advantage of the capabilities of modern graphics hardware
and introduces innovative user interface concepts to provide a
visually attractive and easy to use experience.
Tarball releases are provided largely for distributions to build
packages. If you are interested in building GNOME Shell from source,
we would recommend building from version control using the build
script described at:
http://live.gnome.org/GnomeShell
Not only will that give you the very latest version of this rapidly
changing project, it will be much easier than get GNOME Shell and its
dependencies to build from tarballs.
News
====
* Fix several regressions with tray icons introduced in 3.2.2 [Owen; #664138]
Contributors:
Owen Taylor
Download
========
Categories: Software
January 19, 2012
14:01
Good news, everyone!
A new Clutter snapshot is now available at:
http://source.clutter-project.org/sources/clutter/1.9/
http://download.gnome.org/sources/clutter/1.9/
SHA256 Checksum:
ef2a1cb2b174bf1d461ceedd5c38229f6d2086e72b0188fe71d8081d5ad7e93b clutter-1.9.6.tar.xz
Additionally, a git clone of the source tree:
git clone git://git.gnome.org/clutter
will include a signed 1.9.6 tag which points to a commit named:
75d97ffdc509058915e2eee5c1480d83e6ee7776
which can be verified with:
git verify-tag 1.9.6
and can be checked out with a command such as:
git checkout -b build 1.9.6
Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.
Clutter depends on:
GLib ≥ 2.31.0
JSON-GLib ≥ 0.12.0
Cogl ≥ 1.9.4
Cairo ≥ 1.10
Pango ≥ 1.20
Atk ≥ 2.1.5
Clutter also has platform-specific dependencies; for more information, see
th
Categories: Software



