Difference between revisions of "XScreenSaver"

From CBLFS
Jump to navigationJump to search
(Optional)
Line 17: Line 17:
 
* [[Netpbm]]
 
* [[Netpbm]]
 
* [[XDaliClock]]
 
* [[XDaliClock]]
* [[Linux-Pam]]
+
* [[Linux-PAM]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==

Revision as of 09:49, 23 December 2006

Download Source: http://www.jwz.org/xscreensaver/xscreensaver-5.08.tar.gz

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --libexecdir=/usr/lib &&
make 

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} USE_ARCH=32 \
./configure --prefix=/usr --libexecdir=/usr/lib &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} USE_ARCH=n32 \
./configure --prefix=/usr --libexecdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} USE_ARCH=64 \
./configure --prefix=/usr --libexecdir=/usr/lib64 &&
make

Install the package

make install

Contents

The XScreenSaver is a modular screen saver and locker for the X Window System.

Installed Programs: xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage, xscreensaver-getimage-file, xscreensaver-getimage-video, xscreensaver-gl-helper, xscreensaver-text

Installed Libraries: None

Installed Directories: /usr/lib/xscreensaver, /usr/share/xscreensaver

Short Descriptions

xscreensaver: is a screen saver and locker daemon.

xscreensaver-command: controls a running xscreensaver process by sending it client messages.

xscreensaver-demo: is a graphical front-end for setting the parameters used by the background xscreensaver daemon.

xscreensaver-getimage: is a helper program for the xscreensaver modules that manipulate images.

xscreensaver-getimage-file: is a helper program for the xscreensaver modules that manipulate images.

xscreensaver-getimage-video: is a helper program for the xscreensaver modules that manipulate images.

xscreensaver-gl-helper: is a helper program for the xscreensaver OpenGL modules.

xscreensaver-text: prints some text to stdout, for use by screen savers.