XScreenSaver: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
Oppiz (talk | contribs)
No edit summary
Line 56: Line 56:


  make install
  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.

Revision as of 07:18, 4 October 2006

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

Dependencies

Required

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 -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig BUILDENV=32 \
./configure --prefix=/usr --libexecdir=/usr/lib --with-x-app-defaults=/usr/lib/X11/app-defaults
make

Install the package

make install

N32

Compile the package:

TO DO!

64Bit

Compile the package:

CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig BUILDENV=64 LDFLAGS="-L/usr/lib64" \
./configure --prefix=/usr --libexecdir=/usr/lib64 --with-x-app-defaults=/usr/lib64/X11/app-defaults
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.