~ubuntu-branches/ubuntu/precise/rss-glx/precise

« back to all changes in this revision

Viewing changes to src/flocks.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-03 18:41:32 UTC
  • mfrom: (1.1.5 upstream) (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090603184132-znjy66pq9xom7hac
Tags: 0.9.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop dependency on openal. It is not enabled by default anyway, and
    allows openal to migrate to universe.
  - src/skyrocket.{cpp,xml}: Disable sound by default.
  - Add --disable-sound configure flag to debian/rules, as we don't keep 
    the dependencies on openal nor freeglut (both universe packages).
* Dropped changes, merged upstream:
  - other_src/Makefile.am: fix the upstream build rules to actually use
    the ImageMagick CFLAGS returned by pkg-config.
  - Move the unconditional ImageMagick check up in configure.in so that
    our first PKG_CHECK_MODULES() call isn't hidden behind a shell
    conditional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="flocks" _label="Flocks">
 
4
 
 
5
  <command arg="-r"/>
 
6
 
 
7
  <number id="01" type="spinbutton" arg="-l %"
 
8
          _label="Leaders" low="1" high="100" default="4"/>
 
9
 
 
10
  <number id="02" type="spinbutton" arg="-f %"
 
11
          _label="Followers" low="0" high="10000" default="400"/>
 
12
 
 
13
  <select id="03">
 
14
    <option id="03A" _label="Geometry - Blobs"/>
 
15
    <option id="03B" _label="Geometry - Dots" arg-set="-G"/>
 
16
  </select>
 
17
 
 
18
  <number id="04" type="slider" arg="-i %"
 
19
          _label="Bug size" _low-label="Smaller" _high-label="Larger"
 
20
          low="1" high="100" default="10"/>
 
21
 
 
22
  <number id="05" type="slider" arg="-o %"
 
23
          _label="Blob complexity" _low-label="Less" _high-label="More"
 
24
          low="1" high="10" default="1"/>
 
25
 
 
26
  <number id="06" type="slider" arg="-s %"
 
27
          _label="Speed" _low-label="Slower" _high-label="Faster"
 
28
          low="1" high="100" default="15"/>
 
29
 
 
30
  <number id="07" type="slider" arg="-S %"
 
31
          _label="Stretch" _low-label="Less" _high-label="More"
 
32
          low="0" high="100" default="20"/>
 
33
 
 
34
  <number id="08" type="slider" arg="-O %"
 
35
          _label="Color fade speed" _low-label="Slower" _high-label="Faster"
 
36
          low="0" high="100" default="15"/>
 
37
 
 
38
  <boolean id="09" _label="ChromaDepth glasses" arg-set="-k"/>
 
39
  <boolean id="10" _label="Show connections" arg-set="-c"/>
 
40
 
 
41
  <number id="11" type="slider" arg="-t %"
 
42
          _label="Trail Length" _low-label="Shorter" _high-label="Longer"
 
43
          low="0" high="250" default="0"/>
 
44
 
 
45
  <number id="12" type="slider" arg="-b %"
 
46
          _label="Motion blur" _low-label="Less" _high-label="More"
 
47
          low="0" high="100" default="0"/>
 
48
 
 
49
  <select id="13">
 
50
    <option id="13A" _label="Preset - Custom"/>
 
51
    <option id="13B" _label="Preset - Normal" arg-set="-p 1"/>
 
52
    <option id="13C" _label="Preset - Trails" arg-set="-p 2"/>
 
53
    <option id="13D" _label="Preset - Blurred Trails" arg-set="-p 3"/>
 
54
    <option id="13E" _label="Preset - Blurred Connections" arg-set="-p 4"/>
 
55
    <option id="13F" _label="Preset - Circles" arg-set="-p 5"/>
 
56
    <option id="13G" _label="Preset - Circles Random" arg-set="-p 6"/>
 
57
  </select>
 
58
 
 
59
  <_description>
 
60
Flocking in 3D.
 
61
 
 
62
Note: Presets override all other settings. If you wish to customize the other options, make sure the preset option is set to "Preset - Custom".
 
63
 
 
64
Written by Terry Welsh &lt;mogumbo at totalmail.com&gt;.
 
65
Ported to Linux by Tugrul Galatali - &lt;http://rss-glx.sourceforge.net/&gt;.
 
66
Config Files by Curtis Haas.
 
67
  </_description>
 
68
</screensaver>