~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/interaggregate.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  <command arg="-root"/>
6
6
 
7
 
  <number id="init" type="spinbutton" arg="-num-discs %"
8
 
          _label="Number of Discs" low="50" high="400" default="85"/>
 
7
  <number id="init" type="spinbutton" arg="-num-circles %"
 
8
          _label="Number of Discs" low="50" high="400" default="100"/>
9
9
 
10
10
  <number id="speed" type="slider" arg="-growth-delay %"
11
11
          _label="Speed" _low-label="Slow" _high-label="Fast"
12
12
          low="0" high="60000" default="30000" convert="invert"/>
13
13
 
14
14
  <_description>
15
 
The Intersection Aggregate is a fun visualization defining the relationships 
16
 
between objects with Casey Reas, William Ngan, and Robert Hodgin. Commissioned 
17
 
for display at the Whitney Museum of American Art.
18
 
 
19
 
A surface filled with 100 medium to small sized circles. Each circle has a 
20
 
different size and direction, but moves at the same slow rate. Display:
21
 
    A. The instantaneous intersections of the circles.
22
 
    B. The aggregate intersections of the circles.
23
 
 
24
 
Ported to XScreensaver from the art project "InterAggregate" at
25
 
http://www.complexification.net
 
15
A surface is filled with a hundred medium to small sized circles.
 
16
Each circle has a different size and direction, but moves at the same
 
17
slow rate.  Displays the instantaneous intersections of the circles as
 
18
well as the aggregate intersections of the circles.
 
19
 
 
20
Though actually it doesn't look like circles at all!
 
21
 
 
22
Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
26
23
  </_description>
27
24
</screensaver>