--- crystalspace-1.4.0~svn32686.orig/debian/README +++ crystalspace-1.4.0~svn32686/debian/README @@ -0,0 +1,6 @@ +The Debian Package crystalspace +---------------------------- + +No comment + +Christian Bayle , Fri, 16 Nov 2001 01:02:10 +0100 --- crystalspace-1.4.0~svn32686.orig/debian/control +++ crystalspace-1.4.0~svn32686/debian/control @@ -0,0 +1,50 @@ +Source: crystalspace +Section: devel +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Games Team +Uploaders: Christian Bayle , Barry deFreese + +Build-Depends: python-support (>= 0.4), debhelper(>= 5), nasm (>= 0.98.08), + lib3ds-dev (>= 1.2.0), libogg-dev (>= 1.0rc2), libmikmod2-dev, + libvorbis-dev (>>1.0.0), docbook-to-man, libgl1-mesa-dev, zip, + libpng3-dev, libjpeg62-dev, libfreetype6-dev, zlib1g-dev, libode-dev, + libopenal-dev, libalut-dev, libcal3d-dev, swig, dh-buildinfo, flex, + bison, texinfo, doxygen, gs-common, glutg3-dev, libmng-dev, libsdl1.2-dev, + autoconf, libx11-dev, libxext-dev, libxxf86vm-dev, libcaca-dev, + libwxgtk2.8-dev, libcegui-mk2-dev, jam, quilt +Standards-Version: 3.8.2 +Homepage: http://www.crystalspace3d.org +Vcs-Git: git://git.debian.org/git/pkg-games/crystalspace.git + +Package: crystalspace +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends} +Suggests: crystalspace-doc, crystalspace-dev +Description: Multiplatform 3D Game Development Kit + Crystal Space is a free 3D game toolkit. It can be used for a variety + of 3D visualization tasks. Many people will probably be interested in using + Crystal Space as the basis of a 3D game, for which it is well suited. + It is divided in a main package containing engine, a dev package + containing dev related utilities, a doc package containing extended html + documentation. + +Package: crystalspace-dev +Architecture: any +Depends: crystalspace (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Multiplatform 3D Game Development Kit dev files + Crystal Space is a free 3D game toolkit. It can be used for a variety + of 3D visualization tasks. Many people will probably be interested in using + Crystal Space as the basis of a 3D game, for which it is well suited. + This dev part contains dev utilities, like tools to create levels, and + a config utility. + +Package: crystalspace-doc +Section: doc +Architecture: all +Description: Multiplatform 3D Game Development Kit Documentation + Crystal Space is a free 3D game toolkit. It can be used for a variety + of 3D visualization tasks. Many people will probably be interested in using + Crystal Space as the basis of a 3D game, for which it is well suited. + This doc part contains an extended html documentation, describing the engine, + API documentation, and a dev tutorial. --- crystalspace-1.4.0~svn32686.orig/debian/automan +++ crystalspace-1.4.0~svn32686/debian/automan @@ -0,0 +1,266 @@ +# ! /bin/sh +CURDIR=$1 +PACKAGES="crystalspace" +BINTYPE="bin" + +#============================================================================= +gensgml(){ +DATE="`date '+%m %d %Y'`" +SHORTDESC="" +SEEALSO="Web Documentation" + +cat <<-FIN +Christian"> + Bayle"> + + $DATE"> + $SECTION"> + bayle@aist.enst.fr"> + + $PACKAGE"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + $VERYSHORTDESC + + + + + &dhpackage; +FIN + +[ "$TYPE"=="Standart" ] && gensgmlopt $1 + +cat <<-FIN + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage;$SHORTDESC + + + + OPTIONS + + These programs follow the usual command line syntax, + with options starting with a dash ('-'). A summary of + options is included below. + + +FIN + +echo "" +[ "$TYPE" == "Standart" ] && gensgmloptdsc $1 +[ "$TYPE" != "Standart" ] && gensgmloptnodsc $1 + +cat <<-FIN + + + SEE ALSO + + $SEEALSO + + The programs are also documented in + The Crystal Space Jump-Start Page available + in the crystalspace-doc Package + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation + License, Version 1.1 or any later version published by the Free + Software Foundation; with no Invariant Sections, no Front-Cover + Texts and no Back-Cover Texts. + + +
+ + +FIN +} +#============================================================================= +gensgmlopt(){ + cat $1 | grep "^. *-" | sed 's/^. *\(-.[^ ]*\).*/\1/' | while read opt + do + echo -n "" + done +} +#============================================================================= +gensgmloptdsc(){ + export variablelistflag="closed" + cat $1 | while read line + do + case $line in + [A-Z]*) + [ "$variablelistflag" != "closed" ] && echo "" && variablelistflag="closed" + echo "$line" + ;; + -*=*) + [ "$variablelistflag" != "open" ] && echo "" && variablelistflag="open" + echo $line | sed 's|\(-.[^=]*=\)<\(.[^>]*\)>.[ ]*\(.*\)$|\ + \ + \ + \ + \ + \ + \3\ + \ + |' + ;; + -*) + [ "$variablelistflag" != "open" ] && echo "" && variablelistflag="open" + echo $line | sed 's|\(-.[^ ]*\).[ ]*\(.*\)$|\ + \ + \ + \ + \ + \ + \2\ + \ + |' + ;; + esac + done + + #[ "$variablelistflag" != "closed" ] && echo "" && variablelistflag="closed" + echo "" && variablelistflag="closed" +} +#============================================================================= +gensgmloptnodsc(){ + echo "" + cat $1 + echo "" +} +#============================================================================= +rm -f $CURDIR/debian/man/*.txt +#rm -f $CURDIR/debian/sgml/*.sgml* +[ ! -d $CURDIR/debian/man ] && mkdir $CURDIR/debian/man +for package in $PACKAGES +do + for bintype in $BINTYPE + do + [ -d $CURDIR/debian/$package/usr/$bintype/ ] && \ + for fullpathbin in $CURDIR/debian/$package/usr/$bintype/* + do + bin=`basename $fullpathbin` + export BINARYNAME="$bin" + export PACKAGE=`echo $package| tr '[a-z]' '[A-Z]'` + # SECTION=6 Games + # SECTION=1 Executable programs or shell commands + case $bintype in + bin) + export SECTION=1 + export VERYSHORTDESC="Crystalspace tool" + ;; + games) + export SECTION=6 + export VERYSHORTDESC="Crystalspace demonstration program" + ;; + esac + echo "Generating man for $bin section ($SECTION) package $PACKAGE" + cd $CURDIR + export CRYSTAL=$CURDIR/CS + case $bin in + vsh|cszoo) + export TYPE="No option" + echo "There is no option for this program" > $CURDIR/debian/man/$bin.txt + gensgml $CURDIR/debian/man/$bin.txt \ + 2>/dev/null \ + > $CURDIR/debian/man/$bin.sgml.$SECTION + ;; + cs-config|mdl2spr|partedit|md22spr|md32spr|3ds2lev|makedep|csfgen|map2cs|cspicview|nettut|unittest|phystut|levtool|maya2spr|milk2spr|python.cex|csbench|docconv|csdemo|lighter|csstartme|genmeshify|partconv) + export TYPE="Not standart" + echo "Not yet documented" > $CURDIR/debian/man/$bin.txt + gensgml $CURDIR/debian/man/$bin.txt \ + 2>/dev/null \ + > $CURDIR/debian/man/$bin.sgml.$SECTION + ;; + cslight|walktest) + #dirty hack because of font message + export TYPE="Standart" + cd CS; ./$bin -video=null -help | grep -v "^Font f" \ + > $CURDIR/debian/man/$bin.txt + gensgml $CURDIR/debian/man/$bin.txt \ + 2>/dev/null \ + > $CURDIR/debian/man/$bin.sgml.$SECTION + ;; + + *) + export TYPE="Standart" + cd CS; ./$bin -help \ + > $CURDIR/debian/man/$bin.txt + gensgml $CURDIR/debian/man/$bin.txt \ + 2>/dev/null \ + > $CURDIR/debian/man/$bin.sgml.$SECTION + ;; + esac + done + done +done +echo "Man generated" + --- crystalspace-1.4.0~svn32686.orig/debian/createmenus +++ crystalspace-1.4.0~svn32686/debian/createmenus @@ -0,0 +1,24 @@ +# !/bin/sh +CURDIR=$1 + +rm -f $CURDIR/debian/crystalspace.menu + +for videotype in software opengl +do + +cat >> $CURDIR/debian/crystalspace.menu <<-FIN +?package(crystalspace):needs="X11" \\ + section="Games/Tools" \\ + hints="Demos,$videotype" \\ + title="Walktest flarge $videotype" \\ + command="/usr/bin/walktest -relight -video=$videotype" \\ + icon="/usr/share/pixmaps/flarge.xpm" +?package(crystalspace):needs="X11" \\ + section="Games/Tools" \\ + hints="Demos,$videotype" \\ + title="Walktest partsys $videotype" \\ + command="/usr/bin/walktest -relight -video=$videotype partsys" \\ + icon="/usr/share/pixmaps/partsys.xpm" +FIN + +done --- crystalspace-1.4.0~svn32686.orig/debian/crystalspace.menu +++ crystalspace-1.4.0~svn32686/debian/crystalspace.menu @@ -0,0 +1,24 @@ +?package(crystalspace):needs="X11" \ + section="Games/Tools" \ + hints="Demos,software" \ + title="Walktest flarge software" \ + command="/usr/bin/walktest -relight -video=software" \ + icon="/usr/share/pixmaps/flarge.xpm" +?package(crystalspace):needs="X11" \ + section="Games/Tools" \ + hints="Demos,software" \ + title="Walktest partsys software" \ + command="/usr/bin/walktest -relight -video=software partsys" \ + icon="/usr/share/pixmaps/partsys.xpm" +?package(crystalspace):needs="X11" \ + section="Games/Tools" \ + hints="Demos,opengl" \ + title="Walktest flarge opengl" \ + command="/usr/bin/walktest -relight -video=opengl" \ + icon="/usr/share/pixmaps/flarge.xpm" +?package(crystalspace):needs="X11" \ + section="Games/Tools" \ + hints="Demos,opengl" \ + title="Walktest partsys opengl" \ + command="/usr/bin/walktest -relight -video=opengl partsys" \ + icon="/usr/share/pixmaps/partsys.xpm" --- crystalspace-1.4.0~svn32686.orig/debian/README.source +++ crystalspace-1.4.0~svn32686/debian/README.source @@ -0,0 +1,57 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. --- crystalspace-1.4.0~svn32686.orig/debian/README.Debian +++ crystalspace-1.4.0~svn32686/debian/README.Debian @@ -0,0 +1,9 @@ +crystalspace for Debian +----------------------- + +For this package there are data in ftp://sunsite.dk/projects/crystal/cs090/levels +Data package was done for 0.90, and will be done again, when I will find time + +To compile a single plugin you may use e.g: jam glshader_cg + + -- Christian Bayle , Fri, 16 Nov 2001 01:02:10 +0100 --- crystalspace-1.4.0~svn32686.orig/debian/changelog +++ crystalspace-1.4.0~svn32686/debian/changelog @@ -0,0 +1,493 @@ +crystalspace (1.4.0~svn32686-0ubuntu1) karmic; urgency=low + + * New upstream svn revision 32686. + + -- Devid Antonio Filoni Fri, 31 Jul 2009 17:11:52 +0200 + +crystalspace (1.4.0~svn32670-0ubuntu1) karmic; urgency=low + + * New upstream svn revision 32670. + * debian/rules: do not depend on excutable bit. + * debian/rules: update get-orig-source to generate a tarball from svn. + * Merge the following changes from Debian (thanks to Gonéri Le Bouder): + - build-depends on libode-dev instead of libode0-dev + - unfold the Build-Depends: field + - drop --enable-new-renderer since it doesn't exist anymore + - pass CFLAGS as a env var, config.mak is not sourced anymore during the + build + - sparc_defined_prev_in_CompareAndSet.diff: CompareAndSet doesn't return + an undef value on SPARC anymore + - atomicops_sparc.h uses some SPARCv9 instructions, add -Wa,-xarch=v8plus + to CFLAGS to be sure gcc accept them + - bump standard version to 3.8.2 + + -- Devid Antonio Filoni Tue, 28 Jul 2009 21:49:02 +0200 + +crystalspace (1.4~svn32365-0ubuntu1) karmic; urgency=low + + * New upstream svn revision 32365. + * debian/rules: don't use --without-java during build. + * debian/control: add jam to Build-Depends field. + * Update debian/patches/csstartme_startme_cfg_programs.diff patch. + + -- Devid Antonio Filoni Thu, 07 May 2009 17:08:11 +0200 + +crystalspace (1.2.1-1) unstable; urgency=low + + [ Barry deFreese ] + * New maintainer. + + Debian Games Team + + Keep Christian Bayle for collaboration. + * Add VCS tags. + * Acknowledge NMUs. + * Move from section games to section devel. + * Build without java for now. + * Changes taken from Ubuntu package: + + Thanks to Devid Filoni . + + Provide a get-orig-source target to do the repackaging. + + Add libcaca-dev, libwxgtk2.8-dev, libcegui-mk2-dev build-deps. + + Modify debian/rules to build in all architectures. + + debian/rules: remove build dir on clean. + + Fix extra-license-file lintian warning. + + debian/rules: adjust paths. + + + -- Barry deFreese Mon, 02 Mar 2009 10:17:34 -0500 + +crystalspace (1.2-20080206-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't build with no-long-double. (Closes: #471057). + + Thanks to Andres Mejia for the fix. + * Add watch file. + * Move DH_COMPAT from rules to debian/compat. + * Remove maintainer scripts, addmissing, and control-fr files. + * debian/copyright: Add license info for castle level. + * Remove arch checks to build on all archs. (Closes: #492920). + + Thanks to Devid Antonio Filoni for the diff. + + Should now build on kfreebsd as well. (Closes: #462326). + * Add get-orig-source target. + * Adjust build-depends. + + Change xlibmesa-gl-dev | libgl-dev to libgl1-mesa-dev. + + Add libcaca-dev, libwxgtk2.8-dev, libcegui-mk2-dev. + * Fix depends on -dev package. + + Change libc6-dev to ${shlibs:Depends}, ${misc:Depends}. + * Add Homepage stanza. + * Bump Standards Version to 3.8.0. + + Menu policy transition. + + -- Barry deFreese Thu, 13 Nov 2008 12:42:33 -0500 + +crystalspace (1.2-20080206-1) unstable; urgency=low + + * Control file make again crystalspace for any architecture though + it's only compiled for i386, amd64 and powerpc + + -- Christian Bayle Wed, 06 Feb 2008 22:55:03 +0100 + +crystalspace (1.2-20080112-1) unstable; urgency=low + + * Don't install man when there is no man + + -- Christian Bayle Sat, 12 Jan 2008 22:05:23 +0100 + +crystalspace (1.2-20080110-1) unstable; urgency=low + + * Set DEB_HOST_ARCH if not set so build options are taken in account + + -- Christian Bayle Thu, 10 Jan 2008 22:44:40 +0100 + +crystalspace (1.2-20080109-1) unstable; urgency=low + + * Don't move an unexisting file that was causing FTBFS (Closes: #459748) + * Remove DH_COMPAT=4 to be coherent with debhelper version in control file + (Closes: #457935) + + -- Christian Bayle Wed, 09 Jan 2008 22:53:24 +0100 + +crystalspace (1.2-20080000-1) unstable; urgency=low + + * Only make binary for i386, amd64 and powerpc (Closes: #358545) + + -- Christian Bayle Wed, 19 Dec 2007 22:41:38 +0100 + +crystalspace (1.2-20072611-1) unstable; urgency=low + + * New upstream release + * Limit support to i386, amd64 and powerpc, supporting all arch is far too + complex given all the dependancies + This should reduce FTBFS (Closes: #358545) and (Closes: #430229) + like this package should not be removed (CLoses: #456927) + + -- Christian Bayle Mon, 26 Nov 2007 23:48:58 +0100 + +crystalspace (1.0-20070508-1) unstable; urgency=low + + * First upstream stable version (Closes: #400884) + * Fix FTBFS: lack of libcrystalspace.a... (Closes: #358545) + * Fix FTBFS: path problem (Closes: #399843) + * Do not know how to convert to IEEE floats, fixed upstream (Closes: #358044) + * Changed python dependancy for python-support (Closes: #380792) + * Renamed startme to csstartme (Closes: #401421) filename namespace pollution + + -- Christian Bayle Mon, 7 May 2007 21:18:42 +0200 + +crystalspace (0.99-20060125-2) unstable; urgency=low + + * added build-depends on libalut-dev (Closes: #359292) + * Applied patch FTBFS: Unmatched in regex (Closes: #359255) + + -- Christian Bayle Wed, 5 Apr 2006 23:26:39 +0200 + +crystalspace (0.99-20060125-1) unstable; urgency=low + + * change build-deps to xlibmesa-gl-dev | libgl-dev (Closes: #331573) + * solved FTBFS: amd64: -fPIC missing (Closes: #254680) + * solved FTBFS: Error with soft3d.csplugin (Closes: #290100) + * solved FTBFS: build-depends on removed xlibs-dev (Closes: #346653) + changed with libx11-dev, libxext-dev, libxxf86vm-dev, x-dev + * update to very last CVS (Closes: #344874) + * crystalspace is not anymore a native package (Closes: #294037)(Closes: #348297) + * solved upstream: Cannot load freetype2 font server plug-in (Closes: #263014) + + -- Christian Bayle Wed, 18 Jan 2006 22:27:26 +0100 + +crystalspace (0.98-20040623-2.1) unstable; urgency=high + + * NMU + * Urgency high because of RC bugfix + * Added autoconf to Build-Depends so the _modified_ configure.ac is actually + compiled, to get proper paths for the Python files (Closes: bug#266287) + + -- Esteban Manchado Velázquez Wed, 8 Sep 2004 12:39:48 +0100 + +crystalspace (0.98-20040623-2) unstable; urgency=low + + * Corrected make disclean that was making fail most autobuild + + -- Christian Bayle Thu, 24 Jun 2004 23:01:26 +0200 + +crystalspace (0.98-20040623-1) unstable; urgency=low + + * New Upstream, should close FTBFS or at least change the way it fails, + for this reason (Closes: bug#254684)(Closes: bug#255614) + * Changed dependancy taking in account "res" comments + * Added -fPIC for amd64 (Closes: bug#254680) + * Removed (At least I tried) -I/usr/local/include (Closes: bug#216805) + + -- Christian Bayle Thu, 24 Jun 2004 01:09:34 +0200 + +crystalspace (0.96-20030912-7) unstable; urgency=low + + * Removed support of libode an lib3ds for s390 + + -- Christian Bayle Sat, 18 Oct 2003 23:41:20 +0200 + +crystalspace (0.96-20030912-6) unstable; urgency=low + + * Removed swigpygen + * Build internal libs with -fPIC on ia64 + + -- Christian Bayle Sat, 18 Oct 2003 17:57:24 +0200 + +crystalspace (0.96-20030912-5) unstable; urgency=low + + * Removed support for lib3ds for ia64 since there is no dynamic + version of lib3ds that makes fail build on ia64 since a static + lib compiled without -fPIC can't be linked in a dynamic lib + compiled with -fPIC (Closes: bug#216275) + * Removed python plugin support for s390 and powerpc because of + broken swig or g++ + + -- Christian Bayle Fri, 17 Oct 2003 21:51:55 +0200 + +crystalspace (0.96-20030912-4) unstable; urgency=low + + * Insert dh_buildinfo to get info at autobuid as + adviced by Yann Dirson http://ydirson.free.fr/en/software/buildinfo.html + + -- Christian Bayle Fri, 17 Oct 2003 15:10:18 +0200 + +crystalspace (0.96-20030912-3) unstable; urgency=low + + * Move the place where swipythgen is done + * Now depends on swig1.3 instead of swig + + -- Christian Bayle Thu, 16 Oct 2003 20:08:39 +0200 + +crystalspace (0.96-20030912-2) unstable; urgency=low + + * Added a dependancy on swig and make swigpygen + * Corrected a typo not to build lib3ds stuffs on hppa + * Removed blocks from menu (this is not part of CS cvs now) + + -- Christian Bayle Wed, 15 Oct 2003 21:11:16 +0200 + +crystalspace (0.96-20030912-1) unstable; urgency=low + + * Go to a new cvs snapshot, compatible with VOS packaging + * CS is under heavy developpment and it's difficult to get a version + available for all software using it, last release is rather old now + I will try to find good snapshot date to get Planeshift work with + this CS version. + + -- Christian Bayle Tue, 14 Oct 2003 23:27:04 +0200 + +crystalspace (0.96-20030714-2) unstable; urgency=low + + * Stupid error in configure options + + -- Christian Bayle Mon, 14 Jul 2003 21:02:15 +0200 + +crystalspace (0.96-20030714-1) unstable; urgency=low + + * New build from fresh cvs + + -- Christian Bayle Wed, 9 Jul 2003 21:48:09 +0200 + +crystalspace (0.96-20030609-5) unstable; urgency=low + + * Removed support for lib3ds and libode on hppa and alpha + This always to try to (Closes: bug#198921) + + -- Christian Bayle Mon, 14 Jul 2003 03:53:01 +0200 + +crystalspace (0.96-20030609-4) unstable; urgency=low + + * Readd 3ds support, since I NMUed lib3ds to compile with -fPIC on hppa + and alpha, hope this will (Closes: bug#198921) + * Don't try to rmdir a symlink (Closes: bug#198776) + + -- Christian Bayle Wed, 9 Jul 2003 18:13:05 +0200 + +crystalspace (0.96-20030609-3) unstable; urgency=low + + * Added a symlink test before rmdir (Closes: bug#198776) + + -- Christian Bayle Wed, 25 Jun 2003 23:22:02 +0200 + +crystalspace (0.96-20030609-2) unstable; urgency=low + + * Remove 3ds support that make hppa FTBS should (Closes: bug#188916) + * Correct an error when try to move a non existant file (Closes: bug#197570) + + -- Christian Bayle Tue, 24 Jun 2003 21:52:56 +0200 + +crystalspace (0.96-20030609-1) unstable; urgency=low + + * Try to compile all with -fPIC for hppa should (Closes: bug#188916) + + -- Christian Bayle Mon, 9 Jun 2003 14:32:27 +0200 + +crystalspace (0.96-20030205-5) unstable; urgency=low + + * Recompile against libvorbis0a (Closes: bug#185600) + * Compile static libs without -fPIC (Closes: bug#183778) + + -- Christian Bayle Fri, 28 Mar 2003 17:06:30 +0100 + +crystalspace (0.96-20030205-4) unstable; urgency=low + + * Hope to fix the remaining mixture of PIC and non PIC for build on hppa + + -- Christian Bayle Thu, 27 Feb 2003 21:46:28 +0100 + +crystalspace (0.96-20030205-3) unstable; urgency=low + + * CFLAGS += -fsigned-char for build failure on arm (Closes: bug#181222) + Thanks to Julien Moine (speedblue@debian.org) + * Compile even static lib with -fPIC to solve other build failure + until upstream support for dynamic libs should (Closes: bug#182253) + + -- Christian Bayle Wed, 26 Feb 2003 23:22:33 +0100 + +crystalspace (0.96-20030205-2) unstable; urgency=low + + * New upstream version from R0_96 branch (Closes: bug#180419) + * -fno-rtti and -fno-exceptions removed from cs-config (Closes: bug#147818) + * Fails to build on hppa made obsolete by new upstream (Closes: bug#146076) + will have to be reopen with more info if this fails again + * Isomap re-added (Closes: bug#178464) + * Added new targets in rules, not completly satisfying, should be better in + next upstream (Closes: bug#179528) + * Moved config files in /etc and added proper symlink + * Added a build dependancy on libode-dev + * Now build static lib without -fPIC to respect policy + + -- Christian Bayle Sat, 22 Feb 2003 21:10:42 +0100 + +crystalspace (0.94-20020502-4) unstable; urgency=low + + * Integrate NMU changes upstream (Next time please, when you NMU + send a patch, thanks) + * Failed to build from source patch (Closes: bug#174969) + * Renaming zoo in cszoo for name conflic with /usr/bin/zoo + (Closes: bug#170536) + * Added script/cs-config files (Closes: bug#157234) + + -- Christian Bayle Sun, 12 Jan 2003 18:43:36 +0100 + +crystalspace (0.94-20020502-3.1) unstable; urgency=low + + * NMU to fix breakage caused by libvorbis0 split. + + -- Christopher L Cheney Mon, 29 Jul 2002 23:00:00 -0500 + +crystalspace (0.95-20020813) unstable; urgency=low + + * Updates to make compilation easier with recent CVS + + -- Peter Amstutz Tue, 13 Aug 2002 08:31:56 +0100 + +crystalspace (0.94-20020502-3) unstable; urgency=low + + * Added support for HPPA and M68K in arch.sh commited upstream + this should (Closes: bug#146076) and (Closes: bug#146688), please reopen + in case of problem + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.94-20020502-2) unstable; urgency=low + + * Upstream change, should solve ia64 compile problems (CLoses: bug#145631) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.94-20020502-1) unstable; urgency=low + + * New snapshot + * Updated description in control file (Closes: bug#145225) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.94-20020412-3) unstable; urgency=low + + * I completly missed version numbering to 2001 instead of 2002 + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.94-20020412-2) unstable; urgency=low + + * Make compile with -fPIC, this solve compile problems + on ia64 (Closes: bug#142633) + * Made a change in upstream plugins/net/driver/ensocket/inet.h + size_t is now socklen_t to try to correct autobuilder failure on s390. + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.94-20020412-1) unstable; urgency=low + + * Added suggested changes proposed by Gerhard Tonn + to support s390 (Closes: bug#142404) + * Renaming picview in cspicview because of name conflict with picview + package (Closes: bug#141198) + * New upstream + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-8) unstable; urgency=low + + * Changed svgalibg1-dev dependancy to try to get autobuilders happy + * I won't upload package daily when everything will compile on + all platforms (Closes: bug#140851) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-7) unstable; urgency=low + + * Changed version dependency on lib3ds-dev + * Repeating Automan correction/improvment (Closes: bug#140793) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-6) unstable; urgency=low + + * Section changes in control file + * Added dependancy on zlib1g (Closes: bug#140649) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-5) unstable; urgency=low + + * Repeating First upload (CLoses: bug#120691) + * Removed csdemo from demos menus (Closes: bug#140508) + * Added dependancy on on svgalib1 (Closes: bug#140510) + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-4) unstable; urgency=low + + * Automan correction/improvment + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020318-3) unstable; urgency=low + + * Added dependency on zip, libpng, libjpeg62 + svgalibg1, python2.1, libfreetype6, lib3ds + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020315-2) unstable; urgency=low + + * Added dependency on xlibmesa + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.93-20020315-1) unstable; urgency=low + + * First upload (CLoses: bug#120691) + * Fix cs-config from Loic Dachary + * Cleanup in rules and createmenus + * Added Missing .cfg files from Loic + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.92-1) unstable; urgency=low + + * Made i386 only, no i[4-6]86 optimization + * CVS Daily Packaging + + -- Christian Bayle Wed, 13 Feb 2002 08:31:56 +0100 + +crystalspace (0.90-5) unstable; urgency=low + + * Added hints in menu + * Added missing build dependencies + * Force compiling with i386 + + -- Christian Bayle Mon, 3 Dec 2001 17:52:23 +0100 + +crystalspace (0.90-4) unstable; urgency=low + + * Policy Cleaning + * -Moved demos binaries to /usr/games + * -Moved dev binary to /usr/bin + * -Moved includes to /usr/include/crystalspace + * Added man generator (Not all binaries yet) + * Added menus for software or opengl rendering + + -- Christian Bayle Mon, 26 Nov 2001 10:22:33 +0100 + +crystalspace (0.90-3) unstable; urgency=low + + * Made better distribution of files beetween main and demos packages + * Added demos and data packages + + -- Christian Bayle Wed, 21 Nov 2001 15:16:07 +0100 + +crystalspace (0.90-2) unstable; urgency=low + + * Added more appli in menus + + -- Christian Bayle Mon, 19 Nov 2001 22:35:02 +0100 + +crystalspace (0.90-1) unstable; urgency=low + + * Initial Release. + + -- Christian Bayle Tue, 20 Nov 2001 21:49:31 +0100 + +Local variables: +mode: debian-changelog +End: --- crystalspace-1.4.0~svn32686.orig/debian/copyright +++ crystalspace-1.4.0~svn32686/debian/copyright @@ -0,0 +1,30 @@ +This is crystalspace package, maintained by Christian Bayle +on Fri, 16 Nov 2001 01:02:10 +0100. + +The original source can always be found at: + http://www.crystalspace3d.org/ + +Copyright (C) 2001 + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/LGPL*; + if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +------------------------------------------------------------------------------ + +License of /usr/share/crystalspace-*/data/maps/castle/ + + The castle level was made by Anders Wisur (anders.wisur@gmail.com). + The license of the level and textures is the Creative Commons by-sa license: + http://creativecommons.org/licenses/by-sa/2.5 --- crystalspace-1.4.0~svn32686.orig/debian/rules +++ crystalspace-1.4.0~svn32686/debian/rules @@ -0,0 +1,279 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 by Joey Hess. +# +# This version is for a hypothetical package that builds an +# architecture-dependant package, as well as an architecture-independent +# package. + +include /usr/share/quilt/quilt.make + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +VERSION = 1.4.0 +REVISION = 32686 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +#export DH_COMPAT=5 +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# Force -fPIC as compiling/linking option +CFLAGS = -Wall -g -fPIC + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +ifeq ($(DEB_HOST_ARCH),ia64) + CONFFLAG = --without-lib3ds --without-libode +endif +ifeq ($(DEB_HOST_ARCH),hppa) + CONFFLAG = --without-lib3ds --without-libode +endif +ifeq ($(DEB_HOST_ARCH),s390) + CONFFLAG = --without-lib3ds --without-libode +endif +ifeq ($(DEB_HOST_ARCH),amd64) + CONFFLAG = --without-lib3ds --without-libode +endif +#PYTHON = --without-python +CPUOPTIM = --enable-cpu-specific-optimizations=no +CONFDIR = --prefix=/usr --sysconfdir=/etc +#JAVA = --without-java + +# Add here commands to compile the package. +# For arm, powerpc, s390 and SPARC +ifeq ($(DEB_HOST_ARCH),arm) + CFLAGS += -fsigned-char +endif +ifeq ($(DEB_HOST_ARCH),powerpc) + CFLAGS += -fsigned-char +endif +ifeq ($(DEB_HOST_ARCH),s390) + CFLAGS += -fsigned-char +endif +ifeq ($(DEB_HOST_ARCH),hppa) + CFLAGS += -fsigned-char +endif +ifeq ($(DEB_HOST_ARCH),sparc) + CFLAGS += -Wa,-xarch=v8plus +endif +export CXXFLAGS = $(CFLAGS) + +configure: configure-stamp +configure-stamp: + dh_testdir + # Autobuild debugging stuff + dh_buildinfo generate cat + # Add here commands to configure the package. + # Activate all plugins + # @@@ FIXME: This does not handle plugins protected by ifeq/ifneq. + #perl -pi -e "s/^#PLUGINS/PLUGINS/" $(CURDIR)/CS/mk/user.mak + # Temp remove of render3d renderers + #perl -pi -e "s/^PLUGINS(.*render3.*$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak + #perl -pi -e "s/^PLUGINS(.*glshader_cg$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak + # Temp? remove of cslua + #perl -pi -e "s/^PLUGINS(.*cslua.*$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak + # Temp? remove of openal + #perl -pi -e "s/^PLUGINS(.*openal.*$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak + # Remove broken support of python because of swig or g++ on s390 and powerpc +ifeq ($(DEB_HOST_ARCH),s390) + perl -pi -e "s/^PLUGINS(.*cspython.*$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak +endif +ifeq ($(DEB_HOST_ARCH),powerpc) + perl -pi -e "s/^PLUGINS(.*cspython.*$$)/#PLUGINS\1/" $(CURDIR)/CS/mk/user.mak +endif + find $(CURDIR)/CS -name .cvsignore | xargs rm -f + # --disable-qsqrt was added for a gcc3.2 bug + # then removed and I had to replace with cs_cv_cxx_qsqrt_ok=no ./configure + # then a correct test was added in configure + # this is adding #define CS_NO_QSQRT in CS/include/volatile.h + # Don't support until this is dynamic lib + # --enable-meta-info-embedding was by default before (enbed .csplugin info) + perl -pi -e "s:\[crystal\]:\[crystalspace\]:" $(CURDIR)/CS/configure.ac + cd CS; sh bin/autogen.sh ; cs_cv_prog_cxx_local_include=no sh configure $(CONFDIR) $(CPUOPTIM) $(PYTHON) $(CONFFLAG) $(JAVA) + + # Install as much as possible + #perl -pi -e "s/#TO_INSTALL/TO_INSTALL/" $(CURDIR)/CS/cache.mak + # Creating menus + sh $(CURDIR)/debian/createmenus $(CURDIR) + + touch configure-stamp + +#Architecture +build: build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: patch configure-stamp + + + + # Compile static libs without -fPIC (except for ia64, amd64, hppa and alpha) +#ifneq ($(DEB_HOST_ARCH),amd64) +#ifneq ($(DEB_HOST_ARCH),ia64) +#ifneq ($(DEB_HOST_ARCH),hppa) +#ifneq ($(DEB_HOST_ARCH),alpha) +# cd $(CURDIR)/CS; $(MAKE) libs +#endif +#endif +#endif + # Make dynamic version of libs + # not yet usable + #cd $(CURDIR)/CS; $(MAKE) libs USE_SHARED_LIBS=yes + # Build the rest + # Blocks is not anymore in CS CVS + # Ok this is rather dirty but i didn't find where to put this for blocks (only for dyn lib in fact) + #echo "LIBS.EXE += -lz" >> $(CURDIR)/CS/config.mak + cd $(CURDIR)/CS; $(MAKE) all + # should be too something like this $(MAKE) all USE_SHARED_LIBS=yes + +build-indep: build-indep-stamp +build-indep-stamp: configure-stamp + + # Add here commands to compile the indep part of the package. + #$(MAKE) doc + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ -f $(CURDIR)/CS/Makefile ] && (cd $(CURDIR)/CS; $(MAKE) distclean) || true + -rm -f $(CURDIR)/CS/*.dbg + + dh_clean + +DEVBIN=map2cs mdl2spr vsh cs-config 3ds2lev csfgen cslight maya2spr md32spr milk2spr python.cex tbconvert + +install: install-indep install-arch +install-indep: + + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + # Add here commands to install the indep part of the package into + # debian/-doc. + #INSTALLDOC# + cd CS; DESTDIR=$(CURDIR)/debian/crystalspace-doc $(MAKE) install_doc + rm -f $(CURDIR)/debian/crystalspace-doc/usr/share/doc/crystalspace*/LICENSE* + +install-arch: + dh_testdir + dh_testroot + dh_clean -k -a + dh_installdirs -a + + # Add here commands to install the package into debian/crystalspace. + cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_bin install_lib install_plugin install_data install_config + + cd CS; DESTDIR=$(CURDIR)/debian/crystalspace-dev $(MAKE) install_include + + # Let's fix some things + #chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/python/tutor*.py + chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/perl5/perlsimp.pl + -rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/castle/license.txt + #[ ! -d $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/flarge/factories ] && \ + # cp -r $(CURDIR)/CS/data/flarge/factories \ + # $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/flarge + -rm -f $(CURDIR)/debian/crystalspace/usr/bin/*.dbg + -rm -f $(CURDIR)/debian/crystalspace/usr/lib/crystalspace*/*.dbg + -rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/python/_cspace.so.dbg + -rm -rf $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/build + + # Rename to generic binary + [ -f $(CURDIR)/debian/crystalspace/usr/bin/startme ] && \ + mv $(CURDIR)/debian/crystalspace/usr/bin/startme \ + $(CURDIR)/debian/crystalspace/usr/bin/csstartme || true + + # Calculate ligths + #cd $(CURDIR)/CS ; ./cslight -video=null \ + # $(CURDIR)/debian/crystalspace/usr/share/crystalspace/data/maps/flarge/ + + # Adding home made xpm + mkdir -p $(CURDIR)/debian/crystalspace/usr/share/pixmaps + cp $(CURDIR)/debian/xpm/*.xpm \ + $(CURDIR)/debian/crystalspace/usr/share/pixmaps + + # Autogenerate man + sh $(CURDIR)/debian/automan $(CURDIR) + $(CURDIR)/debian/rules man + rm -f $(CURDIR)/debian/man/*.sgml.? +# dh_installman -p crystalspace-demos $(CURDIR)/debian/man/*.6 +# dh_installman -p crystalspace-dev $(CURDIR)/debian/man/*.1 + [ -f $(CURDIR)/debian/man/walktest.1 ] && \ + dh_installman -p crystalspace $(CURDIR)/debian/man/*.1 || true + +%.xpm: %.jpg + convert -size 32x32 $< $@ + mogrify -format xpm -geometry 32x32 -map /usr/share/pixmaps/cmap.xpm $@ + +man: $(subst .sgml,, $(wildcard $(CURDIR)/debian/man/*.sgml*)) +%.1: %.sgml.1 + @echo "Creating $(notdir $@)" + @docbook-to-man $< > $@ +%.6: %.sgml.6 + @echo "Creating $(notdir $@)" + @docbook-to-man $< > $@ + +# Must not depend on anything. This is to be called by +# binary-arch/binary-multi +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + # Autobuild debugging stuffs + dh_buildinfo install + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit + dh_installcron +# dh_installmanpages + dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_pysupport + dh_installdeb +# dh_perl + #dh_shlibdeps -l$(CURDIR)/debian/usr/lib/crystalspace/lib + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb +# Build architecture independant packages using the common target. +binary-indep: build-indep install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +get-orig-source: + @cd $(CURDIR); \ + svn co -r ${REVISION} https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.4 \ + crystalspace-${VERSION}~svn${REVISION}/CS; \ + tar --exclude=*.svn -cf ../crystalspace_${VERSION}~svn${REVISION}.orig.tar crystalspace-${VERSION}~svn${REVISION}; \ + rm -rf crystalspace-${VERSION}~svn${REVISION}; \ + gzip -9nf ../crystalspace_${VERSION}~svn${REVISION}.orig.tar; + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure --- crystalspace-1.4.0~svn32686.orig/debian/watch +++ crystalspace-1.4.0~svn32686/debian/watch @@ -0,0 +1,5 @@ +version=3 + +http://www.crystalspace3d.org/main/Download \ + http://www.crystalspace3d.org/downloads/release/crystalspace-src-([\d.]+)\.tar\.gz + --- crystalspace-1.4.0~svn32686.orig/debian/compat +++ crystalspace-1.4.0~svn32686/debian/compat @@ -0,0 +1 @@ +5 --- crystalspace-1.4.0~svn32686.orig/debian/xpm/partsys.xpm +++ crystalspace-1.4.0~svn32686/debian/xpm/partsys.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *partsys[] = { +/* columns rows colors chars-per-pixel */ +"32 32 11 1", +" c #191919191919", +". c gray20", +"X c #000000007F7F", +"o c #7F7F00000000", +"O c #7F7F00007F7F", +"+ c #7F7F7F7F0000", +"@ c #4C4C4C4C4C4C", +"# c #666666666767", +"$ c gray50", +"% c red", +"& c gray60", +/* pixels */ +"@#$#+#%$$%$+&OO+$$%&$##$+#$%$#o&", +"#+%$##+#$o#$%$$#O$$$#$%$%##+#+%$", +"##++$+$%+#%$&#$#$####%#%#+$##%$+", +"%$#O%##$$$$+$#%$O$$%#+###$%#####", +"+$###+O+$+OO$##$$$$%##+#+$$++##+", +"##%+@#$##++#%#O$#%###+##$o###o+O", +"o#@@@oo@@.o..##O###@o@@oo@@o@@@o", +"@..@..@. ... .@##OO.... .. ...@", +"..... ... . O##@#@. .. . ....", +"..... ........#O@O@......o......", +"..o . .....o.@#OO#@..o....... o.", +" ..@...@. ....@XO@@.... . ......", +"......o.......@@X@@.....o.......", +"..............X.@XX.............", +"...+...@..+. ..O@OO..+.........+", +".......... ....OO......... .....", +"...@...........OO.......... ....", +".....@...o .....@....@...o......", +" ....+......... o............ ..", +"...............................+", +"....o.........oo@.......+.......", +"o....@........X@O.X...........o.", +"....... ......@@@@@.. ... . ....", +"..... .. ....@O@O@. .o. . . ...", +"+@@o@@o#O+@+#oO$O###O+##@@o#@o#@", +"@+#$#+o$+$#O#$+$+##%+O+o#+$o+#$#", +"###%$$$#$o%$#$$O$$O$####%#+$%#%#", +"%#+$+%$++$$$#%$#+O&+$O+$&$O+$##+", +"%+&%$$#$%&$O$$%$$$$%+$O&$$$+#$%$", +"&$$&%$$%$&&+%&&+O+&$$&$%$%$$+#+$", +"$$$+#$$+%&$$$$&&O+$%%&%#%&%&%+$%", +"&%$%$&%&$$+&%&%&$$&&$&&$+$$&&$$&" +}; --- crystalspace-1.4.0~svn32686.orig/debian/xpm/flarge.xpm +++ crystalspace-1.4.0~svn32686/debian/xpm/flarge.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *flarge[] = { +/* columns rows colors chars-per-pixel */ +"32 32 11 1", +" c #191919191919", +". c gray20", +"X c #7F7F00000000", +"o c #7F7F00007F7F", +"O c #7F7F7F7F0000", +"+ c #4C4C4C4C4C4C", +"@ c #666666666767", +"# c gray50", +"$ c red", +"% c gray60", +"& c #B2B2B2B2B2B2", +/* pixels */ +".@@+O++O++O++O++@@@XO++O@@#@O+X@", +"O++X.+++@O@@+.O#O@O#@@##@X#O@@O+", +"#+O++OX+X@X@@@@####@O#@##@###@@@", +"@#@@+@@@#@@@@OX@O+@X.+X+O+X@@O@#", +"@@@@@@@#O@@#@#O@+XO@+@O@#O++@+X@", +"++OX+X+O+@+O+X+. ...X@#%##@OO@@@", +"#O+@+++OX@+@+ . .. O#OO##o+O@O", +"@++@O@+@##O%O .@##$%O###@@", +"@@X@+O++O++OO X .@##%%#O#%#O", +"O@+O@@++.+@@+ ...XO@#O@@#X@#", +"#%#@@$##+@@#. .. .+O++O@##@O#", +"%O@@##O#O+XO+X. .. ##X#%#OOOo#", +"Oo@@OooO@@O@+X. . @O@@O$####$", +"O#@OO@#O##@@. . #####%##O##", +"##@##O@@$O#O+ X .. .O@O#OO##O#O", +"#O#X@@@#####O.. . .XX##@%%#%####", +"##OoX#@++XO#O . %O#%O%%%#O#", +"O#@O#O#O#@+@+ . ..@####O###O#", +"%##@@@#%#@O@+...X ...+O#O$##@Oo#", +"#@@++O@@@O@@+X .+..O+$%#&%%O@#@O", +"XO@@@X#O@@##+...+++X.@##%O%XXO%#", +"#######%@OX#@XO.....+#O@##@#####", +"%%O@++@#@XO@+.+XO....@@@O@@O#OO#", +"#X@@O++O@#@@++@@+.+OO+O+X@#X@#X#", +"O@++O@+O++XO+@O@@OO#X@O@#@@@O@++", +"+XX+@@+++O@@O@#Xo@#X#@@@O@#OoOO@", +"@O+@#@@+##@@@@O#O#%#O@O@@O@o@O@@", +"@#++X@O+X#@O#@@#O@O###%O##@O###+", +"X@@@#O##Oo####%#%#%$O%%%%%%&%%O#", +"@++O+@O#@@O#$%O#%#%%%#%$%O#O$%##", +"+O++@@@@O##O#OO@#OO+#@@O$#%###%%", +"++++O@$#####@@oO##%OO%%O%#%%O#XO" +}; --- crystalspace-1.4.0~svn32686.orig/debian/xpm/blocks.xpm +++ crystalspace-1.4.0~svn32686/debian/xpm/blocks.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char *blocks[] = { +/* columns rows colors chars-per-pixel */ +"32 32 18 1", +" c black", +". c #191919191919", +"X c gray20", +"o c #000000007F7F", +"O c #00007F7F7F7F", +"+ c #7F7F00000000", +"@ c #7F7F00007F7F", +"# c #7F7F7F7F0000", +"$ c #4C4C4C4C4C4C", +"% c #666666666767", +"& c gray50", +"* c blue", +"= c cyan", +"- c red", +"; c gray60", +": c #B2B2B2B2B2B2", +"> c gray80", +", c gray90", +/* pixels */ +";=;:=:O$%%;:>==,>,>=;&+%$;:=;O:=", +"*;=:*;%%@&;:=,>=>=>=:&%%%&=O=&;O", +";*:*=;@%%&:>>>==>>>O:;@&%&===O=O", +"=;:=;;%&%-:>>=,>=,=:>-&#%;;;;&=;", +"*;>**;@&&&;:=>,=,>,::&@&%:;==:=&", +"=;:;>=&%@%;:,>,>,>=:>@#%%;=;;O;O", +";&;==:;@%%:;:=>=>>=::&&&%:;=;&OO", +";*&;*;&%%&;>:::==,:::@-&;O;O==O:", +"OO;**;;&@&;:;=:>=:=:;&%&*:;=OO&O", +"O;=;&=O;&%;;;::*::*;&%&-%=O%&OOO", +"&O&&O:&&%&&;;=>;=;;;-&&%O;O=OO&O", +"O&O*O;*@%;-;:O>:;;&;;&%%&OO;&O&O", +"o&O&&*O&-&&;&;,>:=&:;@-%O&&OOOO%", +"%O&*O&&O%%%;&&>:>O:@;#&&&OO&O&OO", +"oOo&&O&&%-;;O;;%%;&;@&&&&O%O%O%O", +"O&&OO&*;%%%;;O@%oO;@&%%O&OO%OO%o", +"%*O:=O;&&+%&%:;*:*&%%%%;OO*O;O&O", +"O&=*;:**&%%&&=:;==&&$%@;=:O;OO;O", +";O*;*:;=&%@%&=;=;=;&%%&O&;OO&&O=", +"*;;;=;*;&@%%@:>=;:;&@%;;=;=;O=O&", +"=&;;;*:=;%@%&>:;=:;&$%&==;&;:O=;", +";;:*=:O:O%%%O:=;;=&%$@;OO;===&;O", +";*=*;*=:&%%$%;;::=%$#$&&;=&O;=O=", +"==;:=;**O%%+%&&@@*$%$%O==;=&=;O&", +":;*=;*;=*;O$%&&.$O%$$%O=&:::=O=&", +";:;;:=;:;&$$&>;%;>&$%O:;:==>;==:", +";;:;;;=;:%$$O:=:;=;$$&;======:;;", +"=:;=;=;:=%$$;>:%O:&$%O=;:>>:>=;=", +":::;==;;;=@XO>: %=&@$;==>=>,>:=:", +";=:::;:==:$X%>:%;;OX%OO:=:=,>==;", +"*=:==::*;O%o%;:=:O%$%;O&;:;=>=:=", +";:>*;:;;*&%%&O;*O&%%O;;=O:;=::O&" +}; --- crystalspace-1.4.0~svn32686.orig/debian/xpm/mdltest.xpm +++ crystalspace-1.4.0~svn32686/debian/xpm/mdltest.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *mdltest[] = { +/* columns rows colors chars-per-pixel */ +"32 32 13 1", +" c #191919191919", +". c gray20", +"X c #000000007F7F", +"o c #00007F7F0000", +"O c #00007F7F7F7F", +"+ c #7F7F00000000", +"@ c #7F7F7F7F0000", +"# c #4C4C4C4C4C4C", +"$ c #666666666767", +"% c gray50", +"& c blue", +"* c green", +"= c gray60", +/* pixels */ +"$@@$$#@##@.@$@@%%@%o@#.@# *%@%*%", +"###@@#$+.@ .$##@@$@#.#o...$@$@@#", +"@.@##@@#....@$#.#@#@.@o#o.@#$@#@", +"%#.#$$@$..@.#@.@@o$$#@#o@#%@@#o%", +"@#.@#$@$#$@@$@ @.o$%@o@$%*@$o#@$", +"$@..@.@$@%$$$# #.#@%@%=@@%%o.##o", +"##..@###@$$@+@+@@@@o%=%%%@@##.o$", +"@..#.+.@##@.+##@@$$@@oo@@#.@.o#@", +"#@...+#.@..+@.@@#@@@@@ @.@#@###o", +"# +.@#@.. @.+. .@@#... ...@#o##@", +"$#@##@.. .. .+.. .o. .@$@@O$@", +"@$@$$$@+..@..@.. ..#$@.+@#o$@@%$", +"$$@$#@@.@#..$@..@#+##.. @o#@%@$o", +"@..##.#@#@@.#.+#@#o.@..@##@#o$$$", +"###$@.@$@.o.@@@@%@@#...+@.o$$@@$", +"$@.@$#+@.@....#@@#+@@..@#@@%o$$o", +"@#@.###@@@##.@@..+@#o$.@@#@##@o#", +"$# .#++##o@... # ..$#.@#@#@...#", +"#...@.@..###.@@...+@$@ ..@... #o", +"+..@...#.@..@.......@#+@+..o.@#.", +"#..@.@#+.#o#$@#...@.#. .@@#.@.o#", +".....##@+@@##..@@...@# @#O@#.#.@", +"$#@.##@...##@.o#...@##..#@$@@..#", +"#@##@#...@. ##@##..@o#@.#$O@$#$@", +"#@o###. .@..@@@##..@. .o#.##@o$", +".....#@.#...+..o .@#@.....#X..##", +"##.#$O$.###..@...+@$.#O.#%O%###O", +".....$#$##$+@#.#..@$o%%%%O=OOO$#", +"....#$..###@#@@..+@#$$OO$&%%$O##", +"#.O$$$#O.##.@#@#@##@@O$#O$OO$XO$", +"$#$$$#.. ...#@#$$+@@###O#$$#$O%&", +"#.$#o..#....@..##.@##.##.#O##$$$" +}; --- crystalspace-1.4.0~svn32686.orig/debian/patches/sparc_defined_prev_in_CompareAndSet.diff +++ crystalspace-1.4.0~svn32686/debian/patches/sparc_defined_prev_in_CompareAndSet.diff @@ -0,0 +1,30 @@ +Index: crystalspace/CS/include/csutil/threading/atomicops_sparc.h +=================================================================== +--- crystalspace.orig/CS/include/csutil/threading/atomicops_sparc.h 2009-07-07 23:58:23.000000000 +0200 ++++ crystalspace/CS/include/csutil/threading/atomicops_sparc.h 2009-07-08 20:58:02.000000000 +0200 +@@ -47,16 +47,17 @@ + inline static int32 CompareAndSet (int32* target, int32 value, + int32 comparand) + { +- int32 prev; ++ int32_t prev; + +- __asm__ __volatile__ +- ( +- "cas [%1],%2,%0" +- : "+r" (value) +- : "r" (target), "r" (comparand) +- ); ++ //Based on g_atomic_pointer_compare_and_exchange() from ++ // glib 2.9.0 ++ __asm__ __volatile__ ++ ("cas [%4], %2, %0" ++ : "=r" (prev), "=m" (*target) ++ : "r" (value), "m" (target), "r" (target), ++ "0" (value)); + +- return prev; ++ return prev; + } + + inline static void* CompareAndSet (void** target, void* value, --- crystalspace-1.4.0~svn32686.orig/debian/patches/series +++ crystalspace-1.4.0~svn32686/debian/patches/series @@ -0,0 +1,2 @@ +csstartme_startme_cfg_programs.diff +sparc_defined_prev_in_CompareAndSet.diff --- crystalspace-1.4.0~svn32686.orig/debian/patches/csstartme_startme_cfg_programs.diff +++ crystalspace-1.4.0~svn32686/debian/patches/csstartme_startme_cfg_programs.diff @@ -0,0 +1,117 @@ +#Fix startme.cfg file. +Index: crystalspace-1.4~svn32365/CS/data/config-app/startme.cfg +=================================================================== +--- crystalspace-1.4~svn32365.orig/CS/data/config-app/startme.cfg 2008-07-12 12:23:09.000000000 +0200 ++++ crystalspace-1.4~svn32365/CS/data/config-app/startme.cfg 2008-07-12 12:23:49.000000000 +0200 +@@ -19,72 +19,45 @@ + StartMe.0.desc.2 = doesn't support parallax. + StartMe.0.image = startme_walktest.jpg + +-StartMe.1.name = ceguitest +-StartMe.1.exec = ceguitest +-StartMe.1.args = -silent +-StartMe.1.desc.0 = CeGUITest is a test application for a window system based on CeGUI. +-StartMe.1.image = startme_ceguitest.jpg +- +-StartMe.2.name = csdemo +-StartMe.2.exec = csdemo +-StartMe.2.args = -silent -mode=800x600 +-StartMe.2.desc.0 = CsDemo is a generic demo application. We currently have only one +-StartMe.2.desc.1 = demo file which is 'demodata.zip'. Just let it run and watch. +-StartMe.2.image = startme_csdemo.jpg +- +-StartMe.3.name = isotest +-StartMe.3.exec = isotest +-StartMe.3.args = -silent -mode=800x600 +-StartMe.3.desc.0 = Crystal Space is a real 3D engine. However with some tweaking you +-StartMe.3.desc.1 = can force it into emulating something that resembles isometric +-StartMe.3.desc.2 = a bit. This example also uses stencil shadows. +-StartMe.3.image = startme_isotest.jpg +- +-StartMe.4.name = lightningtest +-StartMe.4.exec = lghtngtest +-StartMe.4.args = -silent -mode=800x600 +-StartMe.4.desc.0 = A small demo showing the lightning mesh. +-StartMe.4.image = startme_lightningtest.jpg ++StartMe.1.name = csdemo ++StartMe.1.exec = csdemo ++StartMe.1.args = -silent -mode=800x600 ++StartMe.1.desc.0 = CsDemo is a generic demo application. We currently have only one ++StartMe.1.desc.1 = demo file which is 'demodata.zip'. Just let it run and watch. ++StartMe.1.image = startme_csdemo.jpg ++ ++StartMe.2.name = parallaxtest ++StartMe.2.exec = walktest ++StartMe.2.args = -silent parallaxtest -mode=800x600 ++StartMe.2.desc.0 = This is WalkTest with the parallaxtest map. It shows parallax ++StartMe.2.desc.1 = mapping in Crystal Space. You need pretty good hardware to see ++StartMe.2.desc.2 = the effects. If you don't have the needed hardware support you will ++StartMe.2.desc.3 = see nothing special. ++StartMe.2.image = startme_parallaxtest.jpg ++ ++StartMe.3.name = partsys ++StartMe.3.exec = walktest ++StartMe.3.args = -silent partsys -mode=800x600 ++StartMe.3.desc.0 = This is WalkTest with the partsys map. It is a very simple demo ++StartMe.3.desc.1 = that demonstrates several particle systems in Crystal Space. ++StartMe.3.image = startme_partsys.jpg ++ ++StartMe.4.name = terrain ++StartMe.4.exec = walktest ++StartMe.4.args = -silent terrain -mode=800x600 ++StartMe.4.desc.0 = This is WalkTest with the terrain map. It demonstrates the landscape ++StartMe.4.desc.1 = engine in Crystal Space. There are two versions of this map. This one ++StartMe.4.desc.2 = is 'terrain' which looks nice but needs good hardware to run nicely. ++StartMe.4.desc.3 = 'terrainf' is a lot faster. ++StartMe.4.image = startme_terrain.jpg + +-StartMe.5.name = parallaxtest ++StartMe.5.name = terrainf + StartMe.5.exec = walktest +-StartMe.5.args = -silent parallaxtest -mode=800x600 +-StartMe.5.desc.0 = This is WalkTest with the parallaxtest map. It shows parallax +-StartMe.5.desc.1 = mapping in Crystal Space. You need pretty good hardware to see +-StartMe.5.desc.2 = the effects. If you don't have the needed hardware support you will +-StartMe.5.desc.3 = see nothing special. +-StartMe.5.image = startme_parallaxtest.jpg +- +-StartMe.6.name = waterdemo +-StartMe.6.exec = waterdemo +-StartMe.6.args = -silent -mode=800x600 +-StartMe.6.desc.0 = WaterDemo is a small demo of a water effect in Crystal Space. +-StartMe.6.desc.1 = Just press space bar to see the effect. +-StartMe.6.image = startme_waterdemo.jpg +- +-StartMe.7.name = partsys +-StartMe.7.exec = walktest +-StartMe.7.args = -silent partsys -mode=800x600 +-StartMe.7.desc.0 = This is WalkTest with the partsys map. It is a very simple demo +-StartMe.7.desc.1 = that demonstrates several particle systems in Crystal Space. +-StartMe.7.image = startme_partsys.jpg +- +-StartMe.8.name = terrain +-StartMe.8.exec = walktest +-StartMe.8.args = -silent terrain -mode=800x600 +-StartMe.8.desc.0 = This is WalkTest with the terrain map. It demonstrates the landscape +-StartMe.8.desc.1 = engine in Crystal Space. There are two versions of this map. This one +-StartMe.8.desc.2 = is 'terrain' which looks nice but needs good hardware to run nicely. +-StartMe.8.desc.3 = 'terrainf' is a lot faster. +-StartMe.8.image = startme_terrain.jpg +- +-StartMe.9.name = terrainf +-StartMe.9.exec = walktest +-StartMe.9.args = -silent terrainf -mode=800x600 -relight +-StartMe.9.desc.0 = This is WalkTest with the terrainf map. It demonstrates the +-StartMe.9.desc.1 = landscape engine in Crystal Space. There are two versions of this +-StartMe.9.desc.2 = map. This one is 'terrainf' which is usually faster then 'terrain' +-StartMe.9.desc.3 = and doesn't require advanced 3D hardware. 'terrainf' also +-StartMe.9.desc.4 = demonstrates the foliage generator (which slows it down again). +-StartMe.9.image = startme_terrainf.jpg ++StartMe.5.args = -silent terrainf -mode=800x600 -relight ++StartMe.5.desc.0 = This is WalkTest with the terrainf map. It demonstrates the ++StartMe.5.desc.1 = landscape engine in Crystal Space. There are two versions of this ++StartMe.5.desc.2 = map. This one is 'terrainf' which is usually faster then 'terrain' ++StartMe.5.desc.3 = and doesn't require advanced 3D hardware. 'terrainf' also ++StartMe.5.desc.4 = demonstrates the foliage generator (which slows it down again). ++StartMe.5.image = startme_terrainf.jpg + --- crystalspace-1.4.0~svn32686.orig/debian/man/3ds2lev.txt +++ crystalspace-1.4.0~svn32686/debian/man/3ds2lev.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/heightmapgen.txt +++ crystalspace-1.4.0~svn32686/debian/man/heightmapgen.txt @@ -0,0 +1,16 @@ +Options for Null 2D graphics driver for Crystal Space: + -depth= Display depth (32) + -[no]fs Fullscreen if available (no) + -mode= Window size or resolution (640x480) +Options for Crystal Space 3D Engine: + -fov= Field of Vision (0) + -[no]relight Force/inhibit recalculation of lightmaps (no) + -renderloop= Override the default render loop () +General options: + -help this help + -canvas= the 2D canvas driver (asciiart, x2d, ...) + -cfgfile= load a configuration file + -cfgset= specify a configuration setting + -plugin= load the plugin after all others + -verbose be more verbose; print better diagnostic messages + -video= the 3D rendering driver (opengl, software, ...) --- crystalspace-1.4.0~svn32686.orig/debian/man/csbench-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/csbench-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +csbench-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBcsbench-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBcsbench-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBcsbench-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/cslight.1 +++ crystalspace-1.4.0~svn32686/debian/man/cslight.1 @@ -0,0 +1,74 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +cslight \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBcslight\fR [\fB-depth=\fIval\fR\fP] [\fB-[no]fs\fP] [\fB-mode=\fIval\fR\fP] [\fB-fov=\fIval\fR\fP] [\fB-[no]relight\fP] [\fB-renderloop=\fIval\fR\fP] [\fB-help\fP] [\fB-canvas=\fIs\fR\fP] [\fB-cfgfile=\fIfile\fR\fP] [\fB-cfgset=\fIkey=val\fR\fP] [\fB-plugin=\fIs\fR\fP] [\fB-verbose\fP] [\fB-video=\fIs\fR\fP] +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBcslight\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBcslight\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +NOTIFY: Using alternative 3D driver: crystalspace.graphics3d.null +.PP +Options for Null 2D graphics driver for Crystal Space: +.IP " \fB-depth=val\fP " 10 +Display depth (32) +.IP " \fB-[no]fs\fP " 10 +Fullscreen if available (no) +.IP " \fB-mode=val\fP " 10 +Window size or resolution (640x480) +.PP +Options for Crystal Space 3D Engine: +.IP " \fB-fov=val\fP " 10 +Field of Vision (0) +.IP " \fB-[no]relight\fP " 10 +Force/inhibit recalculation of lightmaps (no) +.IP " \fB-renderloop=val\fP " 10 +Override the default render loop () +.PP +General options: +.IP " \fB-help\fP " 10 +this help +.IP " \fB-canvas=s\fP " 10 +the 2D canvas driver (asciiart, x2d, ...) +.IP " \fB-cfgfile=file\fP " 10 +load a configuration file +.IP " \fB-cfgset=key=val\fP " 10 +specify a configuration setting +.IP " \fB-plugin=s\fP " 10 +load the plugin after all others +.IP " \fB-verbose\fP " 10 +be more verbose; print better diagnostic messages +.IP " \fB-video=s\fP " 10 +the 3D rendering driver (opengl, software, ...) +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/partconv.1 +++ crystalspace-1.4.0~svn32686/debian/man/partconv.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +partconv \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBpartconv\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBpartconv\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBpartconv\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/heightmapgen-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/heightmapgen-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +heightmapgen-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBheightmapgen-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBheightmapgen-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBheightmapgen-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/genmeshify-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/genmeshify-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +genmeshify-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBgenmeshify-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBgenmeshify-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBgenmeshify-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/levtool.1 +++ crystalspace-1.4.0~svn32686/debian/man/levtool.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +levtool \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBlevtool\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBlevtool\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBlevtool\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/walktest.1 +++ crystalspace-1.4.0~svn32686/debian/man/walktest.1 @@ -0,0 +1,104 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +walktest \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBwalktest\fR [\fB-exec=\fIscript\fR\fP] [\fB-[no]colldet\fP] [\fB-[no]logo\fP] [\fB-regions\fP] [\fB-dupes\fP] [\fB-noprecache\fP] [\fB-infinite\fP] [\fB-bots\fP] [\fB-[no]saveable\fP] [\fB-depth=\fIval\fR\fP] [\fB-[no]fs\fP] [\fB-mode=\fIval\fR\fP] [\fB-fov=\fIval\fR\fP] [\fB-[no]relight\fP] [\fB-renderloop=\fIval\fR\fP] [\fB-help\fP] [\fB-canvas=\fIs\fR\fP] [\fB-cfgfile=\fIfile\fR\fP] [\fB-cfgset=\fIkey=val\fR\fP] [\fB-plugin=\fIs\fR\fP] [\fB-verbose\fP] [\fB-video=\fIs\fR\fP] +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBwalktest\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBwalktest\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +NOTIFY: Using alternative 3D driver: crystalspace.graphics3d.null +.PP +DEBUG: Sound System Software Renderer Initializing... +.PP +WARNING: could not load plugin 'crystalspace.sndsys.software.driver.alsa' +.PP +WARNING: could not load plugin 'crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa' +.PP +ERROR: Failed to load driver as [crystalspace.sndsys.software.driver.alsa] or [crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa]. +.PP +WARNING: failed to initialize plugin 'crystalspace.sndsys.renderer.software' +.PP +Options for WalkTest: +.IP " \fB-exec=script\fP " 10 +execute given script at startup +.IP " \fB-[no]colldet\fP " 10 +collision detection system (default 'colldet') +.IP " \fB-[no]logo\fP " 10 +draw logo (default 'logo') +.IP " \fB-regions\fP " 10 +load every map in a separate region (default off) +.IP " \fB-dupes\fP " 10 +check for duplicate objects in multiple maps (default off) +.IP " \fB-noprecache\fP " 10 +after loading don't precache to speed up rendering +.IP " \fB-infinite\fP " 10 +special infinite level generation (ignores map file!) +.IP " \fB-bots\fP " 10 +allow random generation of bots +.IP " \fB-[no]saveable\fP " 10 +enable/disable engine 'saveable' flag +.PP +Options for Null 2D graphics driver for Crystal Space: +.IP " \fB-depth=val\fP " 10 +Display depth (32) +.IP " \fB-[no]fs\fP " 10 +Fullscreen if available (no) +.IP " \fB-mode=val\fP " 10 +Window size or resolution (640x480) +.PP +Options for Crystal Space 3D Engine: +.IP " \fB-fov=val\fP " 10 +Field of Vision (0) +.IP " \fB-[no]relight\fP " 10 +Force/inhibit recalculation of lightmaps (no) +.IP " \fB-renderloop=val\fP " 10 +Override the default render loop () +.PP +General options: +.IP " \fB-help\fP " 10 +this help +.IP " \fB-canvas=s\fP " 10 +the 2D canvas driver (asciiart, x2d, ...) +.IP " \fB-cfgfile=file\fP " 10 +load a configuration file +.IP " \fB-cfgset=key=val\fP " 10 +specify a configuration setting +.IP " \fB-plugin=s\fP " 10 +load the plugin after all others +.IP " \fB-verbose\fP " 10 +be more verbose; print better diagnostic messages +.IP " \fB-video=s\fP " 10 +the 3D rendering driver (opengl, software, ...) +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/startme-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/startme-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +startme-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBstartme-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBstartme-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBstartme-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/vsh.1 +++ crystalspace-1.4.0~svn32686/debian/man/vsh.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +vsh \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBvsh\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBvsh\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBvsh\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +There is no option for this program +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/md32spr.txt +++ crystalspace-1.4.0~svn32686/debian/man/md32spr.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/docconv.1 +++ crystalspace-1.4.0~svn32686/debian/man/docconv.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +docconv \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBdocconv\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBdocconv\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBdocconv\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/basemapgen-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/basemapgen-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +basemapgen-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBbasemapgen-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBbasemapgen-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBbasemapgen-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/genmeshify.1 +++ crystalspace-1.4.0~svn32686/debian/man/genmeshify.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +genmeshify \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBgenmeshify\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBgenmeshify\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBgenmeshify\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/lighter2-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/lighter2-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +lighter2-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBlighter2-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBlighter2-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBlighter2-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/levtool-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/levtool-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +levtool-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBlevtool-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBlevtool-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBlevtool-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/md32spr.1 +++ crystalspace-1.4.0~svn32686/debian/man/md32spr.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +md32spr \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBmd32spr\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBmd32spr\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBmd32spr\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/csimagetool.txt +++ crystalspace-1.4.0~svn32686/debian/man/csimagetool.txt @@ -0,0 +1,14 @@ +ERROR: FATAL: Cannot open X display +WARNING: failed to initialize plugin 'crystalspace.window.x' +Could not create an instance of crystalspace.window.x! +WARNING: failed to initialize plugin 'crystalspace.graphics2d.glx' +Error loading Graphics2D plugin. +WARNING: failed to initialize plugin 'crystalspace.graphics3d.opengl' +General options: + -help this help + -canvas= the 2D canvas driver (asciiart, x2d, ...) + -cfgfile= load a configuration file + -cfgset= specify a configuration setting + -plugin= load the plugin after all others + -verbose be more verbose; print better diagnostic messages + -video= the 3D rendering driver (opengl, software, ...) --- crystalspace-1.4.0~svn32686.orig/debian/man/cs-config.txt +++ crystalspace-1.4.0~svn32686/debian/man/cs-config.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/csfgen-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/csfgen-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +csfgen-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBcsfgen-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBcsfgen-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBcsfgen-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/partconv-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/partconv-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +partconv-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBpartconv-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBpartconv-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBpartconv-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/mdl2spr.1 +++ crystalspace-1.4.0~svn32686/debian/man/mdl2spr.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +mdl2spr \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBmdl2spr\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBmdl2spr\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBmdl2spr\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/csdemo.1 +++ crystalspace-1.4.0~svn32686/debian/man/csdemo.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +csdemo \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBcsdemo\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBcsdemo\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBcsdemo\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/vsh.txt +++ crystalspace-1.4.0~svn32686/debian/man/vsh.txt @@ -0,0 +1 @@ +There is no option for this program --- crystalspace-1.4.0~svn32686.orig/debian/man/3ds2lev.1 +++ crystalspace-1.4.0~svn32686/debian/man/3ds2lev.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +3ds2lev \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fB3ds2lev\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fB3ds2lev\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fB3ds2lev\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/vsh-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/vsh-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +vsh-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBvsh-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBvsh-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBvsh-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/csbench.1 +++ crystalspace-1.4.0~svn32686/debian/man/csbench.1 @@ -0,0 +1,42 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +csbench \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fBcsbench\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fBcsbench\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fBcsbench\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.PP +Not yet documented +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/lighter2.txt +++ crystalspace-1.4.0~svn32686/debian/man/lighter2.txt @@ -0,0 +1,27 @@ +Syntax: + lighter2 [options] [file] [file] ... + +Options: + --[no]simpletui + Use simplified text ui for output. Recommended/needed + for platforms without ANSI console handling such as msys. + --swapcachesize= + Set the size of the in memory swappable data cache in number of megabytes + --[no]directlight + Calculate direct lighting using per lumel/vertex sampling + --[no]directlightrandom + Use random sampling for direct lighting instead of sampling + every light source. + --lmdensity= + Set scaling between world space units and lightmap pixels + --maxlightmapu= + Set maximum lightmap size in u-mapping direction + --maxlightmapv= + Set maximum lightmap size in v-mapping direction + --blackthreshold= + Set the normalized threshold for lightmap pixels to be considered black. + --normalstolerance= + Set the angle between two normals to be considered equal by the + lightmap layouter. + +ERROR: Please specify a level (either zip or VFS dir)! --- crystalspace-1.4.0~svn32686.orig/debian/man/3ds2lev-1.2.1 +++ crystalspace-1.4.0~svn32686/debian/man/3ds2lev-1.2.1 @@ -0,0 +1,40 @@ +.TH "CRYSTALSPACE" "1" +.SH "NAME" +3ds2lev-1.2 \(em Crystalspace tool +.SH "SYNOPSIS" +.PP +\fB3ds2lev-1.2\fR +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +\fB3ds2lev-1.2\fR command. + +.PP +This manual page was written for the \fBDebian GNU/Linux\fP distribution +because the original program does not have a manual page. + +.PP +\fB3ds2lev-1.2\fR +.SH "OPTIONS" +.PP +These programs follow the usual command line syntax, +with options starting with a dash ('\-'). A summary of +options is included below. + +.SH "SEE ALSO" +.PP +Web Documentation +.PP +The programs are also documented in\fI The Crystal Space Jump-Start Page\fP available +in the crystalspace-doc Package + +.SH "AUTHOR" +.PP +This manual page was written by Christian Bayle bayle@aist.enst.fr for +the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is +granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation +License, Version 1.1 or any later version published by the Free +Software Foundation; with no Invariant Sections, no Front-Cover +Texts and no Back-Cover Texts. +.\" created by instant / docbook-to-man, Thu 09 Jul 2009, 02:20 --- crystalspace-1.4.0~svn32686.orig/debian/man/partconv.txt +++ crystalspace-1.4.0~svn32686/debian/man/partconv.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/docconv.txt +++ crystalspace-1.4.0~svn32686/debian/man/docconv.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/maya2spr.txt +++ crystalspace-1.4.0~svn32686/debian/man/maya2spr.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/mdl2spr.txt +++ crystalspace-1.4.0~svn32686/debian/man/mdl2spr.txt @@ -0,0 +1 @@ +Not yet documented --- crystalspace-1.4.0~svn32686.orig/debian/man/walktest.txt +++ crystalspace-1.4.0~svn32686/debian/man/walktest.txt @@ -0,0 +1,33 @@ +NOTIFY: Using alternative 3D driver: crystalspace.graphics3d.null +DEBUG: Sound System Software Renderer Initializing... +WARNING: could not load plugin 'crystalspace.sndsys.software.driver.alsa' +WARNING: could not load plugin 'crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa' +ERROR: Failed to load driver as [crystalspace.sndsys.software.driver.alsa] or [crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa]. +WARNING: failed to initialize plugin 'crystalspace.sndsys.renderer.software' +Options for WalkTest: + -exec=