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@
- 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@
General purpose interactive viewing program for Unix. It is used
mostly for 3D graphics but can display data in 2D and 4D as well.
from patsy (MAINTAINER), with some tweaks by me
ok aja@ landry@
Mscgen is a small program that parses Message Sequence Chart
descriptions and produces PNG, SVG, EPS or server side image maps
(ismaps) as the output. Message Sequence Charts (MSCs) are a way of
representing entities and interactions over some time period and are
often used in combination with SDL. MSCs are popular in Telecoms to
specify how protocols operate although MSCs need not be complicated to
create or use. Mscgen aims to provide a simple text language that is
clear to create, edit and understand, which can also be transformed into
common image formats for display or printing.
ok aja@
Previously known as OpenIL, Developer's Image Library is a programmer's
library to develop applications with very powerful image loading
capabilities, yet is easy for a developer to learn and use. [...]
based on a port by and ok laurent@
Mirage is a fast and simple GTK+ image viewer.
<...>
Make the Makefile unreadable by adding spaces around `=' as requested
by fgsch@ to please espie@.
with help from and ok fgsch@