[SCM] mapserver branch, ubuntu/lucid, updated. upstream/6.2.0-51-g5682ba8

Jerome Villeneuve Larouche jlarouche at mapgears.com
Wed Jun 12 17:48:01 UTC 2013


The following commit has been merged in the ubuntu/lucid branch:
commit 6b5365fba50358f2ce6d831e5243b1b9d494da15
Author: Jerome Villeneuve Larouche <jlarouche at mapgears.com>
Date:   Thu Feb 7 14:24:58 2013 +0000

    Added SVG Support

diff --git a/debian/changelog b/debian/changelog
index 56a44a3..4051231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (6.2.0-3~lucid4) lucid; urgency=high
+
+  * Added SVG support
+
+ -- Jerome Villeneuve Larouche <jlarouche at mapgears.com>  Thu, 07 Feb 2013 09:10:12 -0500
+
 mapserver (6.2.0-3~lucid3) lucid; urgency=low
 
   * Updated control to use proj >=4.8.0
diff --git a/debian/control b/debian/control
index 7b97640..6d765ea 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8), libcurl4-gnutls-dev, libpng-dev, zlib1g-dev (>=
  ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
  sharutils, libsdl1.2-dev, libfreetype6-dev, chrpath,
  libfcgi-dev, libxml2-dev, libogdi3.2-dev, libxslt1-dev, libpam0g-dev, libreadline-dev, 
- libfribidi-dev, libedit-dev, libepsilon-dev, libcairo2-dev
+ libfribidi-dev, libedit-dev, libepsilon-dev, libcairo2-dev, libsvg-cairo
 Build-Conflicts: libcurl3-openssl-dev
 Homepage: http://www.mapserver.org
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/mapserver.git
diff --git a/debian/rules b/debian/rules
index be2fd30..42aafdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,8 @@ COMMON_CONFIG=	--prefix=/usr \
 		--with-fastcgi \
 		--with-agg \
 		--with-php \
-		--with-cairo
+		--with-cairo \
+		--with-libsvg-cairo
 
 rstoptions=--stylesheet=mapscript.css --link-stylesheet 
 

-- 
Mapserver



More information about the Pkg-grass-devel mailing list