--
LCMS is the Little Color Management System, a Color Matching Method
(CMM) library which implements fast transforms between ICC profiles.
Color management refers to techniques that ensure consistent color
as images are transferred from scanners or cameras to monitors and
printers.
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
set CONFIGURE_STYLE to gnu. This also takes care of properly populating
MODGNU_CONFIG_GUESS_DIRS (which is implemented in the gnu module).
- Add libtool patches for proper building on ELF architectures.
o Combine two .if ${FLAVOR}s into one.
o Pass --without-gnome if not building the gnome flavor to be
on the safe side.
o Only include gnome shared libraries in the final PLIST if
we're on a shared arch.
o Remove gnome stuff from default PLIST and PFRAG.shared.
ok brad@
package names scheme for xmms plugins.
- Do not install completely unneeded miscellaneous files in the documentation
path, and only put the README there.
talked with naddy
The smpeg xmms plugin allows playing mpeg videos in xmms and VCD movies,
thanks to the smpeg library.
WWW: http://www.xmms.org/files/plugins/smpeg-xmms/
MAINTAINER= Wilbern Cobb <cobb@vedge.com.ar>
removed dummy versioning from plugins
--
(from package's webpages)
- added qiv_command_patch from post@volker-wysk.de
- image_moving now uses func update_m_image. no screen clean first
anymore -> faster moving :) zoom now uses update_z_image -> a little
bit faster zoom (+0.1s?) added README.TODO
- Fixed window-resizing in non-fullscreen mode.
- Fixed combining -x with -m or -t.
- Fixed mouse-hiding on button-push when fullscreen.
- Added some missing names to the doc file.
- Hide the mouse on keypress and button push when it is in the qiv
window (the mouse is re-shown on mouse movement). Improved the sort
algorithms (particularly the numeric sort).
- rreaddir() patch.
- Added undelete image command (bound to u & U). Allow the user to
specify multiple -u options and also to specify files on the
commandline in addition to -uDIRs.
- Added new commandline sorting options (-I, -M, & -N).
- Optimized rreaddir(), next_image(), and get_random().
- Improved the implementation of shuffle. Other misc. (and minor) bug
fixes and tweaks.
- removed slideshow_exit from default event.
- added the option -w x or --width x for displaying with a fixed
window-width.
--
libwmf is a library to parse and convert WMF graphic files into
other formats. Currently, there exist drivers for PNG, EPS, SVG
(the XML-based W3C format), FIG, Magick, and others. The library
is actively under development as part of the wvWare project, to
convert WMF graphics embedded in Microsoft file formats into a form
viewable from a web-browser.
dumpmpeg is a simple program that allows you to dump frames from
mpeg movies. Future features might include dumping of the audio
as well.
WWW: http://sourceforge.net/projects/dumpmpeg/
Enjoympeg is a MPEG-1 video player based on the source
of plaympeg from the SMPEG library. It has a hideable
control bar which allows you to play/pause, stop, seek
and switch to fullscreen mode.
WWW: http://people.freenet.de/for_Ki/
KuickShow is an image browser/viewer with a nice filebrowser to select
images to be shown, slideshow support and the ability to display the
following image formats: jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm
and eim.
--
The GLE Tubing and Extrusion Library is a graphics application
programming interface (API). The library consists of a number of
"C" language subroutines for drawing tubing and extrusions. It is
a very fast implementation of these shapes, outperforming all other
implementations, most by orders of magnitude. The library is
distributed in source code form, in a package that includes
documentation, a VRML proposal, Makefiles, and full source code and
header files. It uses the OpenGL (TM) programming API to perform
the actual drawing of the tubing and extrusions.
GLE is designed for and maintained on the Linux operating system,
and is known to run on other Unix operating systems such as AIX,
IRIX, Ultrix and HPUX with OpenGL or Mesa. GLE is also known to run
on IBM OS/2 Warp, Apple Macintosh OS9, and Microsoft Windows NT and
has been used to develop screen-savers for some of these popular
PC operating systems.
WWW: http://www.linas.org/gle/
--
The OpenGL Utility Toolkit, a window system independent toolkit for
writing OpenGL programs. It implements a simple windowing application
programming interface (API) for OpenGL. GLUT is designed for
constructing small to medium sized OpenGL programs. While GLUT is
well-suited to learning OpenGL and developing simple OpenGL
applications, GLUT is not a full-featured toolkit so large applications
requiring sophisticated user interfaces are better off using native
window system toolkits like Motif.
WWW: http://reality.sgi.com/opengl/glut3/glut3.html
Submitted by Dan Weeks <danimal@danimal.org>
studio, Blender has proven to be an extremely fast and versatile
design instrument. The software has a personal touch, offering a
unique approach to the world of Three Dimensions. Use Blender to
create TV commercials, to make technical visualizations, business
graphics, to do some morphing, or design user interfaces. You can
easy build and manage complex environments. The renderer is versatile
and extremely fast. All basic animation principles (curves & keys)
are well implemented.
http://www.blender.nl/
This is a program for representing sounds visually. It goes beyond
the usual oscilliscope style program by combining an FFT and stereo
positioning information to give a two dimensional display. Some of the
shapes I have observed are:
* Drums: clouds of color, fairly high
* Clean guitar: several horizontal lines, low down
* Rough guitar: a cloud, low down
* Trumpet: Lots of horizontal lines everywhere
* Flute: A single horizontal line, low down
* Voice: A vertical line with some internal structure
* Synthesizer: All kinds of weird shapes!
Port submitted by Sebastian Stark <seb@todesplanet.de>
---
The Python Imaging Library (PIL) adds image processing
capabilities to your Python interpreter. This library
supports many file formats, and provides powerful image
processing and graphics capabilities.
- Do not depend on libgif - there are bugs which cause Imager to
crash or behave strangely after reading or writing gif images.
Assume that we do not want to link with gif to avoid port
interactiveness in the "libs" flavor.