Browse Source

xganim: removing xganim from Makefile and other places (following https://trac.osgeo.org/grass/changeset/58484)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58487 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 11 years ago
parent
commit
1797fb90bd

+ 0 - 5
REQUIREMENTS.html

@@ -122,11 +122,6 @@ Server, <b>Mesa-3.x</b> (openGL clone) may be required for wxNVIZ<br>
 <a href="http://www.unixodbc.org">http://www.unixodbc.org</a>
 </li>
 
-<li><b>Motif or Lesstif libraries</b> (for the "xganim" <!-- and ogl3d -->
-module)<br>
-<a href="http://www.lesstif.org">http://www.lesstif.org</a>
-</li>
-
 <li><b>R language</b> (for the R statistical language interface)<br>
 <a href="http://cran.r-project.org">http://cran.r-project.org</a>
 </li>

+ 1 - 2
macosx/pkg/resources/ReadMe.rtf

@@ -117,7 +117,6 @@ See the GRASS {\field{\*\fldinst{HYPERLINK "http://grass.itc.it/statsgrass/grass
 \b MPEG\
 
 \b0 \
-There are a few different ways to create animations in GRASS.  xganim animates a series of rasters on the fly, and is useful for a quick check of an animation, but it requires Motif or Lesstif in X11 and this package may not include it.  There is a TclTk version of xganim in the TclTk GUI.\
 \
 The OGSF GRASS library can be built with mpeg support using the ffmpeg libraries, this is used only in NVIZ.  ffmpeg is a difficult one to build on any platform because it is in constant flux, and none of the binaries available include the libraries.  Without ffmpeg, NVIZ can only generate a series of images which can then be run through any mpeg program.  This package may have ffmpeg support.\
 \
@@ -172,4 +171,4 @@ This program is free software under the GNU General Public License (>=v2).\
 {\field{\*\fldinst{HYPERLINK "http://www.kyngchaos.com"}}{\fldrslt 
 \fs28 http://www.kyngchaos.com/}}
 \fs28 \
-}
+}

+ 0 - 1
man/build_html.py

@@ -201,7 +201,6 @@ r""" ]
 <tr><td>&nbsp;&nbsp;<a href="full_index.html#v">v.*</a> </td><td>vector commands</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="wxGUI.Nviz.html">nviz</a> </td><td>visualization suite</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="wxGUI.html">wxGUI</a> </td><td>wxPython-based GUI frontend</td></tr>
-<tr><td>&nbsp;&nbsp;<a href="xganim.html">xganim</a> </td><td>raster map slideshow</td></tr>
 </table>
 """
 #"

+ 0 - 3
man/build_rest.py

@@ -85,7 +85,6 @@ Display/Graphical User Interfaces
         Display commands manual <display>
         Display drivers <displaydrivers>
         nviz 3D visualization and animation tool <wxGUI.Nviz>
-        xganim tool for animating a raster map series <xganim>
 
 
 Raster and 3D raster processing
@@ -218,8 +217,6 @@ r"""
 +-----------------------------+-------------------------------+
 |`wxGUI <wxGUI.html>`_        | `wxPython-based GUI frontend` |
 +-----------------------------+-------------------------------+
-|`xganim <xganim.html>`_      | `raster map slideshow`        |
-+-----------------------------+-------------------------------+
 
 """
 

+ 0 - 2
tools/module_synopsis.sh

@@ -247,7 +247,6 @@ sed -i -e 's+\(a href="\)\([^#\.h]\)+\1../../grass64/manuals/html64_user/\2+'
   <li> v.* - <a href="#v">vector</a> commands
   <li> <a href="wxGUI.html">wxGUI</a> - GUI frontend (wxPython)
   <li> <a href="nviz.html">NVIZ</a> - <i>n</i>-dimensional visualization suite
-  <li> <a href="xganim.html">xganim</a> - raster map slideshow viewer
 EOF
 
 
@@ -388,7 +387,6 @@ cat << EOF > "${TMP}.tex"
 \item [v.{*}]vector commands
 \item [wxGUI]GUI frontend (wxPython)
 \item [NVIZ]$n$-dimensional visualization suite
-\item [xganim]raster map slideshow viewer
 EOF
 
 

+ 1 - 1
visualization/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ..
 
-SUBDIRS = xganim \
+SUBDIRS = \
 	ximgview \
 	wximgview