Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17095/10.4-transitional/stable/main/finkinfo/libs
Modified Files:
gdal.info
Added Files:
gdal-python-py.info
Log Message:
gdal with python go to stable (1.2.6)
--- NEW FILE: gdal-python-py.info ---
Info2: <<
Package: gdal-python-py%type_pkg[python]
Type: python(2.4 2.3)
Version: 1.2.6
Revision: 6
Description: GDAL Python Module
License: BSD
Homepage: http://www.gdal.org
Maintainer: BABA Yoshihiko <[EMAIL PROTECTED]>
DescDetail: <<
<<
# Dependencies.
Depends: <<
gdal-shlibs (>=1.2.6-5) | gdal-nopgsql-shlibs (>=1.2.6-5) ,
postgresql80 (>= 8.0.2-13) | postgresql80-ssl (>= 8.0.2-13),
(%type_raw[python] = 2.4) python%type_pkg[python],
python%type_pkg[python]-shlibs, numeric-py%type_pkg[python]
<<
BuildDepends: <<
libiconv-dev, cfitsio,
libgeos2,
libogdi3,
postgresql80-dev (>= 8.0.2-13) | postgresql80-ssl-dev (>= 8.0.2-13)
<<
Conflicts:
Replaces:
# Unpack Phase.
Source: mirror:custom:gdal-%v.tar.gz
Source-MD5: 410e581874ce2b94bfa00deb9f2087f6
CustomMirror: <<
nam-US: http://www.gdal.org/dl
nam-US: ftp://ftp.remotesensing.org/gdal
nam-CA: http://gdal.maptools.org/dl
<<
# Patch Phase.
Patch: gdal.patch
# Compile Phase.
GCC: 3.3
SetCFLAGS: -Os -I%p/include
SetCXXFLAGS: -Os -I%p/include
SetCPPFLAGS: -Os -I%p/include
ConfigureParams: --mandir='${prefix}/share/man' --with-local=%p --with-grass=no
--with-python --with-geotiff=internal --with-hdf4=no --with-ogdi
--with-pg=%p/bin/pg_config --without-mysql --with-geos --with-static-proj4=%p
CompileScript: <<
#!/bin/sh -xe
perl -pi.bak -e 's,^PYTHON_INCLUDES = [EMAIL PROTECTED]@,PYTHON_INCLUDES =
-I%p/include/python%type_raw[python]
-I%p/include/python%type_raw[python]/Numeric -DHAVE_NUMPY,' GDALmake.opt.in
perl -pi.bak -e 's,^PYTHON_LIBS = [EMAIL PROTECTED]@,PYTHON_LIBS =
-bind_at_load -L%p/lib/python%type_raw[python]/config -lpython%type_raw[python]
,' GDALmake.opt.in
perl -pi.bak -e 's,^PYTHON_CFLAGS = [EMAIL PROTECTED]@ [EMAIL
PROTECTED]@,PYTHON_CFLAGS = -I%p/include/python%type_raw[python]
-I%p/include/python%type_raw[python]/Numeric,' GDALmake.opt.in
perl -pi.bak -e 's,^PYTHON = [EMAIL PROTECTED]@,PYTHON =
%p/bin/python%type_raw[python],' GDALmake.opt.in
perl -pi.bak -e 's,^PY_LD_SHARED = [EMAIL PROTECTED]@,PY_LD_SHARED = ,'
GDALmake.opt.in
perl -pi.bak -e 's,^INST_PYMOD = [EMAIL PROTECTED]@,INST_PYMOD
= %i/lib/python%type_raw[python]/site-packages,' GDALmake.opt.in
./configure %c
make
pushd pymod
g++ -Wl,-bind_at_load -o .libs/_gdalmodule.so -bundle .libs/gdal_wrap.o
.libs/numpydataset.o .libs/gdalnumeric.o ../.libs/libgdal.dylib -bundle
-undefined dynamic_lookup
popd
<<
# Install Phase.
InstallScript: <<
#!/bin/sh -xe
pushd pymod
make install prefix=%i
popd
rm -rf %i/bin
<<
DocFiles: ChangeLog LICENSE NEWS
DescPort: <<
The python is Fink version of python.
<<
# End of Info2
<<
Index: gdal.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gdal.info 12 Dec 2005 01:30:29 -0000 1.1
+++ gdal.info 21 Dec 2005 03:07:29 -0000 1.2
@@ -2,7 +2,7 @@
Package: gdal%type_pkg[-nopgsql]
Type: -nopgsql (boolean), -grass (boolean)
Version: 1.2.6
-Revision: 4
+Revision: 5
Description: Raster/Vector Geospatial Format Translator
License: BSD
Homepage: http://www.gdal.org
@@ -33,6 +33,7 @@
gdal-shlibs (= %v-%r) | gdal-nopgsql-shlibs (= %v-%r),
giflib | libungif, libjpeg, libpng3, libtiff (>= 3.6.0), netcdf,
proj, libgeos2-shlibs,
+ libogdi3-shlibs,
unixodbc2 | unixodbc2-nox,
(%type_raw[-nopgsql] = .) postgresql80 (>= 8.0.2-13) |
(%type_raw[-nopgsql] = .) postgresql80-ssl (>= 8.0.2-13),
(%type_raw[-grass] = -grass) grass60 | (%type_raw[-grass] = -grass)
grass60-nopgsql | (%type_raw[-grass] = -grass) grass60-nogdal |
(%type_raw[-grass] = -grass) grass60-nopgsql-nogdal
@@ -41,6 +42,7 @@
BuildDepends: <<
libiconv-dev, cfitsio,
libgeos2,
+ libogdi3,
(%type_raw[-nopgsql] = .) postgresql80-dev (>= 8.0.2-13) |
(%type_raw[-nopgsql] = .) postgresql80-ssl-dev (>= 8.0.2-13),
(%type_raw[-grass] = -grass) grass60-dev | (%type_raw[-grass] = -grass)
grass60-nopgsql-dev | (%type_raw[-grass] = -grass) grass60-nogdal-dev |
(%type_raw[-grass] = -grass) grass60-nopgsql-nogdal-dev
<<
@@ -61,13 +63,14 @@
Patch: gdal.patch
# Compile Phase.
+GCC: 3.3
SetCFLAGS: -Os -I%p/include -I%p/include/grass-6.0
SetCXXFLAGS: -Os -I%p/include -I%p/include/grass-6.0
SetCPPFLAGS: -Os -I%p/include -I%p/include/grass-6.0
SetLDFLAGS: -L%p/lib/grass-6.0
SetLIBRARY_PATH: %p/lib/grass-6.0
SetDYLD_LIBRARY_PATH: %p/lib/grass-6.0
-ConfigureParams: --mandir='${prefix}/share/man' --with-local=%p
(%type_raw[-grass] = -grass) --with-grass=%p (%type_raw[-grass] = -grass)
--with-libgrass=%p/lib/grass-6.0 (%type_raw[-grass] = .) --with-grass=no
--without-python --with-geotiff=internal --with-hdf4=no --without-ogdi
(%type_raw[-nopgsql] = -nopgsql) --without-pg (%type_raw[-nopgsql] = .)
--with-pg=%p/bin/pg_config --without-mysql --with-geos --with-static-proj4=%p
+ConfigureParams: --mandir='${prefix}/share/man' --with-local=%p
(%type_raw[-grass] = -grass) --with-grass=%p (%type_raw[-grass] = -grass)
--with-libgrass=%p/lib/grass-6.0 (%type_raw[-grass] = .) --with-grass=no
--without-python --with-geotiff=internal --with-hdf4=no --with-ogdi=%p
(%type_raw[-nopgsql] = -nopgsql) --without-pg (%type_raw[-nopgsql] = .)
--with-pg=%p/bin/pg_config --without-mysql --with-geos --with-static-proj4=%p
CompileScript: <<
#!/bin/sh -xe
./configure %c
@@ -104,14 +107,15 @@
<<
DescPackaging: <<
+--with-ogdi is enabled since 1.2.6-5.
+Python support is added since 1.2.6-4 as another package.
+--with-geos is enabled since 1.2.6-1.
+
Previous versions of this package were maintained by Matt Stephenson
<[EMAIL PROTECTED]> and Blair Zajac <[EMAIL PROTECTED]>.
<<
DescPort: <<
-
---with-geos is enabled since 1.2.6-1.
-
The large number of gdal include files are moved into their own
subdirectory and gdal-conf has been patched to have the correct
include file path. - Now successfully builds without this patch, though.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits