summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2006-12-04 10:25:46 +0000
committerChristian Faulhammer <opfer@gentoo.org>2006-12-04 10:25:46 +0000
commite4c48c410f0d4a8bad817e1bc943d696a660b488 (patch)
tree4d1fdf0e874dcc8d54c7c75fa1131c3223297c84 /x11-misc/gaia/files
parentx11-misc/gaia masked for testing (diff)
downloadgentoo-2-e4c48c410f0d4a8bad817e1bc943d696a660b488.tar.gz
gentoo-2-e4c48c410f0d4a8bad817e1bc943d696a660b488.tar.bz2
gentoo-2-e4c48c410f0d4a8bad817e1bc943d696a660b488.zip
a new try. This version uses NASA World Wind instead of Google Earth and should be safe from copyright violations
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-misc/gaia/files')
-rw-r--r--x11-misc/gaia/files/digest-gaia-0.1.13
-rw-r--r--x11-misc/gaia/files/gaia-0.1.1-correct_doxygen_path.patch11
-rw-r--r--x11-misc/gaia/files/gaia-0.1.1-font_inclusion.patch11
3 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/gaia/files/digest-gaia-0.1.1 b/x11-misc/gaia/files/digest-gaia-0.1.1
new file mode 100644
index 000000000000..ec2132319ab9
--- /dev/null
+++ b/x11-misc/gaia/files/digest-gaia-0.1.1
@@ -0,0 +1,3 @@
+MD5 780e31984d71bd322f4f7509a0a2c69e gaia-0.1.1.tar.bz2 60120
+RMD160 cf09ba082ce217505b7217f6d9e9b97c89fb2dbc gaia-0.1.1.tar.bz2 60120
+SHA256 081307da85836ca79c702ec7d68063992f9045bc86f29bb3f7db4845e945fd17 gaia-0.1.1.tar.bz2 60120
diff --git a/x11-misc/gaia/files/gaia-0.1.1-correct_doxygen_path.patch b/x11-misc/gaia/files/gaia-0.1.1-correct_doxygen_path.patch
new file mode 100644
index 000000000000..5f58c11591b1
--- /dev/null
+++ b/x11-misc/gaia/files/gaia-0.1.1-correct_doxygen_path.patch
@@ -0,0 +1,11 @@
+--- Doxyfile 2006-12-04 10:21:23.000000000 +0100
++++ ../Doxyfile 2006-12-04 10:21:06.000000000 +0100
+@@ -459,7 +459,7 @@
+ # directories like "/usr/src/myproject". Separate the files or directories
+ # with spaces.
+
+-INPUT = src
++INPUT = programs/gaia
+
+ # If the value of the INPUT tag contains directories, you can use the
+ # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/x11-misc/gaia/files/gaia-0.1.1-font_inclusion.patch b/x11-misc/gaia/files/gaia-0.1.1-font_inclusion.patch
new file mode 100644
index 000000000000..2fb715aa2166
--- /dev/null
+++ b/x11-misc/gaia/files/gaia-0.1.1-font_inclusion.patch
@@ -0,0 +1,11 @@
+--- /tmp/Main.cc 2006-12-04 10:24:55.000000000 +0100
++++ Main.cc 2006-12-04 10:25:12.000000000 +0100
+@@ -345,7 +345,7 @@
+ last_frame = timer->GetFrame();
+
+ /* preloaded textures */
+- PreloadedTextureManager::Instance()->LoadPNG(TEXTURE_FONT, DATADIR "/font.png");
++ PreloadedTextureManager::Instance()->LoadPNG(TEXTURE_FONT, "/usr/share/gaia/font.png");
+
+ /* sources */
+ debug("Initializing tile storage\n");