Commit graph

16 commits

Author SHA1 Message Date
Charlie Sharpsteen
588ef21702 libspatialite: Update devel to 4.0.0
Going to keep stable at 3.0.1 until [QGIS][1] and [GDAL][2] can handle the 4.x series.

  [1]: http://lists.osgeo.org/pipermail/qgis-developer/2012-November/023522.html
  [2]: https://groups.google.com/d/msg/spatialite-users/7S6gphsl3Gg/eG8ESdZATawJ
2012-12-04 20:05:58 -08:00
Charlie Sharpsteen
b4befaf35f Clean up lib path searching for Spatialite
Anything linking against SpatiaLite also needs to use Homebrew's SQLite so that
loadable extensions are enabled along with RTree indices.

This commit cleans up several formulae to use the specific `opt/sqlite/lib`
prefix rather than `HOMEBREW_PREFIX/lib` and also adds this searching to
`gdal`.

However, this hack is getting a little large. The best fix would probably be to
flag SQLite as `keg_only` so that lib path munging is handled automagically for
everything with a dependency tree that includes SQLite.
2012-11-11 12:47:44 -08:00
Charlie Sharpsteen
4c9564d8e3 libspatialite: Add --devel build
Now tracking the 4.0 release candidates.
2012-09-05 11:23:40 -07:00
Charlie Sharpsteen
efe89bc033 libspatialite: Remove ENV.Os as it is default
No need to force optimization level to `-Os` as this is the default that
Homebrew starts from.
2012-09-05 11:23:22 -07:00
Mike McQuaid
7b606f25ab libspatialite: fix SHA1 and option. 2012-09-04 19:44:42 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Charlie Sharpsteen
5972893fdb libspatialite: Use non-amalgamated version
The amalgamated version of SpatiaLite, which includes its own copy of SQLite,
is depreciated and will be discontinued in the near future:

  https://groups.google.com/d/msg/spatialite-users/ZQcEx30p1W8/mi5Gvzlht7wJ
2012-05-07 11:37:36 -07:00
Charlie Sharpsteen
01deaa5051 Use stable urls for all Gaia-SINS projects
Ammend links for freexl, libspatialite, librasterlite, libgaiagraphics and
spatialite-tools to point at the archives rather than the front page.

The front page link breaks when new releases are made.
2012-05-05 10:23:21 -07:00
Charlie Sharpsteen
80fca8bc56 libspatialite: Update to 3.0.1
Adds new dependency on FreeXL for importing data from Excel spreadsheets. This
can be disabled via a new `--without-freexl` option.
2012-01-08 15:00:09 -08:00
Dane Springmeyer
37b3265cde SQLite: Use minimal optimization
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc.
This issue also affects SpatiaLite.

Closes Homebrew/homebrew#8584.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-14 14:48:56 -08:00
Tom MacWright
dbafa12a1c Spatialite 2.4.0-rc5 - libspatialite and spatialite-tools
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25 08:18:18 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Kashif Rasul
c3df841fc9 Updated formula: libspatialite and spatialite-tools to 2.4.0-rc4
libspatialite:
* completely refactored CSV/TXT reader
* now supporting KML and GML geometry output [AsKML(), AsGml()]
* introduced a new SQL function supporting easy WGS84 POINTs filtering: PtDistWithin()
* fixed several memory leaks (mainly related with the new WKT parser introduced in RC-3)
* fixed some bugs
* major updates to the build scripts
* update: SQLite v.3.7.3 [introducing Geometry Callbacks support: RTreeIntersects(), RTreeWithin(), RTreeContains(), RTreeDistWithin()]

spatialite-tools
* for the sake of clarity the spatialite_osm tool has been renamed as spatialite_osm_net
* new CLI tool: spatialite_osm_raw
* major updates to the build scripts

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-19 06:18:14 -08:00
Kashif Rasul
bacfadb7d0 Updated libspatialite and spatialite-tools
Added version tag and removed the initialization database since
libspatialite now supports self initialization.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-24 09:27:58 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
kashif
bd8ff83bad New formula: libspatialite
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Reformatted a bit.
2010-04-02 10:20:57 -07:00