[Lunar-commits] <moonbase-other> gdal: Removing the sedit from BUILD now that openjpeg-2 is in moonbase and changing

Dennis Veatch dennisveatch at bellsouth.net
Thu Oct 23 13:40:26 CEST 2014


commit 96bcd12f9c5bc721ef27d06f22d40e5606a3d6fe
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 23 Oct 2014 07:39:09 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/96bcd12f9c5bc721ef27d06f22d40e5606a3d6fe

gdal: Removing the sedit from BUILD now that openjpeg-2 is in moonbase and changing
DEPENDS to reflect that, also it was PSAFE here.
---
  libs/gdal/BUILD   | +0/-1     
  libs/gdal/DEPENDS | +1/-1     
  libs/gdal/DETAILS | +0/-1     
  3 files changed, 1 insertion(+), 3 deletions(-)

--- a/libs/gdal/BUILD
+++ b/libs/gdal/BUILD
@@ -3,7 +3,6 @@
   ./autogen.sh &&
 
   CFLAGS+=" -fPIC" &&
-  sedit "s:openjpeg-2.0:openjpeg-1.5:g" configure &&
 
 # Do a little dance, make a little love, get Python tonight.
 # The way their swig/Python scripts works, gdal needs to be
--- a/libs/gdal/DEPENDS
+++ b/libs/gdal/DEPENDS
@@ -22,7 +22,7 @@ optional_depends "%MYSQL"     "--with-mysql"    "--without-mysql"    "for mysql
 optional_depends "sqlite"     "--with-sqlite3"  "--without-sqlite3"  "for sqlite database support"
 optional_depends "hdf5"       "--with-hdf5"     "--without-hdf5"     "for Hierarchical Data Format support"
 optional_depends "freexl"     "--with-freexl"   "--without-freexl"   "for xls import support"
-optional_depends "openjpeg"   "--with-openjpeg" "--without-openjpeg" "for openjpeg graphics support"
+optional_depends "openjpeg-2" "--with-openjpeg" "--without-openjpeg" "for openjpeg graphics support"
 optional_depends "xerces-c++" "--with-xerces"   "--without-xerces"   "for C++ parsing support"
 optional_depends "netcdf"     "--with-netcdf"   "--without-netcdf"   "for CDF support"
 optional_depends "cfitsio"    "--with-cfitsio"  "--without-cfitsio"  "for C and Fortran subroutine support"
--- a/libs/gdal/DETAILS
+++ b/libs/gdal/DETAILS
@@ -7,7 +7,6 @@
          ENTERED=20050915
          UPDATED=20140801
            SHORT="Geospatial Data Abstraction Library"
-PSAFE=no
 cat << EOF
 is a translator library for raster geospatial data formats that is released
 under an X/MIT style Open Source license. As a library, it presents a




More information about the Lunar-commits mailing list