Discussion:
Guile-Clutter 1.12.2.1 released
David Pirotte
2015-12-08 01:45:41 UTC
Permalink
Hello,

We are pleased to announce Guile-Clutter 1.12.2.1, the next maintenance
release for the Guile-Clutter 1.0 series.


* Guile-Clutter Homepage:

http://www.gnu.org/software/guile-gnome/clutter


* Guile-Clutter 1.12.2.1 release tarball GPG signature [*]:

http://download.savannah.gnu.org/releases/grip/guile-clutter/guile-clutter-1.12.2.1.tar.gz
http://download.savannah.gnu.org/releases/grip/guile-clutter/guile-clutter-1.12.2.1.tar.gz.sig

[ Special Notes:

[-] As I'm updating Guile-Clutter's web pages for this release, I
still have a pending authorization request to upload the release files. So,
in the mean time, I uploaded them under Grip's dowload area, which explains
the download url refers to grip/guile-clutter instead of guile-gnome/guile-clutter ...

[-] Downloads will redirect to your nearest mirror site.
Files on mirrors may be subject to a replication delay of up to 24 hours.
In case of problems use
http://download-mirror.savannah.gnu.org/releases/grip/guile-clutter

* About Guile-Clutter:

Guile-Clutter is a Guile wrapper for the ultra-hip Gnome Clutter library!

Clutter is a Scene Graph based canvas working in Retained Mode. Every object on the
scene is usually a 2D surface inside a 3D space.

Guile-Clutter brings the power of Guile scheme to your Clutter applications!

Guile-Clutter is part of GNU Guile-Gnome.


* Changes since 1.12.2

Guile-Gnome has been fixed with respect to an important runtime bug when built
against Gcc >= 5.0. This release makes Guile-Clutter depending on this latest
Guile-Gnome version. It also fix 2 missing special wrappers in 1.12.2, see below.

Dependencies

- Requires Guile-Gnome >= 2.16.4

Clutter specific

- fix - we only need 1 cogl type
- fixing scroll_to_point, scroll_to_rect
- make distclean - removing some more files


* This release was built/tested using the following tools:

-] gcc (Debian 5.2.1-23) 5.2.1 20151028
-] autoconf (GNU Autoconf) 2.69
-] automake (GNU automake) 1.15
-] libtool (GNU libtool) 2.4.2
-] makeinfo (GNU texinfo) 6.0

-] guile-2.0 2.0.11.114-649ec
-] guile-cairo git clone - master branch
-] g-wrap-2.0-guile 1.9.15
-] guile-gnome 2.16.3
-] guile-lib 0.2.2

-] glib-2.0 2.46.2
-] gobject-2.0 2.46.2
-] gthread-2.0 2.46.2
-] atk 2.18.0
-] pango 1.38.1
-] pangocairo 1.38.1
-] cairo-gobject 1.14.4
-] cogl-1.0 1.14.1
-] clutter-1.0 1.14.7


David,
on behalf of the Guile-Clutter team.


[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:

gpg --verify guile-clutter-1.12.2.1.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

gpg --keyserver keys.gnupg.net --recv-keys A3057AD7

and rerun the 'gpg --verify' command.

Loading...