Package wmMatrix: Information

    Source package: wmMatrix
    Version: 0.2-alt3.qa1
    Build time:  May 17, 2011, 10:22 PM
    Report package bug
    Home page: 

    License: GPL
    Summary: DockApp version of Jamie Zawinski's xmatrix screensaver hack
    Description: 
    wmMatrix displays The Matrix (from the film of the same name) in
    a Window Maker dock application. Based on the xscreensaver module
    created by Jamie Zawinski.
    
    Although it works best with Window Maker, wmMatrix also works fine
    with other window managers.

    List of rpms provided by this srpm:
    wmMatrix (x86_64, i586)
    wmMatrix-debuginfo (x86_64, i586)

    Maintainer: Sir Raorn

    List of contributors:
    Repocop Q. A. Robot
    Sir Raorn

    ACL:
    @nobody

      1. libXext-devel
      2. libXpm-devel

    Last changed


    May 17, 2011 Repocop Q. A. Robot 0.2-alt3.qa1
    - NMU (by repocop): the following fixes applied:
      * update_menus for wmMatrix
      * postclean-03-private-rpm-macros for ([not specified])
    June 19, 2008 Sir Raorn 0.2-alt3
    - Use %optflags
    - Updated builddeps
    - Moved from /usr/X11R6 to /usr
    - Eliminated empty mainloop cycles, better event wait
    - Doubleclick delay reduced from 1.5sec to 0.5sec
    Nov. 16, 2002 Sir Raorn 0.2-alt2
    - No more NoSource's!
    - Merged with Debian's 0.2-5 by Bastian Kleineidam <calvin@debian.org>:
      * xutils.h: fix wusleep definition, added short_uusleep
      * wmMatrix.c: 
        - comment out unused variables
        - new commandline option -c (Closes:#74277)
        - removed -e,-bc,-tc options which could cause a buffer overflow
          (from the damn-I-just-hate-strcpy dept.)
        - remove a lot of whitespace
    - New option -cr - command executed on right doubleclick
      Based on patch by Guido Guenther <Guido.Guenther@uni-konstanz.de>