[gnome-backgrounds] Add cosmos backgrounds



commit aef499f7d46714b871a870a2ebd9738d2d4eb9f7
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Mar 5 22:21:01 2011 -0500

    Add cosmos backgrounds
    
    Formerly hosted in gnome-screensaver.

 Makefile.am                 |    2 +-
 configure.ac                |    1 +
 cosmos/.gitignore           |    4 ++
 cosmos/CREDITS              |   29 +++++++++++++
 cosmos/Makefile.am          |   54 +++++++++++++++++++++++++
 cosmos/background-1.xml.in  |   92 +++++++++++++++++++++++++++++++++++++++++++
 cosmos/blue-marble-west.jpg |  Bin 0 -> 456110 bytes
 cosmos/cloud.jpg            |  Bin 0 -> 1379759 bytes
 cosmos/comet.jpg            |  Bin 0 -> 141297 bytes
 cosmos/cosmos.xml.in.in     |   11 +++++
 cosmos/earth-horizon.jpg    |  Bin 0 -> 210180 bytes
 cosmos/galaxy-ngc3370.jpg   |  Bin 0 -> 460107 bytes
 cosmos/helix-nebula.jpg     |  Bin 0 -> 138039 bytes
 cosmos/jupiter.jpg          |  Bin 0 -> 44528 bytes
 cosmos/sombrero.jpg         |  Bin 0 -> 552723 bytes
 cosmos/whirlpool.jpg        |  Bin 0 -> 659143 bytes
 16 files changed, 192 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1ea3de4..8e6541f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = abstract nature po
+SUBDIRS = abstract cosmos nature po
 
 dist-hook:
 	@if test -d "$(srcdir)/.git"; \
diff --git a/configure.ac b/configure.ac
index 13461cb..7867ad8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AM_GLIB_GNU_GETTEXT()
 AC_CONFIG_FILES([
 Makefile
 abstract/Makefile
+cosmos/Makefile
 nature/Makefile
 po/Makefile.in
 ])
diff --git a/cosmos/.gitignore b/cosmos/.gitignore
new file mode 100644
index 0000000..a3a80e0
--- /dev/null
+++ b/cosmos/.gitignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+cosmos.xml
+cosmos.xml.in
diff --git a/cosmos/CREDITS b/cosmos/CREDITS
new file mode 100644
index 0000000..6ecc9ab
--- /dev/null
+++ b/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/cosmos/Makefile.am b/cosmos/Makefile.am
new file mode 100644
index 0000000..210d185
--- /dev/null
+++ b/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)/gnome-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/cosmos/background-1.xml.in b/cosmos/background-1.xml.in
new file mode 100644
index 0000000..698b4b5
--- /dev/null
+++ b/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/cosmos/blue-marble-west.jpg b/cosmos/blue-marble-west.jpg
new file mode 100644
index 0000000..7cd8be1
Binary files /dev/null and b/cosmos/blue-marble-west.jpg differ
diff --git a/cosmos/cloud.jpg b/cosmos/cloud.jpg
new file mode 100644
index 0000000..ddb1ebe
Binary files /dev/null and b/cosmos/cloud.jpg differ
diff --git a/cosmos/comet.jpg b/cosmos/comet.jpg
new file mode 100644
index 0000000..5de37cf
Binary files /dev/null and b/cosmos/comet.jpg differ
diff --git a/cosmos/cosmos.xml.in.in b/cosmos/cosmos.xml.in.in
new file mode 100644
index 0000000..952f8b9
--- /dev/null
+++ b/cosmos/cosmos.xml.in.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE wallpapers SYSTEM "gnome-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/cosmos/earth-horizon.jpg b/cosmos/earth-horizon.jpg
new file mode 100644
index 0000000..1abefd2
Binary files /dev/null and b/cosmos/earth-horizon.jpg differ
diff --git a/cosmos/galaxy-ngc3370.jpg b/cosmos/galaxy-ngc3370.jpg
new file mode 100644
index 0000000..46113b2
Binary files /dev/null and b/cosmos/galaxy-ngc3370.jpg differ
diff --git a/cosmos/helix-nebula.jpg b/cosmos/helix-nebula.jpg
new file mode 100644
index 0000000..19f02b2
Binary files /dev/null and b/cosmos/helix-nebula.jpg differ
diff --git a/cosmos/jupiter.jpg b/cosmos/jupiter.jpg
new file mode 100644
index 0000000..396af35
Binary files /dev/null and b/cosmos/jupiter.jpg differ
diff --git a/cosmos/sombrero.jpg b/cosmos/sombrero.jpg
new file mode 100644
index 0000000..6d7d2ff
Binary files /dev/null and b/cosmos/sombrero.jpg differ
diff --git a/cosmos/whirlpool.jpg b/cosmos/whirlpool.jpg
new file mode 100644
index 0000000..1b7378c
Binary files /dev/null and b/cosmos/whirlpool.jpg differ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]