summaryrefslogtreecommitdiff
path: root/data/images/cosmos
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-04 22:16:15 -0300
committerPerberos <[email protected]>2011-11-04 22:16:15 -0300
commitfff4ecc82f2bcfa7427596e7ad9c3769fcab040b (patch)
treeac4f1812a7991609c9c32c776daede2d8492f7b5 /data/images/cosmos
downloadmate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.bz2
mate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.xz
first commit
Diffstat (limited to 'data/images/cosmos')
-rw-r--r--data/images/cosmos/CREDITS29
-rw-r--r--data/images/cosmos/Makefile.am54
-rw-r--r--data/images/cosmos/background-1.xml.in92
-rw-r--r--data/images/cosmos/blue-marble-west.jpgbin0 -> 456110 bytes
-rw-r--r--data/images/cosmos/cloud.jpgbin0 -> 1379759 bytes
-rw-r--r--data/images/cosmos/comet.jpgbin0 -> 141297 bytes
-rw-r--r--data/images/cosmos/cosmos.xml.in.in11
-rw-r--r--data/images/cosmos/earth-horizon.jpgbin0 -> 210180 bytes
-rw-r--r--data/images/cosmos/galaxy-ngc3370.jpgbin0 -> 460107 bytes
-rw-r--r--data/images/cosmos/helix-nebula.jpgbin0 -> 138039 bytes
-rw-r--r--data/images/cosmos/jupiter.jpgbin0 -> 44528 bytes
-rw-r--r--data/images/cosmos/sombrero.jpgbin0 -> 552723 bytes
-rw-r--r--data/images/cosmos/whirlpool.jpgbin0 -> 659143 bytes
13 files changed, 186 insertions, 0 deletions
diff --git a/data/images/cosmos/CREDITS b/data/images/cosmos/CREDITS
new file mode 100644
index 0000000..6ecc9ab
--- /dev/null
+++ b/data/images/cosmos/CREDITS
@@ -0,0 +1,29 @@
+All of these images are in the public domain courtesy of NASA.
+
+blue-marble-west.jpg:
+http://visibleearth.nasa.gov/view_rec.php?id=2429
+
+cloud.jpg:
+www.spacetelescope.org/images/html/heic0601a.html
+
+comet.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2004/52/
+
+earth-horizon.jpg:
+http://spaceflight.nasa.gov/gallery/images/station/crew-7/html/iss007e16249.html
+
+galaxy-ngc3370.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/24/
+
+helix-nebula.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/11/
+
+jupiter.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/1999/29/
+
+sombrereo.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/28/
+
+whirlpool.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2005/12/image/a
+
diff --git a/data/images/cosmos/Makefile.am b/data/images/cosmos/Makefile.am
new file mode 100644
index 0000000..6cc80d8
--- /dev/null
+++ b/data/images/cosmos/Makefile.am
@@ -0,0 +1,54 @@
+NULL =
+
+BACKGROUNDS = \
+ blue-marble-west.jpg \
+ cloud.jpg \
+ comet.jpg \
+ earth-horizon.jpg \
+ galaxy-ngc3370.jpg \
+ helix-nebula.jpg \
+ jupiter.jpg \
+ sombrero.jpg \
+ whirlpool.jpg \
+ $(NULL)
+
+imagesdir = $(SLIDESHOW_COSMOS_DIR)
+images_DATA = \
+ $(BACKGROUNDS) \
+ background-1.xml \
+ $(NULL)
+
+cosmos.xml.in: cosmos.xml.in.in Makefile
+ $(edit) $< >$@
+
+background-1.xml: background-1.xml.in Makefile
+ $(edit) $< >$@
+
+metadata_in_files = cosmos.xml.in
+metadatadir = $(datadir)/mate-background-properties
+metadata_DATA = $(metadata_in_files:.xml.in=.xml)
+@INTLTOOL_XML_RULE@
+
+edit = sed \
+ -e 's|@IMAGESDIR[@]|$(imagesdir)|g'
+
+EXTRA_DIST = \
+ CREDITS \
+ $(BACKGROUNDS) \
+ background-1.xml.in \
+ cosmos.xml.in.in \
+ $(NULL)
+
+CLEANFILES = \
+ cosmos.xml.in \
+ $(NULL)
+
+DISTCLEANFILES = \
+ cosmos.xml \
+ background-1.xml \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in \
+ $(NULL)
diff --git a/data/images/cosmos/background-1.xml.in b/data/images/cosmos/background-1.xml.in
new file mode 100644
index 0000000..698b4b5
--- /dev/null
+++ b/data/images/cosmos/background-1.xml.in
@@ -0,0 +1,92 @@
+<background>
+ <starttime>
+ <year>2009</year>
+ <month>08</month>
+ <day>04</day>
+ <hour>00</hour>
+ <minute>00</minute>
+ <second>00</second>
+ </starttime>
+<!-- This animation will start at midnight. -->
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/cloud.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/cloud.jpg</from>
+ <to>@IMAGESDIR@/comet.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/comet.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/comet.jpg</from>
+ <to>@IMAGESDIR@/earth-horizon.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/earth-horizon.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/earth-horizon.jpg</from>
+ <to>@IMAGESDIR@/blue-marble-west.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/blue-marble-west.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/blue-marble-west.jpg</from>
+ <to>@IMAGESDIR@/galaxy-ngc3370.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/galaxy-ngc3370.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/galaxy-ngc3370.jpg</from>
+ <to>@IMAGESDIR@/helix-nebula.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/helix-nebula.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/helix-nebula.jpg</from>
+ <to>@IMAGESDIR@/jupiter.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/jupiter.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/jupiter.jpg</from>
+ <to>@IMAGESDIR@/sombrero.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/sombrero.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/sombrero.jpg</from>
+ <to>@IMAGESDIR@/whirlpool.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/whirlpool.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/whirlpool.jpg</from>
+ <to>@IMAGESDIR@/cloud.jpg</to>
+ </transition>
+</background>
diff --git a/data/images/cosmos/blue-marble-west.jpg b/data/images/cosmos/blue-marble-west.jpg
new file mode 100644
index 0000000..7cd8be1
--- /dev/null
+++ b/data/images/cosmos/blue-marble-west.jpg
Binary files differ
diff --git a/data/images/cosmos/cloud.jpg b/data/images/cosmos/cloud.jpg
new file mode 100644
index 0000000..066e983
--- /dev/null
+++ b/data/images/cosmos/cloud.jpg
Binary files differ
diff --git a/data/images/cosmos/comet.jpg b/data/images/cosmos/comet.jpg
new file mode 100644
index 0000000..5de37cf
--- /dev/null
+++ b/data/images/cosmos/comet.jpg
Binary files differ
diff --git a/data/images/cosmos/cosmos.xml.in.in b/data/images/cosmos/cosmos.xml.in.in
new file mode 100644
index 0000000..b9cf666
--- /dev/null
+++ b/data/images/cosmos/cosmos.xml.in.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE wallpapers SYSTEM "mate-wp-list.dtd">
+<wallpapers>
+ <wallpaper deleted="false">
+ <!-- Translators: This is the name of a desktop background image that shows outer space images.
+ You might want to translate it into the equivalent words of your language -->
+ <_name>Cosmos</_name>
+ <filename>@IMAGESDIR@/background-1.xml</filename>
+ <options>zoom</options>
+ </wallpaper>
+</wallpapers>
diff --git a/data/images/cosmos/earth-horizon.jpg b/data/images/cosmos/earth-horizon.jpg
new file mode 100644
index 0000000..1abefd2
--- /dev/null
+++ b/data/images/cosmos/earth-horizon.jpg
Binary files differ
diff --git a/data/images/cosmos/galaxy-ngc3370.jpg b/data/images/cosmos/galaxy-ngc3370.jpg
new file mode 100644
index 0000000..46113b2
--- /dev/null
+++ b/data/images/cosmos/galaxy-ngc3370.jpg
Binary files differ
diff --git a/data/images/cosmos/helix-nebula.jpg b/data/images/cosmos/helix-nebula.jpg
new file mode 100644
index 0000000..19f02b2
--- /dev/null
+++ b/data/images/cosmos/helix-nebula.jpg
Binary files differ
diff --git a/data/images/cosmos/jupiter.jpg b/data/images/cosmos/jupiter.jpg
new file mode 100644
index 0000000..396af35
--- /dev/null
+++ b/data/images/cosmos/jupiter.jpg
Binary files differ
diff --git a/data/images/cosmos/sombrero.jpg b/data/images/cosmos/sombrero.jpg
new file mode 100644
index 0000000..6d7d2ff
--- /dev/null
+++ b/data/images/cosmos/sombrero.jpg
Binary files differ
diff --git a/data/images/cosmos/whirlpool.jpg b/data/images/cosmos/whirlpool.jpg
new file mode 100644
index 0000000..4fe2ff8
--- /dev/null
+++ b/data/images/cosmos/whirlpool.jpg
Binary files differ