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

« back to all changes in this revision

Viewing changes to src/spirographx.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="spirographx" _label="SpirographX">
 
4
 
 
5
  <command arg="-r"/>
 
6
 
 
7
  <number id="01" type="slider" arg="-d %"
 
8
          _label="Line segments" _low-label="Less" _high-label="More"
 
9
          low="10" high="100" default="45"/>
 
10
 
 
11
  <number id="02" type="slider" arg="-i %"
 
12
          _label="Change Interval" _low-label="Shorter" _high-label="Longer"
 
13
          low="5" high="120" default="15"/>
 
14
 
 
15
  <_description>
 
16
Animated spirograph.
 
17
 
 
18
Written by &lt;holmes at neatosoftware.com&gt;.
 
19
Ported to Linux by Tugrul Galatali - &lt;http://rss-glx.sourceforge.net/&gt;.
 
20
  </_description>
 
21
</screensaver>