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

« back to all changes in this revision

Viewing changes to other_src/matrixview.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="matrixview" _label="MatrixView">
4
 
 
5
 
  <command arg="-r"/>
6
 
 
7
 
  <number id="01" type="slider" arg="-s %"
8
 
          _label="Scene Interval" _low-label="Shorter" _high-label="Longer"
9
 
          low="0" high="120" default="5"/>
10
 
 
11
 
  <number id="02" type="slider" arg="-m %"
12
 
          _label="Matrix Interval" _low-label="Shorter" _high-label="Longer"
13
 
          low="3" high="120" default="5"/>
14
 
 
15
 
  <number id="03" type="slider" arg="-X %"
16
 
          _label="Horizontal Resolution" _low-label="Higher" _high-label="Lower"
17
 
          low="40" high="320" default="90"/>
18
 
 
19
 
  <number id="04" type="slider" arg="-Y %"
20
 
          _label="Vertical Resolution" _low-label="Higher" _high-label="Lower"
21
 
          low="30" high="240" default="70"/>
22
 
 
23
 
  <string id="05" _label="Photo directory" arg="-i %" />
24
 
 
25
 
  <number id="06" type="slider" arg="-c %"
26
 
          _label="Contrast" _low-label="Low" _high-label="High"
27
 
          low="0" high="100" default="75"/>
28
 
 
29
 
  <_description>
30
 
Assimilation of Matrix GL by Alex Zolotov &lt;nightradio@knoppix.ru&gt; (http://knoppix.ru/matrixgl.shtml)
31
 
 
32
 
Ported to Linux by Tugrul Galatali - &lt;http://rss-glx.sourceforge.net/&gt;.
33
 
  </_description>
34
 
</screensaver>