[gdal] 02/06: Enable WebP image format support.

Bas Couwenberg sebastic at xs4all.nl
Fri Mar 7 22:41:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository gdal.

commit 5c55ae1364536fc45768cc5f8c016e4ca0c40c88
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 7 14:34:42 2014 +0100

    Enable WebP image format support.
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 debian/rules     | 1 +
 3 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0d05fa4..429c279 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gdal (1.10.1+dfsg-4) UNRELEASED; urgency=medium
 
   * Add libcurl-ssl-dev as alternative to libcurl4-gnutls-dev.
     (closes: #741015)
+  * Enable WebP image format support.
+    (closes: #741004)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 07 Mar 2014 14:29:56 +0100
 
diff --git a/debian/control b/debian/control
index 0744d79..ee967df 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
                libpng-dev,
                libjpeg-dev,
                libgif-dev,
+               libwebp-dev,
                libhdf4-alt-dev,
                libhdf5-dev (>= 1.8.8),
                libpq-dev,
@@ -120,6 +121,7 @@ Depends: libgdal1h (= ${binary:Version}),
          libpng-dev,
          libjpeg-dev,
          libgif-dev,
+         libwebp-dev,
          libhdf4-alt-dev,
          libhdf5-dev,
          libpq-dev,
diff --git a/debian/rules b/debian/rules
index 75d5c7b..4c5d517 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,6 +81,7 @@ override_dh_auto_configure:
 			--with-rename-internal-libgeotiff-symbols=yes \
 			--with-libtiff=internal \
 			--with-geotiff=internal \
+			--with-webp \
 			--with-jasper \
 			--with-netcdf \
 			--with-xerces \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git



More information about the Pkg-grass-devel mailing list