Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2016 10:43:40 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409866 - in head/graphics/qgis: . files
Message-ID:  <201603011043.u21AheKR037810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Mar  1 10:43:40 2016
New Revision: 409866
URL: https://svnweb.freebsd.org/changeset/ports/409866

Log:
  Update to 2.14.0
  
  PR:		207551
  Submitted by:	Rainer Hurling <rhurlin at gwdg.de> (maintainer)

Added:
  head/graphics/qgis/files/patch-debian_qgis.desktop   (contents, props changed)
Deleted:
  head/graphics/qgis/files/patch-python_plugins_processing_algs_saga_CMakeLists.txt
  head/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
Modified:
  head/graphics/qgis/Makefile
  head/graphics/qgis/distinfo
  head/graphics/qgis/pkg-plist

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Tue Mar  1 10:43:22 2016	(r409865)
+++ head/graphics/qgis/Makefile	Tue Mar  1 10:43:40 2016	(r409866)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qgis
-PORTVERSION=	2.12.3
+PORTVERSION=	2.14.0
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin@gwdg.de
@@ -23,13 +23,14 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 
 USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME:tu}
-GH_TAGNAME=	99ac688
+GH_TAGNAME=	654fabd
 
-USES=		cpe bison cmake execinfo fortran gmake python sqlite
+USES=		cpe bison cmake desktop-file-utils execinfo fortran gmake python sqlite
 USE_QT4=	gui svg xml network sql designer testlib linguist_build \
 		qmake_build moc_build rcc_build uic_build
 
 USE_LDCONFIG=	yes
+ICON_SIZES=	8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512
 
 OPTIONS_DEFINE=		PYTHON POSTGIS GRASS SERVER
 OPTIONS_GROUP=		DEVELOPER
@@ -68,7 +69,10 @@ POSTGIS_LIB_DEPENDS=	liblwgeom.so:${PORT
 POSTGIS_CMAKE_ON=	-DWITH_POSTGRESQL:BOOL=TRUE
 POSTGIS_CMAKE_OFF=	-DWITH_POSTGRESQL:BOOL=FALSE
 
-PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
+PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:${PORTSDIR}/math/py-matplotlib \
+			${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:${PORTSDIR}/devel/py-mock \
+			${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:${PORTSDIR}/devel/py-pip \
+			${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
 			${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.5:${PORTSDIR}/x11-toolkits/py-qt4-gui \
 			${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5:${PORTSDIR}/net/py-qt4-network \
 			${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \
@@ -76,9 +80,13 @@ PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPR
 			${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \
 			${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \
 			${PYTHON_PKGNAMEPREFIX}sip>=4.14.6:${PORTSDIR}/devel/py-sip \
-			${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3
+			${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 \
+			${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml
 PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:${PORTSDIR}/graphics/py-gdal \
+			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:${PORTSDIR}/math/py-matplotlib \
+			${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:${PORTSDIR}/devel/py-mock \
 			${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy \
+			${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:${PORTSDIR}/devel/py-pip \
 			${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:${PORTSDIR}/databases/py-psycopg2 \
 			${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite \
 			${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
@@ -89,7 +97,8 @@ PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREF
 			${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \
 			${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.11.1:${PORTSDIR}/www/py-qt4-webkit \
 			${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \
-			${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3
+			${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 \
+			${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml
 PYTHON_CMAKE_ON=	-DWITH_BINDINGS:BOOL=TRUE
 PYTHON_CMAKE_OFF=	-DWITH_BINDINGS:BOOL=FALSE
 
@@ -126,4 +135,20 @@ pre-patch:
 		${WRKSRC}/src/server/CMakeLists.txt
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' ${WRKSRC}/debian/${PORTNAME}.desktop
+	@${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' ${WRKSRC}/debian/${PORTNAME}.desktop
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor
+.for SZ in ${ICON_SIZES}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps
+	${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}-icon${SZ}x${SZ}.png \
+		${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png
+.endfor
+
 .include <bsd.port.mk>

Modified: head/graphics/qgis/distinfo
==============================================================================
--- head/graphics/qgis/distinfo	Tue Mar  1 10:43:22 2016	(r409865)
+++ head/graphics/qgis/distinfo	Tue Mar  1 10:43:40 2016	(r409866)
@@ -1,2 +1,2 @@
-SHA256 (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 550fc21c7a8c4b7a5f1997fdfcc338916a880050a94eee792218c61a12a7fd9e
-SIZE (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 80834484
+SHA256 (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = b60e168cc14f279d9d6e4376e1e4906aaf684f3a66f827e69aed29502bc6efbd
+SIZE (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = 89968339

Added: head/graphics/qgis/files/patch-debian_qgis.desktop
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/qgis/files/patch-debian_qgis.desktop	Tue Mar  1 10:43:40 2016	(r409866)
@@ -0,0 +1,12 @@
+--- debian/qgis.desktop.orig	2016-02-26 12:23:48 UTC
++++ debian/qgis.desktop
+@@ -1,7 +1,9 @@
+ [Desktop Entry]
++Encoding=UTF-8
+ Type=Application
+ Name=QGIS Desktop
+ Version=1.0
++Comment=Quantum GIS Desktop
+ GenericName=Geographic Information System
+ GenericName[ar]=نظام المعلومات الجغرافي
+ GenericName[az]=Coğrafi informasiya sistemi

Modified: head/graphics/qgis/pkg-plist
==============================================================================
--- head/graphics/qgis/pkg-plist	Tue Mar  1 10:43:22 2016	(r409865)
+++ head/graphics/qgis/pkg-plist	Tue Mar  1 10:43:40 2016	(r409866)
@@ -28,6 +28,8 @@ include/qgis/qgis.h
 include/qgis/qgisgui.h
 include/qgis/qgisinterface.h
 include/qgis/qgisplugin.h
+include/qgis/qgs25drenderer.h
+include/qgis/qgs25drendererwidget.h
 include/qgis/qgsabstractgeometryv2.h
 include/qgis/qgsactionmenu.h
 include/qgis/qgsaddremoveitemcommand.h
@@ -164,6 +166,7 @@ include/qgis/qgscontrastenhancement.h
 include/qgis/qgscontrastenhancementfunction.h
 include/qgis/qgscoordinatereferencesystem.h
 include/qgis/qgscoordinatetransform.h
+include/qgis/qgscoordinateutils.h
 include/qgis/qgscptcityarchive.h
 include/qgis/qgscptcitycolorrampv2dialog.h
 include/qgis/qgscredentialdialog.h
@@ -209,6 +212,7 @@ include/qgis/qgsdoublespinbox.h
 %%CUSTOMWIDGETS%%include/qgis/qgsdoublespinboxplugin.h
 include/qgis/qgsdualview.h
 include/qgis/qgsdummyconfigdlg.h
+include/qgis/qgseditformconfig.h
 include/qgis/qgseditorconfigwidget.h
 include/qgis/qgseditorwidgetconfig.h
 include/qgis/qgseditorwidgetfactory.h
@@ -228,14 +232,21 @@ include/qgis/qgsexception.h
 include/qgis/qgsexpression.h
 include/qgis/qgsexpressionbuilderdialog.h
 include/qgis/qgsexpressionbuilderwidget.h
+%%CUSTOMWIDGETS%%include/qgis/qgsexpressionbuilderwidgetplugin.h
 include/qgis/qgsexpressioncontext.h
 include/qgis/qgsexpressionfieldbuffer.h
 include/qgis/qgsexpressionhighlighter.h
 include/qgis/qgsexpressionselectiondialog.h
 include/qgis/qgsextentgroupbox.h
 %%CUSTOMWIDGETS%%include/qgis/qgsextentgroupboxplugin.h
+include/qgis/qgsexternalresourceconfigdlg.h
+include/qgis/qgsexternalresourcewidget.h
+include/qgis/qgsexternalresourcewidgetfactory.h
+%%CUSTOMWIDGETS%%include/qgis/qgsexternalresourcewidgetplugin.h
+include/qgis/qgsexternalresourcewidgetwrapper.h
 include/qgis/qgsfeature.h
 include/qgis/qgsfeature_p.h
+include/qgis/qgsfeaturefilterprovider.h
 include/qgis/qgsfeatureiterator.h
 include/qgis/qgsfeaturelistmodel.h
 include/qgis/qgsfeaturelistview.h
@@ -258,6 +269,8 @@ include/qgis/qgsfieldvalidator.h
 include/qgis/qgsfiledropedit.h
 include/qgis/qgsfilenamewidgetfactory.h
 include/qgis/qgsfilenamewidgetwrapper.h
+include/qgis/qgsfilewidget.h
+%%CUSTOMWIDGETS%%include/qgis/qgsfilewidgetplugin.h
 include/qgis/qgsfillsymbollayerv2.h
 include/qgis/qgsfilterlineedit.h
 %%CUSTOMWIDGETS%%include/qgis/qgsfilterlineeditplugin.h
@@ -268,6 +281,7 @@ include/qgis/qgsgenericprojectionselecto
 include/qgis/qgsgeometry.h
 include/qgis/qgsgeometryanalyzer.h
 include/qgis/qgsgeometrycache.h
+include/qgis/qgsgeometrygeneratorsymbollayerv2.h
 include/qgis/qgsgeometryvalidator.h
 include/qgis/qgsgloweffect.h
 include/qgis/qgsgml.h
@@ -284,6 +298,7 @@ include/qgis/qgsgraphbuilder.h
 include/qgis/qgsgraphbuilderintr.h
 include/qgis/qgsgraphdirector.h
 include/qgis/qgsgridfilewriter.h
+include/qgis/qgsgroupwmsdatadialog.h
 include/qgis/qgsheatmaprenderer.h
 include/qgis/qgsheatmaprendererwidget.h
 include/qgis/qgshiddenwidgetfactory.h
@@ -300,11 +315,14 @@ include/qgis/qgsidentifymenu.h
 include/qgis/qgsidwinterpolator.h
 include/qgis/qgsifeatureselectionmanager.h
 include/qgis/qgsimageoperation.h
+include/qgis/qgsindexedfeature.h
+include/qgis/qgsinternalgeometryengine.h
 include/qgis/qgsinterpolator.h
 include/qgis/qgsinvertedpolygonrenderer.h
 include/qgis/qgsinvertedpolygonrendererwidget.h
 include/qgis/qgslabel.h
 include/qgis/qgslabelattributes.h
+include/qgis/qgslabelfeature.h
 include/qgis/qgslabelingenginev2.h
 include/qgis/qgslabelsearchtree.h
 include/qgis/qgslayerdefinition.h
@@ -321,6 +339,7 @@ include/qgis/qgslayertreeutils.h
 include/qgis/qgslayertreeview.h
 include/qgis/qgslayertreeviewdefaultactions.h
 include/qgis/qgslegacyhelpers.h
+include/qgis/qgslegendfilterbutton.h
 include/qgis/qgslegendinterface.h
 include/qgis/qgslegendmodel.h
 include/qgis/qgslegendrenderer.h
@@ -340,6 +359,7 @@ include/qgis/qgsmapcanvasitem.h
 include/qgis/qgsmapcanvasmap.h
 include/qgis/qgsmapcanvassnapper.h
 include/qgis/qgsmapcanvassnappingutils.h
+include/qgis/qgsmapcanvastracer.h
 include/qgis/qgsmaphittest.h
 include/qgis/qgsmaplayer.h
 include/qgis/qgsmaplayeractionregistry.h
@@ -399,6 +419,7 @@ include/qgis/qgsobjectcustomproperties.h
 include/qgis/qgsofflineediting.h
 include/qgis/qgsogcutils.h
 include/qgis/qgsoptionsdialogbase.h
+include/qgis/qgsorderbydialog.h
 include/qgis/qgsosmbase.h
 include/qgis/qgsosmdatabase.h
 include/qgis/qgsosmdownload.h
@@ -413,7 +434,6 @@ include/qgis/qgspainteffectwidget.h
 include/qgis/qgspaintenginehack.h
 include/qgis/qgspalettedrasterrenderer.h
 include/qgis/qgspalettedrendererwidget.h
-include/qgis/qgspalgeometry.h
 include/qgis/qgspallabeling.h
 include/qgis/qgspaperitem.h
 include/qgis/qgspenstylecombobox.h
@@ -484,11 +504,9 @@ include/qgis/qgsrastertransparency.h
 include/qgis/qgsrasterviewport.h
 include/qgis/qgsrectangle.h
 include/qgis/qgsrelation.h
-include/qgis/qgsrelationadddlg.h
 include/qgis/qgsrelationeditorwidget.h
 %%CUSTOMWIDGETS%%include/qgis/qgsrelationeditorwidgetplugin.h
 include/qgis/qgsrelationmanager.h
-include/qgis/qgsrelationmanagerdialog.h
 include/qgis/qgsrelationreferenceconfigdlg.h
 include/qgis/qgsrelationreferencefactory.h
 include/qgis/qgsrelationreferencewidget.h
@@ -538,10 +556,12 @@ include/qgis/qgssnappingutils.h
 include/qgis/qgsspatialindex.h
 include/qgis/qgsspinbox.h
 %%CUSTOMWIDGETS%%include/qgis/qgsspinboxplugin.h
+include/qgis/qgssqlexpressioncompiler.h
 include/qgis/qgsstatisticalsummary.h
 include/qgis/qgsstringutils.h
 include/qgis/qgsstylev2.h
 include/qgis/qgsstylev2exportimportdialog.h
+include/qgis/qgsstylev2groupselectiondialog.h
 include/qgis/qgsstylev2managerdialog.h
 include/qgis/qgssublayersdialog.h
 include/qgis/qgssvgannotationitem.h
@@ -561,16 +581,20 @@ include/qgis/qgstextdiagram.h
 include/qgis/qgstexteditconfigdlg.h
 include/qgis/qgstexteditwidgetfactory.h
 include/qgis/qgstexteditwrapper.h
+include/qgis/qgstextlabelfeature.h
 include/qgis/qgsticksscalebarstyle.h
 include/qgis/qgstininterpolator.h
 include/qgis/qgstolerance.h
 include/qgis/qgstotalcurvaturefilter.h
+include/qgis/qgstracer.h
 include/qgis/qgstransaction.h
+include/qgis/qgstransactiongroup.h
 include/qgis/qgstransformeffect.h
 include/qgis/qgsuniquevaluesconfigdlg.h
 include/qgis/qgsuniquevaluewidgetfactory.h
 include/qgis/qgsuniquevaluewidgetwrapper.h
 include/qgis/qgsunitselectionwidget.h
+include/qgis/qgsunittypes.h
 include/qgis/qgsuserinputdockwidget.h
 include/qgis/qgsuuidwidgetfactory.h
 include/qgis/qgsuuidwidgetwrapper.h
@@ -615,6 +639,7 @@ include/qgis/qgswebviewconfigdlg.h
 include/qgis/qgswebviewwidgetfactory.h
 include/qgis/qgswebviewwidgetwrapper.h
 include/qgis/qgswidgetwrapper.h
+include/qgis/qgswkbptr.h
 include/qgis/qgswkbtypes.h
 include/qgis/qgsxmlutils.h
 include/qgis/qgszonalstatistics.h
@@ -631,21 +656,21 @@ include/qgis/ui_qgsprojectionselectorbas
 include/qgis/ui_qgsquerybuilderbase.h
 include/qgis/ui_qgssublayersdialogbase.h
 lib/libqgis_analysis.so
-lib/libqgis_analysis.so.2.12.3
+lib/libqgis_analysis.so.2.14.0
 lib/libqgis_app.so
-lib/libqgis_app.so.2.12.3
+lib/libqgis_app.so.2.14.0
 lib/libqgis_core.so
-lib/libqgis_core.so.2.12.3
+lib/libqgis_core.so.2.14.0
 lib/libqgis_gui.so
-lib/libqgis_gui.so.2.12.3
+lib/libqgis_gui.so.2.14.0
 lib/libqgis_networkanalysis.so
-lib/libqgis_networkanalysis.so.2.12.3
+lib/libqgis_networkanalysis.so.2.14.0
 %%SERVER%%lib/libqgis_server.so
-%%SERVER%%lib/libqgis_server.so.2.12.3
+%%SERVER%%lib/libqgis_server.so.2.14.0
 %%GRASS%%lib/libqgisgrass6.so
-%%GRASS%%lib/libqgisgrass6.so.2.12.3
+%%GRASS%%lib/libqgisgrass6.so.2.14.0
 %%PYTHON%%lib/libqgispython.so
-%%PYTHON%%lib/libqgispython.so.2.12.3
+%%PYTHON%%lib/libqgispython.so.2.14.0
 %%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py
 lib/qgis/crssync
 %%GRASS%%lib/qgis/grass/bin/qgis.g.browser6
@@ -683,21 +708,36 @@ lib/qgis/plugins/librasterterrainplugin.
 lib/qgis/plugins/libroadgraphplugin.so
 lib/qgis/plugins/libspatialiteprovider.so
 lib/qgis/plugins/libspatialqueryplugin.so
-%%POSTGIS%%lib/qgis/plugins/libspitplugin.so
 lib/qgis/plugins/libtopolplugin.so
+lib/qgis/plugins/libvirtuallayerprovider.so
 lib/qgis/plugins/libwcsprovider.so
 lib/qgis/plugins/libwfsprovider.so
 lib/qgis/plugins/libwmsprovider.so
 lib/qgis/plugins/libzonalstatisticsplugin.so
 lib/qgis/qgis_help
 %%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so
-%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.12.3
+%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.14.0
 man/man1/qbrowser.1.gz
 man/man1/qgis.1.gz
+share/applications/qgis.desktop
+share/icons/hicolor/128x128/apps/qgis.png
+share/icons/hicolor/16x16/apps/qgis.png
+share/icons/hicolor/192x192/apps/qgis.png
+share/icons/hicolor/22x22/apps/qgis.png
+share/icons/hicolor/24x24/apps/qgis.png
+share/icons/hicolor/256x256/apps/qgis.png
+share/icons/hicolor/32x32/apps/qgis.png
+share/icons/hicolor/36x36/apps/qgis.png
+share/icons/hicolor/42x42/apps/qgis.png
+share/icons/hicolor/48x48/apps/qgis.png
+share/icons/hicolor/512x512/apps/qgis.png
+share/icons/hicolor/64x64/apps/qgis.png
+share/icons/hicolor/72x72/apps/qgis.png
+share/icons/hicolor/80x80/apps/qgis.png
+share/icons/hicolor/8x8/apps/qgis.png
+share/icons/hicolor/96x96/apps/qgis.png
 %%DATADIR%%/FindQGIS.cmake
 %%DATADIR%%/doc/AUTHORS
-%%DATADIR%%/doc/CODING
-%%DATADIR%%/doc/CODING.html
 %%DATADIR%%/doc/CONTRIBUTORS
 %%DATADIR%%/doc/DONORS
 %%DATADIR%%/doc/INSTALL
@@ -1752,6 +1792,7 @@ man/man1/qgis.1.gz
 %%GRASS%%%%DATADIR%%/grass/scripts/r.external.all.py
 %%GRASS%%%%DATADIR%%/grass/scripts/v.out.ogr.pg.py
 %%DATADIR%%/i18n/qgis_ar.qm
+%%DATADIR%%/i18n/qgis_bg.qm
 %%DATADIR%%/i18n/qgis_bs.qm
 %%DATADIR%%/i18n/qgis_ca.qm
 %%DATADIR%%/i18n/qgis_cs.qm
@@ -1783,21 +1824,29 @@ man/man1/qgis.1.gz
 %%DATADIR%%/i18n/qgis_ru.qm
 %%DATADIR%%/i18n/qgis_sk.qm
 %%DATADIR%%/i18n/qgis_sl.qm
-%%DATADIR%%/i18n/qgis_sr.qm
 %%DATADIR%%/i18n/qgis_sr@latin.qm
 %%DATADIR%%/i18n/qgis_sv.qm
 %%DATADIR%%/i18n/qgis_tr.qm
 %%DATADIR%%/i18n/qgis_vi.qm
 %%DATADIR%%/i18n/qgis_zh-Hans.qm
-%%DATADIR%%/i18n/qgis_zh_CN.qm
-%%DATADIR%%/i18n/qgis_zh_TW.qm
+%%DATADIR%%/i18n/qgis_zh-Hant.qm
 %%DATADIR%%/images/icons/qbrowser-icon-60x60.png
 %%DATADIR%%/images/icons/qbrowser-icon.png
 %%DATADIR%%/images/icons/qgis-icon-1.8-60x60.png
 %%DATADIR%%/images/icons/qgis-icon-16x16.png
+%%DATADIR%%/images/icons/qgis-icon-16x16_xmas.png
 %%DATADIR%%/images/icons/qgis-icon-60x60.png
+%%DATADIR%%/images/icons/qgis-icon-60x60_xmas.png
 %%DATADIR%%/images/icons/qgis-icon.png
 %%DATADIR%%/images/icons/qgis-mime-icon.png
+%%PYTHON%%%%DATADIR%%/python/PyQt/Qsci.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtCore.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtGui.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtPrintSupport.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWebKit.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWebKitWidgets.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWidgets.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/__init__.py
 %%PYTHON%%%%DATADIR%%/python/console/__init__.py
 %%PYTHON%%%%DATADIR%%/python/console/console.py
 %%PYTHON%%%%DATADIR%%/python/console/console_compile_apis.py
@@ -1872,6 +1921,103 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/markupsafe/_speedups.c
 %%PYTHON%%%%DATADIR%%/python/markupsafe/_speedups.so
 %%PYTHON%%%%DATADIR%%/python/markupsafe/tests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/__main__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/backports/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/backports/ordereddict.py
+%%PYTHON%%%%DATADIR%%/python/nose2/collector.py
+%%PYTHON%%%%DATADIR%%/python/nose2/compat.py
+%%PYTHON%%%%DATADIR%%/python/nose2/config.py
+%%PYTHON%%%%DATADIR%%/python/nose2/events.py
+%%PYTHON%%%%DATADIR%%/python/nose2/exceptions.py
+%%PYTHON%%%%DATADIR%%/python/nose2/loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/main.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/attrib.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/buffer.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/collect.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/coverage.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/debugger.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/doctests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/dundertest.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/failfast.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/junitxml.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/layers.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/discovery.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/eggdiscovery.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/functions.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/generators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/loadtests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/parameters.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/testcases.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/testclasses.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/logcapture.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/mp.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/outcomes.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/printhooks.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/prof.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/testid.py
+%%PYTHON%%%%DATADIR%%/python/nose2/result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/runner.py
+%%PYTHON%%%%DATADIR%%/python/nose2/session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/sphinxext.py
+%%PYTHON%%%%DATADIR%%/python/nose2/suite.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/_common.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_attrib_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_collect_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_coverage.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_discovery_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_dundertest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_eggdiscovery_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_junitxml_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_layers_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_loading.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_loadtests_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_logcapture_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_main.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_mp_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_printhooks_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_such_dsl.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_util.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_attrib_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_buffer_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_collect_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_collector.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_config.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_debugger_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_doctest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_dundertest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_failfast.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_functions_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_generators_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_junitxml.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_layers_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_logcapture_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_mp_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_outcomes_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_params_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_plugin_api.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_printhooks_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_prof_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testcase_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testclass_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testid_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/params.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/such.py
+%%PYTHON%%%%DATADIR%%/python/nose2/util.py
 %%PYTHON%%%%DATADIR%%/python/owslib/__init__.py
 %%PYTHON%%%%DATADIR%%/python/owslib/coverage/__init__.py
 %%PYTHON%%%%DATADIR%%/python/owslib/coverage/wcs100.py
@@ -2068,6 +2214,13 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/plugin.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/resources_rc.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/connector.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/data_model.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/info_model.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/plugin.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/resources_rc.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/sql_dictionary.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_tree.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_add_geometry_column.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_create_constraint.py
@@ -2105,6 +2258,7 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/user.xpm
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/users.xpm
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/view.png
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/view_materialized.png
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/warning-20px.png
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/info_viewer.py
 %%PYTHON%%%%DATADIR%%/python/plugins/db_manager/layer_preview.py
@@ -2253,6 +2407,7 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/contour.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/extractprojection.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/fillnodata.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdal2tiles.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdal2xyz.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdaladdo.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdalcalc.py
@@ -2278,6 +2433,7 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/proximity.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize_over.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/retile.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rgb2pct.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/roughness.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/sieve.py
@@ -2377,7 +2533,8 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stats.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sum.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sun.txt
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.datetime.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.position.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.area.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.contour.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.gauss.txt
@@ -2538,7 +2695,8 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.extract.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sum.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sun.txt
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.datetime.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.position.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.area.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.contour.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.gauss.txt
@@ -2574,6 +2732,26 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.lidar.growing.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.mkgrid.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.neighbors.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.alloc.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.allpairs.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.arcs.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.articulation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.bridge.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.centrality.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.components.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.connect.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.connectivity.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.distance.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.flow.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.iso.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.nodes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.nreport.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.path.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.report.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.salesman.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.spanningtree.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.steiner.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.visibility.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.normal.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.out.dxf.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.out.pov.txt
@@ -2603,8 +2781,28 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.transform.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.univar.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.voronoi.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_alloc.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_allpairs.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_arcs.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_articulation.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_bridge.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_components.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_connect.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_connectivity.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_distance.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_flow.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_iso.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_nodes.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_path.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_salesman.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_steiner.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_visibility.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/grass7.txt
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/nviz7.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/help/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/help/qgis.yaml
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/LidarToolsAlgorithmProvider.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/__init__.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/ASCII2DTM.py
@@ -2615,6 +2813,7 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/CloudMetrics.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/Cover.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/Csv2Grid.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/DTM2TIF.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/FilterData.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/FirstLastReturn.py
@@ -2706,234 +2905,243 @@ man/man1/qgis.1.gz
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/OTBSpecific_XMLLoading.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/OTBUtils.py
 %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/__init__.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BandMath.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-closing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-dilate.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-erode.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-opening.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ClassificationMapRegularization.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-continuous.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-custom.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-image.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-optimal.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/CompareImages.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-OneEntry.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-TwoEntries.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConcatenateImages.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConcatenateVectorData.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-gradient.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-sobel.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-touzi.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ExtractROI-standard.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/FusionOfClassifications-dempstershafer.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/FusionOfClassifications-majorityvoting.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-closing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-dilate.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-erode.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-opening.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/HaralickTextureExtraction.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/HooverCompareSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ImageClassifier.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ImageEnvelope.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/KMeansClassification.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/KmzExport.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSSmallRegionsMerging.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSVectorization.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LineSegmentDetection.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LocalStatisticExtraction.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/MultivariateAlterationDetector.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OpticalCalibration.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-bayes.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-lmvm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-rcs.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RadiometricIndices.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ReadImageInfo.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Rescale.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/SOMClassification.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-cc.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-edison.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-gaussian.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-mean.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/SplitImage.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/StereoFramework.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Superimpose.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TileFusion.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BandMath.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-closing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-dilate.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-erode.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-opening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BlockMatching.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BundleToPerfectSensor.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ClassificationMapRegularization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-continuous.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-custom.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-image.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-optimal.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/CompareImages.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-raster.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-vector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeImagesStatistics.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-OneEntry.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-TwoEntries.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputePolylineFeatureFromImage.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConcatenateImages.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConcatenateVectorData.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConnectedComponentSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Convert.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConvertCartoToGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConvertSensorToGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DEMConvert.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DSFuzzyModelEstimation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-ica.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-maf.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-napca.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-pca.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DisparityMapToElevationMap.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DownloadSRTMTiles.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-gradient.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-sobel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-touzi.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI-fit.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI-standard.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FineRegistration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-dempstershafer.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-majorityvoting.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GeneratePlyFile.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GenerateRPCSensorModel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-closing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-dilate.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-erode.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-opening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GridBasedImageResampling.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HaralickTextureExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HomologousPointsExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HooverCompareSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HyperspectralUnmixing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageEnvelope.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageSVMClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/KMeansClassification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/KmzExport.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSSmallRegionsMerging.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSVectorization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LineSegmentDetection.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LocalStatisticExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MaximumAutocorrelationFactor.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSmoothing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MultiResolutionPyramid.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MultivariateAlterationDetector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OSMDownloader.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ObtainUTMZoneFromGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OpticalCalibration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-epsg.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-fit-to-ortho.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-lambert-WGS84.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-utm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-bayes.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-lmvm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-rcs.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/PixelValue.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Quicklook.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RadiometricIndices.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RadiometricVegetationIndices.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Rasterization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ReadImageInfo.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RefineSensorModel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Rescale.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-id.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-rotation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-translation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SFSTextureExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SOMClassification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SarRadiometricCalibration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-cc.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-edison.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-meanshift.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-mprofiles.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-watershed.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-anidif.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-gaussian.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-mean.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SplitImage.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoFramework.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoRectificationGridGenerator.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoSensorModelToElevationMap.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Superimpose.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TestApplication.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TileFusion.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-ann.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-bayes.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-boost.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-dt.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-gbt.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-knn.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-libsvm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-rf.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-svm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainSVMImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ValidateSVMImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataDSValidation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataExtractROIApplication.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataReprojection.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataSetField.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataTransform.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VertexComponentAnalysis.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/WatershedSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/WatershedSegmentationVector.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BandMath.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BandMathX.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-closing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-dilate.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-erode.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-opening.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ClassificationMapRegularization.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-continuous.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-custom.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-optimal.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/CompareImages.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-raster.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-vector.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeImagesStatistics.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-OneEntry.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-TwoEntries.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeOGRLayersFeaturesStatistics.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputePolylineFeatureFromImage.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateImages.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateVectorData.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConnectedComponentSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Convert.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DEMConvert.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-frost.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-lee.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-ica.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-maf.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-napca.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-pca.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-gradient.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-sobel.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-touzi.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-fit.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-standard.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-dempstershafer.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-majorityvoting.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-closing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-dilate.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-erode.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-opening.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/HaralickTextureExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/HooverCompareSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ImageClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ImageEnvelope.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/KMeansClassification.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/KmzExport.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSSmallRegionsMerging.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSVectorization.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LineSegmentDetection.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LocalStatisticExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/MeanShiftSmoothing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/MultivariateAlterationDetector.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OGRLayerClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OpticalCalibration.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-epsg.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-fit-to-ortho.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-lambert-WGS84.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-utm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-bayes.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-lmvm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-rcs.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RadiometricIndices.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-manual.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ReadImageInfo.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rescale.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-id.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-rotation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-translation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SFSTextureExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SOMClassification.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-cc.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-edison.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-meanshift.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-mprofiles.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-watershed.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-anidif.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-gaussian.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-mean.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SplitImage.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/StereoFramework.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Superimpose.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TileFusion.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-ann.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-bayes.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-boost.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-dt.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-gbt.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-knn.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-libsvm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-rf.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-svm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainOGRLayersClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataExtractROI.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-user.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataTransform.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMath.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMathX.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-closing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-dilate.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-erode.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-opening.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BlockMatching.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BundleToPerfectSensor.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ClassificationMapRegularization.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-continuous.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-custom.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-image.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-optimal.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/CompareImages.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-raster.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-vector.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeImagesStatistics.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeOGRLayersFeaturesStatistics.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputePolylineFeatureFromImage.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateImages.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateVectorData.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConnectedComponentSegmentation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Convert.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertCartoToGeoPoint.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertSensorToGeoPoint.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DEMConvert.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DSFuzzyModelEstimation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-frost.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-lee.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-ica.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-maf.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-napca.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-pca.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DisparityMapToElevationMap.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DownloadSRTMTiles.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-gradient.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-sobel.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-touzi.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-fit.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-standard.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/FineRegistration.html

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603011043.u21AheKR037810>