XaoS is an interactive fractal zoomer. It allows the user to
continuously zoom in or out of a fractal in a fluid, continuous motion.
from pascal stumpf (MAINTAINER) with tweaks by me
ok sthen@
Enca is an Extremely Naive Charset Analyser. It detects character set
and encoding of text files and can also convert them to other encodings
using either a built-in converter or external libraries and tools like
libiconv, librecode, etc.
ok aja@
gtksourceviewmm is a C++ wrapper for the gtksourceview widget library.
It offers all the power of gtksourceview with an interface familiar to
C++ developers, including users of the gtkmm library.
ok aja@
GtkSourceView is a text widget that extends the standard gtk+ 3.x text
widget GtkTextView. It improves GtkTextView by implementing syntax
highlighting and other features typical of a source editor.
ok aja@
-main, the main libcanberra library
-gtk, libcanberra-gtk (gtk+2)
-gtk3 libcanberra-gtk3 (gtk+3)
This is needed for the ongoing GNOME3 work without forcing a global move
to gtk+3. The -gtk subpackage may disappear in the future when nothing
uses it.
This move will prevent the login/logout sounds to work in
gnome-session-2.X but it is a necessary evil to move forward.
EDONOTCARE/agreed by several
- Enable WebM encoding.
- Stop stripping the shared libraries which explains why I was
seeing no symbol table with the shared libraries.
- Build all of FFmpeg with -fomit-frame-pointer on i386 instead of
hacking the various Makefile's and having to add more files as
further updates are made. Use default CFLAGS (-O2) on i386 now too
instead of overriding with -O.
- Remove the UINT64_C hack.
- Update HOMEPAGE to use the ffmpeg.org domain.
- Various other cleaning up and fixes for the port.
From Brad, ok dcoppa@
Firefox for mobile (codenamed Fennec) is the name of the build of the
Mozilla Firefox web browser for devices such as mobile phones and
personal digital assistants (PDAs).
While it initially targets android and maemo, it also works on desktop
machines, and can be useful on small screens or low-powered devices.
Looks ok to jasper@