XScreenSaver: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
 
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://www.jwz.org/xscreensaver/xscreensaver-5.01.tar.gz
| http://www.jwz.org/xscreensaver/xscreensaver-{{XScreenSaver-Version}}.tar.gz
|}
|}


----
----
{{Package-Introduction|The XScreenSaver is a modular screen saver and locker for the X Window System.|http://www.jwz.org/xscreensaver}}


== Dependencies ==
== Dependencies ==
=== Required ===
* [[bc]]
* [[libglade]]
=== Optional ===
* [[libjpeg]]
* [[GLE]]
* [[Netpbm]]
* [[XDaliClock]]
* [[Linux-PAM]]


== Non-Multilib ==
== Non-Multilib ==
Line 13: Line 26:
Compile the package:
Compile the package:


  ./configure --prefix=/usr --libexecdir=/usr/lib &&
  ./configure --prefix=/usr --libexecdir=/usr/lib \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
  make  
  make  


Line 26: Line 40:


Compile the package:
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
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} USE_ARCH=32 \
  ./configure --prefix=/usr --libexecdir=/usr/lib \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
  make
  make


Line 38: Line 54:
Compile the package:
Compile the package:


TO DO!
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} USE_ARCH=n32 \
./configure --prefix=/usr --libexecdir=/usr/lib32 \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
make
 
Install the package
 
make install


=== 64Bit ===
=== 64Bit ===
Line 44: Line 67:
Compile the package:
Compile the package:


  CC="gcc -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig BUILDENV=64 LDFLAGS="-L/usr/lib64" \
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} USE_ARCH=64 \
  ./configure --prefix=/usr --libexecdir=/usr/lib64 --with-x-app-defaults=/usr/lib64/X11/app-defaults
  ./configure --prefix=/usr --libexecdir=/usr/lib64 \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
  make
  make


Line 51: Line 75:


  make install
  make install
= Contents =
{| style="text-align: left"
|-
!Installed Directories:
|/usr/lib/xscreensaver, /usr/share/xscreensaver
|-
!Installed Programs:
|xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage, xscreensaver-getimage-file, xscreensaver-getimage-video, xscreensaver-gl-helper, xscreensaver-text
|-
!Installed Libraries:
|<i>None</i>
|}
=== Short Descriptions ===
{| style="text-align: left"
|-
!xscreensaver:
| A screen saver and locker daemon.
|-
!xscreensaver-command:
| Controls a running xscreensaver process by sending it client messages.
|-
!xscreensaver-demo:
| A graphical front-end for setting the parameters used by the background xscreensaver daemon.
|-
!xscreensaver-getimage:
| A helper program for the xscreensaver modules that manipulate images.
|-
!xscreensaver-getimage-file:
| A helper program for the xscreensaver modules that manipulate images.
|-
!xscreensaver-getimage-video:
| A helper program for the xscreensaver modules that manipulate images.
|-
!xscreensaver-gl-helper:
| A helper program for the xscreensaver OpenGL modules.
|-
!xscreensaver-text:
| Prints text to stdout, for use by screen savers.
|}
[[Category:X Window Applications]]

Latest revision as of 14:22, 19 March 2009

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

Introduction to XScreenSaver

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

Project Homepage: http://www.jwz.org/xscreensaver

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --libexecdir=/usr/lib \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
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 \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
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 \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
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 \
    --with-x-app-defaults=${XORG_PREFIX}/share/X11/app-defaults &&
make

Install the package

make install

Contents

Installed Directories: /usr/lib/xscreensaver, /usr/share/xscreensaver
Installed Programs: xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage, xscreensaver-getimage-file, xscreensaver-getimage-video, xscreensaver-gl-helper, xscreensaver-text
Installed Libraries: None

Short Descriptions

xscreensaver: A screen saver and locker daemon.
xscreensaver-command: Controls a running xscreensaver process by sending it client messages.
xscreensaver-demo: A graphical front-end for setting the parameters used by the background xscreensaver daemon.
xscreensaver-getimage: A helper program for the xscreensaver modules that manipulate images.
xscreensaver-getimage-file: A helper program for the xscreensaver modules that manipulate images.
xscreensaver-getimage-video: A helper program for the xscreensaver modules that manipulate images.
xscreensaver-gl-helper: A helper program for the xscreensaver OpenGL modules.
xscreensaver-text: Prints text to stdout, for use by screen savers.