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

« back to all changes in this revision

Viewing changes to hacks/config/petri.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:
15
15
 
16
16
  <hgroup>
17
17
    <number id="size" type="spinbutton" arg="-size %"
18
 
             _label="Cell Size" low="0" high="100" default="4"/>
 
18
             _label="Cell Size" low="0" high="100" default="2"/>
19
19
 
20
20
    <number id="count" type="spinbutton" arg="-count %"
21
 
            _label="Mold Varieties" low="0" high="20" default="8"/>
 
21
            _label="Mold Varieties" low="0" high="20" default="20"/>
22
22
  </hgroup>
23
23
 
24
24
<hgroup>
33
33
          _label="Fertility" _low-label="Low" _high-label="High"
34
34
          low="0.0" high="0.25" default="0.0015"/>
35
35
 
36
 
  <number id="anychan" type="slider" arg="-minorchan %"
 
36
  <number id="minorchan" type="slider" arg="-minorchan %"
37
37
          _label="Offspring" _low-label="Few" _high-label="Many"
38
38
          low="0.0" high="1.0" default="0.5"/>
39
39
 
42
42
          low="0.0" high="1.0" default="0.2"/>
43
43
 
44
44
  <number id="minlifespeed" type="slider" arg="-minlifespeed %"
45
 
          _label="Minium Rate of Growth" _low-label="Slow" _high-label="Fast"
 
45
          _label="Minimum Rate of Growth" _low-label="Slow" _high-label="Fast"
46
46
          low="0.0" high="1.0" default="0.04"/>
47
47
 
48
48
    </vgroup>
49
49
    <vgroup>
50
50
 
51
51
  <number id="maxlifespeed" type="slider" arg="-maxlifespeed %"
52
 
          _label="Maxium Rate of Growth" _low-label="Slow" _high-label="Fast"
 
52
          _label="Maximum Rate of Growth" _low-label="Slow" _high-label="Fast"
53
53
          low="0.0" high="1.0" default="0.13"/>
54
54
 
55
55
  <number id="mindeathspeed" type="slider" arg="-mindeathspeed %"
56
 
          _label="Minium Rate of Death" _low-label="Slow" _high-label="Fast"
 
56
          _label="Minimum Rate of Death" _low-label="Slow" _high-label="Fast"
57
57
          low="0.0" high="1.0" default="0.42"/>
58
58
 
59
59
  <number id="maxdeathspeed" type="slider" arg="-maxdeathspeed %"
60
 
          _label="Maxium Rate of Death" _low-label="Slow" _high-label="Fast"
 
60
          _label="Maximum Rate of Death" _low-label="Slow" _high-label="Fast"
61
61
          low="0.0" high="1.0" default="0.46"/>
62
62
 
63
63
  <number id="minlifespan" type="slider" arg="-minlifespan %"
64
 
          _label="Minium Lifespan" _low-label="Short" _high-label="Long"
 
64
          _label="Minimum Lifespan" _low-label="Short" _high-label="Long"
65
65
          low="0" high="3000" default="500"/>
66
66
 
67
67
  <number id="maxlifespan" type="slider" arg="-maxlifespan %"
68
 
          _label="Maxium Lifespan" _low-label="Short" _high-label="Long"
 
68
          _label="Maximum Lifespan" _low-label="Short" _high-label="Long"
69
69
          low="0" high="3000" default="1500"/>
70
70
 
71
71
    </vgroup>
76
76
  <_description>
77
77
This simulates colonies of mold growing in a petri dish.  Growing
78
78
colored circles overlap and leave spiral interference in their wake.
79
 
Written by Dan Bornstein.
 
79
 
 
80
Written by Dan Bornstein; 1999.
80
81
  </_description>
81
82
</screensaver>