[SCM] osgearth branch, master, updated. a9fc5ef4667759fc5e4bd98e2d43ed5d4c1d8a7d

2011-02-28 Thread Pirmin Kalberer
The following commit has been merged in the master branch:
commit d77f06349d32ac9207f1bc51607dfe5784590013
Merge: af9134ed336850d2773fd30a6e8480ce32b5d5dc 
df526976f0d0f7dcf66defc6572891481ceb8614
Author: Pirmin Kalberer p...@sourcepole.ch
Date:   Sat Feb 12 22:41:34 2011 +0100

Merge branch 'upstream'


-- 
osgEarth terrain rendering toolkit

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[SCM] osgearth branch, master, updated. a9fc5ef4667759fc5e4bd98e2d43ed5d4c1d8a7d

2011-02-28 Thread Pirmin Kalberer
The following commit has been merged in the master branch:
commit 0ebda7b8f78cbdd060c1c45bd77f32083a44f794
Author: Pirmin Kalberer p...@sourcepole.ch
Date:   Sat Feb 12 22:44:48 2011 +0100

Upstream 2.0 master branch

diff --git a/debian/README.Debian b/debian/README.Debian
index 7654e40..1990a66 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -4,8 +4,8 @@ osgEarth for Debian
 Base path where OSG applications look for fonts, etc.
 export OSG_FILE_PATH=/usr/share/osgearth
 
-osgearth_simple sample call:
- osgearth_simple --window 50 50 900 700 
/usr/share/osgearth/maps/wms_nexrad.earth
+osgearth_viewer sample call:
+ osgearth_viewer --window 50 50 900 700 --sky 
/usr/share/osgearth/maps/srtm.earth
 
 You should see a globe with radar data over some parts of North America.
 
@@ -22,4 +22,4 @@ Press 'h' for help. See also 
http://www.openscenegraph.org/projects/osg/wiki/Sup
 
 
  -- Pirmin Kalberer pi_...@sourcepole.ch  Mon, 30 Aug 2010 14:37:20 +0200
- 
\ No newline at end of file
+ 
diff --git a/debian/changelog b/debian/changelog
index 4dba642..479c73b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osgearth (2.0~rc4-1) unstable; urgency=low
+
+  * Upstream master branch 11.2.11
+
+ -- Pirmin Kalberer pi_...@sourcepole.ch  Sat, 12 Feb 2011 21:10:13 +0100
+
 osgearth (1.4.1-2) unstable; urgency=low
 
   * Lintian fixes
diff --git a/debian/patches/findgdal.patch b/debian/patches/findgdal.patch
deleted file mode 100644
index e304550..000
--- a/debian/patches/findgdal.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: osgearth-1.4.1/CMakeModules/FindGDAL.cmake
-===
 osgearth-1.4.1.orig/CMakeModules/FindGDAL.cmake2010-10-10 
22:48:49.019073400 +0200
-+++ osgearth-1.4.1/CMakeModules/FindGDAL.cmake 2010-10-10 22:49:11.108445877 
+0200
-@@ -57,7 +57,7 @@
- )
- 
- FIND_LIBRARY(GDAL_LIBRARY 
--  NAMES gdal gdal_i gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-+  NAMES gdal gdal_i gdal1.7.0 gdal1.6.0 gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-   PATHS
-   c:/Program Files/FWTools2.1.0/lib
-   $ENV{GDAL_DIR}
-@@ -65,14 +65,14 @@
-   PATH_SUFFIXES lib64 lib
- )
- FIND_LIBRARY(GDAL_LIBRARY 
--  NAMES gdal gdal_i gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-+  NAMES gdal gdal_i gdal1.7.0 gdal1.6.0 gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-   PATHS ${CMAKE_PREFIX_PATH} # Unofficial: We are proposing this.
-c:/Program Files/FWTools2.1.0/lib
- NO_DEFAULT_PATH
- PATH_SUFFIXES lib64 lib
- )
- FIND_LIBRARY(GDAL_LIBRARY 
--  NAMES gdal gdal_i gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-+  NAMES gdal gdal_i gdal1.7.0 gdal1.6.0 gdal1.5.0 gdal1.4.0 gdal1.3.2 GDAL
-   PATHS
- ~/Library/Frameworks
- /Library/Frameworks
diff --git a/debian/patches/series b/debian/patches/series
index 51c12fd..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-findgdal.patch

-- 
osgEarth terrain rendering toolkit

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[SCM] osgearth branch, master, updated. a9fc5ef4667759fc5e4bd98e2d43ed5d4c1d8a7d

2011-02-28 Thread Pirmin Kalberer
The following commit has been merged in the master branch:
commit bc9beddb224197f0a1c2345073f6536e76108e2d
Merge: 0ebda7b8f78cbdd060c1c45bd77f32083a44f794 
c12c1ea38e72de4c0f29ae71c8da024f65e5aabd
Author: Pirmin Kalberer p...@sourcepole.ch
Date:   Mon Feb 28 22:57:23 2011 +0100

Merge branch 'upstream'


-- 
osgEarth terrain rendering toolkit

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[SCM] osgearth branch, master, updated. a9fc5ef4667759fc5e4bd98e2d43ed5d4c1d8a7d

2011-02-28 Thread Pirmin Kalberer
The following commit has been merged in the master branch:
commit a9fc5ef4667759fc5e4bd98e2d43ed5d4c1d8a7d
Author: Pirmin Kalberer p...@sourcepole.ch
Date:   Mon Feb 28 23:34:56 2011 +0100

Debian package 2.0-1

diff --git a/debian/changelog b/debian/changelog
index 479c73b..77ece98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osgearth (2.0-1) unstable; urgency=low
+
+  * Upstream release 2.0
+  * Moved sample applications to osgearth-dev
+
+ -- Pirmin Kalberer pi_...@sourcepole.ch  Mon, 28 Feb 2011 23:17:11 +0100
+
 osgearth (2.0~rc4-1) unstable; urgency=low
 
   * Upstream master branch 11.2.11
diff --git a/debian/osgearth-dev.install b/debian/osgearth-dev.install
index 81b307c..251d291 100644
--- a/debian/osgearth-dev.install
+++ b/debian/osgearth-dev.install
@@ -1,2 +1,10 @@
+usr/bin/osgearth_shadercomp
+usr/bin/osgearth_features
+usr/bin/osgearth_ocean
+usr/bin/osgearth_manip
+usr/bin/osgearth_tilesource
+usr/bin/osgearth_elevation
+usr/bin/osgearth_controls
+usr/bin/osgearth_clouds
 usr/include
 usr/lib/libosg*.so
diff --git a/debian/osgearth.install b/debian/osgearth.install
new file mode 100644
index 000..b1db78c
--- /dev/null
+++ b/debian/osgearth.install
@@ -0,0 +1,4 @@
+usr/bin/osgearth_cache
+usr/bin/osgearth_viewer
+usr/bin/osgearth_version
+usr/bin/osgearth_toc

-- 
osgEarth terrain rendering toolkit

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel