XScreenSaver: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
== Dependencies == | == Dependencies == | ||
Required | === Required === | ||
*[[bc]] | *[[bc]] | ||
*[[libglade]] | *[[libglade]] | ||
=== Optional === | |||
* [[libjpeg]] | |||
* [[GLE]] | |||
* [[Netpbm]] | |||
* [[XDaliClock]] | |||
* [[Linux-Pam]] | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 31: | Line 36: | ||
Compile the package: | Compile the package: | ||
CC="gcc | |||
./configure --prefix=/usr --libexecdir=/usr/lib | CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} USE_ARCH=32 \ | ||
./configure --prefix=/usr --libexecdir=/usr/lib && | |||
make | make | ||
| Line 43: | Line 49: | ||
Compile the package: | 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 === | === 64Bit === | ||
| Line 49: | Line 61: | ||
Compile the package: | Compile the package: | ||
CC="gcc | CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} USE_ARCH=64 \ | ||
./configure --prefix=/usr --libexecdir=/usr/lib64 | ./configure --prefix=/usr --libexecdir=/usr/lib64 && | ||
make | make | ||
| Line 56: | Line 68: | ||
make install | make install | ||
= Contents = | = Contents = | ||
Revision as of 13:18, 21 October 2006
| Download Source: | http://www.jwz.org/xscreensaver/xscreensaver-5.01.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.