1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: gkrellkam
Maintainer: paul cannon <pik@debian.org>
Uploaders:
Christoph Biedl <debian.axhn@manchmal.in-ulm.de>,
Homepage: http://gkrellkam.sourceforge.net/
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13),
gkrellm,
libglib2.0-dev,
libgtk2.0-dev,
Priority: optional
Rules-Requires-Root: no
Section: x11
Package: gkrellkam
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
gkrellm,
Recommends:
wget,
Description: GKrellM plugin that displays a periodically updating image
GKrellKam is basically wmGrabImage in a GKrellM panel, except that it
is more flexible (you can specify a local or remote image, or a list of
local or remote images, or a script that outputs the right image, etc).
The image (any format or size) is resized to a thumbnail and placed in
a GKrellM panel, where it is updated periodically. Multiple images are
rotated.
.
This plugin is useful for keeping track of webcams, weather maps, or
any other kind of changing image information.
|