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>