Dubai Indians | 17 May 00:43

hi from Dubai Indians

j.suzy from Dubai Indians sent you this message:

HELLO DEAR,How are you doing? well my name is Suzy Jumbo 25 years single" I know that this message will be a pleasant surprise to you as we don't know each other before,how ever" i contacted you as a result of my serious search of a good and trustworthy person who i can partner with in a good business relationship which i will introduce to you as soon as i receive your reply. i will send you my pics in my next mail to you, do get back to me soonest via my private email here(suzyjumbo2012 <at> ymail.com)wish to hear from soonest.YOURS FAITHFUL SUZY,

Thanks!
The people at Dubai Indians

Need help? Email maintraffic <at> gmail.com

You're receiving this email because you're a registered Dubai Indians member. Click here to instantly unsubscribe:
http://www.dubaiindians.com/service/optOutEmail.kickAction?STATUS=MAIN&as=70773&email=pkg-grass-devel <at> lists.alioth.debian.org



_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel <at> lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Christoph Egger | 16 May 16:54
Picon
Favicon

Bug#673165: mapserver: FTBFS[armel, kfreebsd-i386, mips]: configure: error: Could not find gd.h or libgd.a/libgd.so in /usr.

Package: src:mapserver
Version: 6.0.1-3
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

checking for jpeglib.h... yes
        using libjpeg from system libs.
configure: checking where libXpm is installed...
checking for XpmFreeXpmImage in -lXpm... yes
        using libXpm from system libs.
configure: checking where libiconv is installed...
checking for iconv_open in -lc... yes
checking for libiconv_open in -liconv... no
checking for iconv_open in -liconv... no
        using libiconv from system libs.
        libiconv found. Enabling internationalization (-DUSE_ICONV)
configure: checking for GD 2.0.28 or higher...
configure: error: Could not find gd.h or libgd.a/libgd.so in /usr.  Make sure GD 2.0.28 or higher is
compiled before calling configure. You may also get this error if you didn't specify the appropriate
location for one of GD's dependencies (freetype, libpng, libjpeg or libiconv).
checking for gdImageCreatePaletteFromTrueColor in -lgd... yes
make: *** [configure-stamp] Error 1

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=mapserver&arch=kfreebsd-i386&ver=6.0.1-3%2Bb1&stamp=1337043503

Regards

    Christoph

--

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer
Alan Boudreault | 16 May 16:29
Gravatar

[SCM] gdal-grass branch, master, updated. upstream/1.7.3-11-g902e8cb

The following commit has been merged in the master branch:
commit 902e8cbeaca849b6a9ced68f63a13b2da2ee5378
Author: Alan Boudreault <aboudreault <at> mapgears.com>
Date:   Wed May 16 14:28:40 2012 +0000

    Updated for new upstream release: 1.9.0

diff --git a/VERSION b/VERSION
index 661e7ae..f8e233b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.3
+1.9.0
diff --git a/configure b/configure
index 16a46a2..cdd9df2 100755
--- a/configure
+++ b/configure
@@ -3014,13 +3014,13 @@ fi
   else

     # Check for GRASS >= 7.0
-    echo "$as_me:$LINENO: checking for G_putenv in -lgrass_gis" >&5
-echo $ECHO_N "checking for G_putenv in -lgrass_gis... $ECHO_C" >&6
-if test "${ac_cv_lib_grass_gis_G_putenv+set}" = set; then
+    echo "$as_me:$LINENO: checking for G_putenv in -lgrass_gis.7.0.svn" >&5
+echo $ECHO_N "checking for G_putenv in -lgrass_gis.7.0.svn... $ECHO_C" >&6
+if test "${ac_cv_lib_grass_gis_7_0_svn_G_putenv+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgrass_gis -L$with_grass/lib -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj
-lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient -lgrass_dgl -lgrass_dig2 -lgrass_rtree
-lgrass_linkm $LIBS"
+LIBS="-lgrass_gis.7.0.svn -L$with_grass/lib -lgrass_raster.7.0.svn -lgrass_gmath.7.0.svn
-lgrass_gis.7.0.svn -lgrass_datetime.7.0.svn -lgrass_gproj.7.0.svn -lgrass_vector.7.0.svn
-lgrass_dbmibase.7.0.svn -lgrass_dbmiclient.7.0.svn -lgrass_dgl.7.0.svn -lgrass_dig2.7.0.svn
-lgrass_rtree.7.0.svn -lgrass_linkm.7.0.svn -lgrass_btree2.7.0.svn -lgrass_ccmath.7.0.svn $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -3065,27 +3065,27 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_lib_grass_gis_G_putenv=yes
+  ac_cv_lib_grass_gis_7_0_svn_G_putenv=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5

-ac_cv_lib_grass_gis_G_putenv=no
+ac_cv_lib_grass_gis_7_0_svn_G_putenv=no
 fi
 rm -f conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_grass_gis_G_putenv" >&5
-echo "${ECHO_T}$ac_cv_lib_grass_gis_G_putenv" >&6
-if test $ac_cv_lib_grass_gis_G_putenv = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_lib_grass_gis_7_0_svn_G_putenv" >&5
+echo "${ECHO_T}$ac_cv_lib_grass_gis_7_0_svn_G_putenv" >&6
+if test $ac_cv_lib_grass_gis_7_0_svn_G_putenv = yes; then
   GRASS_SETTING=grass7+
 else
   GRASS_SETTING=no
 fi

     if test "$GRASS_SETTING" = "grass7+" ; then
-        LIBS="-L$with_grass/lib -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect
-lgrass_dbmibase -lgrass_dbmiclient -lgrass_dgl -lgrass_dig2 -lgrass_rtree -lgrass_linkm $LIBS"
+        LIBS="-L$with_grass/lib -lgrass_raster.7.0.svn -lgrass_gmath.7.0.svn -lgrass_gis.7.0.svn
-lgrass_datetime.7.0.svn -lgrass_gproj.7.0.svn -lgrass_vector.7.0.svn
-lgrass_dbmibase.7.0.svn -lgrass_dbmiclient.7.0.svn -lgrass_dgl.7.0.svn -lgrass_dig2.7.0.svn
-lgrass_rtree.7.0.svn -lgrass_linkm.7.0.svn -lgrass_btree2.7.0.svn -lgrass_ccmath.7.0.svn $LIBS"
         GRASS_INCLUDE="-I$with_grass/include"
         GRASS_GISBASE="$with_grass"
     else
diff --git a/configure.in b/configure.in
index 34539c6..099a9e1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 dnl ***************************************************************************
-dnl $Id: configure.in 16813 2009-04-21 20:05:19Z rouault $
+dnl $Id: configure.in 20157 2010-07-28 19:32:04Z rouault $
 dnl
 dnl Project:  GDAL GRASS Plugin
 dnl Purpose:  Configure source file.
@@ -132,9 +132,9 @@ if test "$with_grass" != "yes" ; then
   else

     # Check for GRASS >= 7.0
-    AC_CHECK_LIB(grass_gis,G_putenv,GRASS_SETTING=grass7+,GRASS_SETTING=no,-L$with_grass/lib
-lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase
-lgrass_dbmiclient -lgrass_dgl -lgrass_dig2 -lgrass_rtree -lgrass_linkm)
-    if test "$GRASS_SETTING" = "grass7+" ; then   
-        LIBS="-L$with_grass/lib -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect
-lgrass_dbmibase -lgrass_dbmiclient -lgrass_dgl -lgrass_dig2 -lgrass_rtree -lgrass_linkm $LIBS"
+   
AC_CHECK_LIB(grass_gis.7.0.svn,G_putenv,GRASS_SETTING=grass7+,GRASS_SETTING=no,-L$with_grass/lib
-lgrass_raster.7.0.svn -lgrass_gmath.7.0.svn -lgrass_gis.7.0.svn -lgrass_datetime.7.0.svn
-lgrass_gproj.7.0.svn -lgrass_vector.7.0.svn -lgrass_dbmibase.7.0.svn
-lgrass_dbmiclient.7.0.svn -lgrass_dgl.7.0.svn -lgrass_dig2.7.0.svn -lgrass_rtree.7.0.svn
-lgrass_linkm.7.0.svn -lgrass_btree2.7.0.svn -lgrass_ccmath.7.0.svn)
+    if test "$GRASS_SETTING" = "grass7+" ; then
+        LIBS="-L$with_grass/lib -lgrass_raster.7.0.svn -lgrass_gmath.7.0.svn -lgrass_gis.7.0.svn
-lgrass_datetime.7.0.svn -lgrass_gproj.7.0.svn -lgrass_vector.7.0.svn
-lgrass_dbmibase.7.0.svn -lgrass_dbmiclient.7.0.svn -lgrass_dgl.7.0.svn -lgrass_dig2.7.0.svn
-lgrass_rtree.7.0.svn -lgrass_linkm.7.0.svn -lgrass_btree2.7.0.svn -lgrass_ccmath.7.0.svn $LIBS"
         GRASS_INCLUDE="-I$with_grass/include"
         GRASS_GISBASE="$with_grass"
     else
diff --git a/debian/changelog b/debian/changelog
index 5c8e6f9..5086818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (1.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jerome Villeneuve Larouche <jlarouche <at> mapgears.com>  Tue, 15 May 2012 17:04:53 +0000
+
 libgdal-grass (1.7.3-2) unstable; urgency=low

   * Introduced a strict build-dep on libgdal1-dev to use the new path
diff --git a/debian/control b/debian/control
index fbf0947..5815fbf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel <at> lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie <at> debian.org>
-Build-Depends: debhelper (>= 8), d-shlibs, libgdal1-dev (>= 1.7.0-2~), pkg-config, grass-dev (>=
6.4.0~rc5), 
+Build-Depends: debhelper (>= 8), d-shlibs, libgdal-dev (>= 1.9.0), pkg-config, grass-dev (>=
6.4.0~rc5), 
  grass (>= 6.4.0~rc5), libproj-dev
 Standards-Version: 3.9.1
 Homepage: http://www.gdal.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal-grass.git
 Vcs-Git: git://git.debian.org/git/pkg-grass/gdal-grass.git

-Package: libgdal1-1.7.0-grass
+Package: libgdal1-1.9.0-grass
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, grass640, ${misc:Depends}
diff --git a/debian/control.in b/debian/control.in
index fbbc029..71eca1c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,14 +3,14 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel <at> lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie <at> debian.org>
-Build-Depends: debhelper (>= 8), d-shlibs, libgdal1-dev (>= 1.7.0-2~), pkg-config, grass-dev (>=
6.4.0~rc5), 
+Build-Depends: debhelper (>= 8), d-shlibs, libgdal-dev (>= 1.9.0), pkg-config, grass-dev (>=
6.4.0~rc5), 
  grass (>= 6.4.0~rc5), libproj-dev
 Standards-Version: 3.9.1
 Homepage: http://www.gdal.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal-grass.git
 Vcs-Git: git://git.debian.org/git/pkg-grass/gdal-grass.git

-Package: libgdal1-1.7.0-grass
+Package: libgdal1-1.9.0-grass
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, @GRASS_ABI@, ${misc:Depends}
diff --git a/debian/libgdal1-1.7.0-grass.lintian-overrides b/debian/libgdal1-1.7.0-grass.lintian-overrides
deleted file mode 100644
index 33a8f4d..0000000
--- a/debian/libgdal1-1.7.0-grass.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# The run path has been added to get Grass internal library
-libgdal1-1.7.0-grass: binary-or-shlib-defines-rpath ./usr/lib/gdalplugins/1.7/gdal_GRASS.so /usr/lib/grass64/lib
-libgdal1-1.7.0-grass: binary-or-shlib-defines-rpath ./usr/lib/gdalplugins/1.7/ogr_GRASS.so /usr/lib/grass64/lib
diff --git a/debian/patches/series b/debian/patches/series
index 81ffa4b..954b10f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 rpath
+
diff --git a/grass57dataset.cpp b/grass57dataset.cpp
index 128fd5c..a2a3dbf 100644
--- a/grass57dataset.cpp
+++ b/grass57dataset.cpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: grass57dataset.cpp 18537 2010-01-12 15:05:51Z rblazek $
+ * $Id: grass57dataset.cpp 20157 2010-07-28 19:32:04Z rouault $
  *
  * Project:  GRASS Driver
  * Purpose:  Implement GRASS raster read/write support
@@ -56,12 +56,37 @@ char *GPJ_grass_to_wkt(struct Key_Value *proj_info,

 #define GRASS_MAX_COLORS 100000  // what is the right value

-CPL_CVSID("$Id: grass57dataset.cpp 18537 2010-01-12 15:05:51Z rblazek $");
+CPL_CVSID("$Id: grass57dataset.cpp 20157 2010-07-28 19:32:04Z rouault $");

 CPL_C_START
 void	GDALRegister_GRASS(void);
 CPL_C_END

+#if GRASS_VERSION_MAJOR  >= 7
+#define G_get_cellhd             Rast_get_cellhd
+#define G_raster_map_type        Rast_map_type
+#define G_read_fp_range          Rast_read_fp_range
+#define G_get_fp_range_min_max   Rast_get_fp_range_min_max
+#define G_set_c_null_value       Rast_set_c_null_value
+#define G_set_f_null_value       Rast_set_f_null_value
+#define G_set_d_null_value       Rast_set_d_null_value
+#define G_open_cell_old          Rast_open_old
+#define G_copy                   memcpy
+#define G_read_colors            Rast_read_colors
+#define G_get_color_range        Rast_get_c_color_range
+#define G_colors_count           Rast_colors_count
+#define G_get_f_color_rule       Rast_get_fp_color_rule
+#define G_free_colors            Rast_free_colors
+#define G_close_cell             Rast_close
+#define G_allocate_c_raster_buf  Rast_allocate_c_buf
+#define G_get_c_raster_row       Rast_get_c_row
+#define G_is_c_null_value        Rast_is_c_null_value
+#define G_get_f_raster_row       Rast_get_f_row
+#define G_get_d_raster_row       Rast_get_d_row
+#define G_allocate_f_raster_buf  Rast_allocate_f_buf
+#define G_allocate_d_raster_buf  Rast_allocate_d_buf
+#endif
+
 /************************************************************************/
 /*                         Grass2CPLErrorHook()                         */
 /************************************************************************/
@@ -308,7 +333,11 @@ GRASSRasterBand::GRASSRasterBand( GRASSDataset *poDS, int nBand,
             int	nRed, nGreen, nBlue;
             GDALColorEntry    sColor;

+#if GRASS_VERSION_MAJOR  >= 7
+            if( Rast_get_c_color( &iColor, &nRed, &nGreen, &nBlue, &sGrassColors ) )
+#else
             if( G_get_color( iColor, &nRed, &nGreen, &nBlue, &sGrassColors ) )
+#endif
             {
                 sColor.c1 = nRed;
                 sColor.c2 = nGreen;
@@ -713,7 +742,7 @@ GRASSDataset::~GRASSDataset()
     if ( pszElement )
 	G_free ( pszElement );

-    CPLFree( pszProjection );
+    G_free( pszProjection );
 }

 /************************************************************************/
@@ -921,12 +950,16 @@ GDALDataset *GRASSDataset::Open( GDALOpenInfo * poOpenInfo )
 /* -------------------------------------------------------------------- */
 /*      Capture some information from the file that is of interest.     */
 /* -------------------------------------------------------------------- */
-    
+
+#if GRASS_VERSION_MAJOR  >= 7
+    Rast_get_cellhd( papszCells[0], papszMapsets[0], &(poDS->sCellInfo) );
+#else
     if( G_get_cellhd( papszCells[0], papszMapsets[0], &(poDS->sCellInfo) ) != 0 ) {
-	CPLError( CE_Warning, CPLE_AppDefined, "GRASS: Cannot open raster header");
-	delete poDS;
-	return NULL;
+        CPLError( CE_Warning, CPLE_AppDefined, "GRASS: Cannot open raster header");
+        delete poDS;
+        return NULL;
     }
+#endif

     poDS->nRasterXSize = poDS->sCellInfo.cols;
     poDS->nRasterYSize = poDS->sCellInfo.rows;
diff --git a/ogrgrass.h b/ogrgrass.h
index ad1dec2..45b10e6 100644
--- a/ogrgrass.h
+++ b/ogrgrass.h
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: ogrgrass.h 15583 2008-10-23 00:04:33Z warmerdam $
+ * $Id: ogrgrass.h 20157 2010-07-28 19:32:04Z rouault $
  *
  * Project:  OpenGIS Simple Features Reference Implementation
  * Purpose:  Private definitions for OGR/GRASS driver.
@@ -37,7 +37,11 @@ extern "C" {
     #include <grass/gprojects.h>
     #include <grass/gis.h>
     #include <grass/dbmi.h>
+#if GRASS_VERSION_MAJOR  >= 7
+    #include <grass/vector.h>
+#else
     #include <grass/Vect.h>
+#endif
 }

 /************************************************************************/
diff --git a/ogrgrassdatasource.cpp b/ogrgrassdatasource.cpp
index 530a6e6..565af4a 100644
--- a/ogrgrassdatasource.cpp
+++ b/ogrgrassdatasource.cpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: ogrgrassdatasource.cpp 16813 2009-04-21 20:05:19Z rouault $
+ * $Id: ogrgrassdatasource.cpp 20157 2010-07-28 19:32:04Z rouault $
  *
  * Project:  OpenGIS Simple Features Reference Implementation
  * Purpose:  Implements OGRGRASSDataSource class.
@@ -31,7 +31,7 @@
 #include "cpl_conv.h"
 #include "cpl_string.h"

-CPL_CVSID("$Id: ogrgrassdatasource.cpp 16813 2009-04-21 20:05:19Z rouault $");
+CPL_CVSID("$Id: ogrgrassdatasource.cpp 20157 2010-07-28 19:32:04Z rouault $");

 /************************************************************************/
 /*                         Grass2CPLErrorHook()                         */
@@ -71,10 +71,10 @@ OGRGRASSDataSource::~OGRGRASSDataSource()

     if ( pszName ) CPLFree( pszName );
     if ( papoLayers ) CPLFree( papoLayers );
-    if ( pszGisdbase ) CPLFree( pszGisdbase );
-    if ( pszLocation ) CPLFree( pszLocation );
-    if ( pszMapset ) CPLFree( pszMapset );
-    if ( pszMap ) CPLFree( pszMap );
+    if ( pszGisdbase ) G_free( pszGisdbase );
+    if ( pszLocation ) G_free( pszLocation );
+    if ( pszMapset ) G_free( pszMapset );
+    if ( pszMap ) G_free( pszMap );

     if (bOpened)
         Vect_close(&map);
diff --git a/ogrgrasslayer.cpp b/ogrgrasslayer.cpp
index 751db79..d0b6533 100644
--- a/ogrgrasslayer.cpp
+++ b/ogrgrasslayer.cpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id: ogrgrasslayer.cpp 17122 2009-05-25 20:48:40Z rouault $
+ * $Id: ogrgrasslayer.cpp 20157 2010-07-28 19:32:04Z rouault $
  *
  * Project:  OpenGIS Simple Features Reference Implementation
  * Purpose:  Implements OGRGRASSLayer class.
@@ -31,7 +31,7 @@
 #include "ogrgrass.h"
 #include "cpl_conv.h"

-CPL_CVSID("$Id: ogrgrasslayer.cpp 17122 2009-05-25 20:48:40Z rouault $");
+CPL_CVSID("$Id: ogrgrasslayer.cpp 20157 2010-07-28 19:32:04Z rouault $");

 /************************************************************************/
 /*                           OGRGRASSLayer()                            */
@@ -212,7 +212,7 @@ OGRGRASSLayer::OGRGRASSLayer( int layerIndex,  struct Map_info * map )
 	if ( srsWkt ) 
 	{
 	    poSRS = new OGRSpatialReference ( srsWkt );
-	    CPLFree ( srsWkt );
+	    G_free ( srsWkt );
 	}

         G_free_key_value(projinfo);
@@ -245,7 +245,7 @@ OGRGRASSLayer::~OGRGRASSLayer()

     if ( paFeatureIndex ) CPLFree ( paFeatureIndex );

-    if ( poLink ) CPLFree ( poLink );
+    if ( poLink ) G_free ( poLink );

     Vect_destroy_line_struct ( poPoints );
     Vect_destroy_cats_struct ( poCats );
@@ -640,7 +640,11 @@ bool OGRGRASSLayer::SetSpatialMatch()
 	
 	Vect_cidx_get_cat_by_index ( poMap, iLayerIndex, cidx, &cat, &type, &id );

+#if GRASS_VERSION_MAJOR  >= 7
+    struct bound_box box;
+#else
 	BOUND_BOX box;
+#endif

 	switch ( type ) 
 	{
@@ -781,7 +785,7 @@ OGRFeature *OGRGRASSLayer::GetNextFeature()
 OGRFeature *OGRGRASSLayer::GetFeature( long nFeatureId )

 {
-    CPLDebug ( "GRASS", "OGRGRASSLayer::GetFeature nFeatureId = %d", nFeatureId );
+    CPLDebug ( "GRASS", "OGRGRASSLayer::GetFeature nFeatureId = %ld", nFeatureId );

     int cat;
     OGRFeature *poFeature = NULL;
@@ -857,7 +861,7 @@ OGRFeature *OGRGRASSLayer::GetFeature( long nFeatureId )
 /************************************************************************/
 OGRGeometry *OGRGRASSLayer::GetFeatureGeometry ( long nFeatureId, int *cat )
 {
-    CPLDebug ( "GRASS", "OGRGRASSLayer::GetFeatureGeometry nFeatureId = %d", nFeatureId );
+    CPLDebug ( "GRASS", "OGRGRASSLayer::GetFeatureGeometry nFeatureId = %ld", nFeatureId );

     int cidx = paFeatureIndex[(int)nFeatureId];

@@ -1027,7 +1031,11 @@ int OGRGRASSLayer::GetFeatureCount( int bForce )
 /************************************************************************/
 OGRErr OGRGRASSLayer::GetExtent (OGREnvelope *psExtent, int bForce)
 {
+#if GRASS_VERSION_MAJOR  >= 7
+    struct bound_box box;
+#else
     BOUND_BOX box;
+#endif

     Vect_get_map_box ( poMap, &box );

--

-- 
GRASS extension for the GDAL library
Alan Boudreault | 16 May 15:43
Gravatar

[SCM] grass branch, ubuntu/precise, created. upstream/6.4.1-95-g6a72f16

The branch, ubuntu/precise has been created
        at  6a72f166d9ab3cb0799377e0cfa20090a1b2cf5e (commit)

- Shortlog ------------------------------------------------------------
commit 6a72f166d9ab3cb0799377e0cfa20090a1b2cf5e
Author: Alan Boudreault <aboudreault <at> mapgears.com>
Date:   Wed May 16 13:42:52 2012 +0000

    Initial commit for ubuntu/precise

-----------------------------------------------------------------------

--

-- 
Geographic Resources Analysis Support System
Debian testing watch | 15 May 18:39
Picon
Favicon

tilelite 0.1.5-2 MIGRATED to testing

FYI: The status of the tilelite source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.1.5-2

--

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.
frankie | 15 May 15:24
Picon
Favicon

r3068 - packages/h5utils/tags

Author: frankie
Date: 2012-05-15 13:24:12 +0000 (Tue, 15 May 2012)
New Revision: 3068

Added:
   packages/h5utils/tags/1.12.1-2/
Log:
Tagging 1.12.1-2
Debian FTP Masters | 15 May 11:49
Picon
Favicon

h5utils_1.12.1-2_i386.changes ACCEPTED into unstable


Accepted:
h5utils_1.12.1-2.diff.gz
  to main/h/h5utils/h5utils_1.12.1-2.diff.gz
h5utils_1.12.1-2.dsc
  to main/h/h5utils/h5utils_1.12.1-2.dsc
h5utils_1.12.1-2_i386.deb
  to main/h/h5utils/h5utils_1.12.1-2_i386.deb

Changes:
h5utils (1.12.1-2) unstable; urgency=low
 .
  * Fixed a FTBS with libpng 1.5: patch png1.5.
    (closes: #650488)
  * Fixed b-d on new octave -dev package for octave transition.
    (closes: #667063)
  * Now depending on current hdf5 -dev package.
  * Dropped versioned name dep for libmatheval -dev b-d.
    (closes: #612754)

Override entries for your package:
h5utils_1.12.1-2.dsc - source science
h5utils_1.12.1-2_i386.deb - optional science

Announcing to debian-devel-changes <at> lists.debian.org
Closing bugs: 612754 650488 667063 

Thank you for your contribution to Debian.
Debian FTP Masters | 15 May 11:43
Picon
Favicon

Processing of h5utils_1.12.1-2_i386.changes

h5utils_1.12.1-2_i386.changes uploaded successfully to localhost
along with the files:
  h5utils_1.12.1-2.dsc
  h5utils_1.12.1-2.diff.gz
  h5utils_1.12.1-2_i386.deb

Greetings,

	Your Debian queue daemon (running on host franck.debian.org)
frankie | 15 May 11:31
Picon
Favicon

r3067 - packages/h5utils/trunk/debian

Author: frankie
Date: 2012-05-15 09:30:59 +0000 (Tue, 15 May 2012)
New Revision: 3067

Modified:
   packages/h5utils/trunk/debian/changelog
   packages/h5utils/trunk/debian/control
Log:
Fixed and annotated a couple of bugs.

Modified: packages/h5utils/trunk/debian/changelog
===================================================================
--- packages/h5utils/trunk/debian/changelog	2012-05-15 09:28:28 UTC (rev 3066)
+++ packages/h5utils/trunk/debian/changelog	2012-05-15 09:30:59 UTC (rev 3067)
@@ -1,9 +1,12 @@
 h5utils (1.12.1-2) unstable; urgency=low

   * Fixed a FTBS with libpng 1.5: patch png1.5.
+    (closes: #650488)
   * Fixed b-d on new octave -dev package for octave transition.
     (closes: #667063)
   * Now depending on current hdf5 -dev package.
+  * Dropped versioned name dep for libmatheval -dev b-d.
+    (closes: #612754)

  -- Francesco Paolo Lovergine <frankie <at> debian.org>  Tue, 15 May 2012 11:13:14 +0200

Modified: packages/h5utils/trunk/debian/control
===================================================================
--- packages/h5utils/trunk/debian/control	2012-05-15 09:28:28 UTC (rev 3066)
+++ packages/h5utils/trunk/debian/control	2012-05-15 09:30:59 UTC (rev 3067)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project <pkg-grass-devel <at> lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie <at> debian.org>
 Build-Depends: debhelper (>= 7), libhdf5-dev, libz-dev, libpng-dev, hdf5-tools, 
- libhdf4-dev, libmatheval1-dev, liboctave-dev, quilt
+ libhdf4-dev, libmatheval-dev, liboctave-dev, quilt
 Standards-Version: 3.8.4
 Homepage: http://ab-initio.mit.edu/h5utils/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/h5utils/trunk/
frankie | 15 May 11:28
Picon
Favicon

r3066 - in packages/h5utils/trunk/debian: . patches

Author: frankie
Date: 2012-05-15 09:28:28 +0000 (Tue, 15 May 2012)
New Revision: 3066

Added:
   packages/h5utils/trunk/debian/patches/png1.5
Modified:
   packages/h5utils/trunk/debian/changelog
   packages/h5utils/trunk/debian/control
   packages/h5utils/trunk/debian/patches/series
Log:
Fixed FTBS

Modified: packages/h5utils/trunk/debian/changelog
===================================================================
--- packages/h5utils/trunk/debian/changelog	2012-02-29 23:54:54 UTC (rev 3065)
+++ packages/h5utils/trunk/debian/changelog	2012-05-15 09:28:28 UTC (rev 3066)
@@ -1,3 +1,12 @@
+h5utils (1.12.1-2) unstable; urgency=low
+
+  * Fixed a FTBS with libpng 1.5: patch png1.5.
+  * Fixed b-d on new octave -dev package for octave transition.
+    (closes: #667063)
+  * Now depending on current hdf5 -dev package.
+
+ -- Francesco Paolo Lovergine <frankie <at> debian.org>  Tue, 15 May 2012 11:13:14 +0200
+
 h5utils (1.12.1-1) unstable; urgency=low

   * New upstream release with better Octave autodetection.

Modified: packages/h5utils/trunk/debian/control
===================================================================
--- packages/h5utils/trunk/debian/control	2012-02-29 23:54:54 UTC (rev 3065)
+++ packages/h5utils/trunk/debian/control	2012-05-15 09:28:28 UTC (rev 3066)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel <at> lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie <at> debian.org>
-Build-Depends: debhelper (>= 7), libhdf5-serial-dev (>= 1.8.3), libz-dev, libpng-dev, hdf5-tools, 
- libhdf4-dev, libmatheval1-dev, octave3.2-headers, quilt
+Build-Depends: debhelper (>= 7), libhdf5-dev, libz-dev, libpng-dev, hdf5-tools, 
+ libhdf4-dev, libmatheval1-dev, liboctave-dev, quilt
 Standards-Version: 3.8.4
 Homepage: http://ab-initio.mit.edu/h5utils/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/h5utils/trunk/
@@ -14,6 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: hdf5-tools
+Suggests: octave
 Description: HDF5 files visualization tools
  HDF5 (Hierarchical Data Format 5) is a file format for storing
  scientific data. These tools allow to convert other formats to

Added: packages/h5utils/trunk/debian/patches/png1.5
===================================================================
--- packages/h5utils/trunk/debian/patches/png1.5	                        (rev 0)
+++ packages/h5utils/trunk/debian/patches/png1.5	2012-05-15 09:28:28 UTC (rev 3066)
@@ -0,0 +1,44 @@
+--- h5utils-1.12.1.orig/writepng.c
++++ h5utils-1.12.1/writepng.c
+@@ -240,6 +240,7 @@
+      double skewsin = sin(skew), skewcos = cos(skew);
+      REAL minoverlay = 0, maxoverlay = 0;
+      png_byte mask_byte;
++	 png_colorp palette;
+ 
+      /* we must use direct color for translucent overlays */
+      if (overlay)
+@@ -309,7 +310,12 @@
+      }
+      /* Set error handling.  REQUIRED if you aren't supplying your own *
+       * error hadnling functions in the png_create_write_struct() call. */
++
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++     if (setjmp(png_jmpbuf(png_ptr))) {
++#else
+      if (setjmp(png_ptr->jmpbuf)) {
++#endif
+ 	  /* If we get here, we had a problem reading the file */
+ 	  fclose(fp);
+ 	  png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
+@@ -334,7 +340,6 @@
+ 		       PNG_INTERLACE_NONE,
+ 		       PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
+      else {
+-	  png_colorp palette;
+ 
+ 	  png_set_IHDR(png_ptr, info_ptr, width, height, 8 /* bit_depth */ ,
+ 		       PNG_COLOR_TYPE_PALETTE,
+@@ -434,7 +439,12 @@
+      png_write_end(png_ptr, info_ptr);
+ 
+      /* if you malloced the palette, free it here */
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++	png_free(png_ptr, palette);
++	palette = NULL;
++#else
+      free(info_ptr->palette);
++#endif
+ 
+      /* if you allocated any text comments, free them here */
+ 

Modified: packages/h5utils/trunk/debian/patches/series
===================================================================
--- packages/h5utils/trunk/debian/patches/series	2012-02-29 23:54:54 UTC (rev 3065)
+++ packages/h5utils/trunk/debian/patches/series	2012-05-15 09:28:28 UTC (rev 3066)
@@ -1 +1,2 @@
 # no patch
+png1.5
e-ads | 10 May 07:11

24 Hours Update

ÿþ

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel <at> lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Gmane