[Tux4kids-commits] r1034 - in tuxtype/trunk: . doc

David Bruce dbruce-guest at alioth.debian.org
Fri Jun 12 01:54:29 UTC 2009


Author: dbruce-guest
Date: 2009-06-12 01:54:29 +0000 (Fri, 12 Jun 2009)
New Revision: 1034

Modified:
   tuxtype/trunk/doc/ChangeLog
   tuxtype/trunk/doc/INSTALL
   tuxtype/trunk/doc/README
   tuxtype/trunk/doc/TODO
   tuxtype/trunk/tuxtype_preview.spec.in
Log:
Minor update of docs for release of version 1.7.5



Modified: tuxtype/trunk/doc/ChangeLog
===================================================================
--- tuxtype/trunk/doc/ChangeLog	2009-06-11 23:41:08 UTC (rev 1033)
+++ tuxtype/trunk/doc/ChangeLog	2009-06-12 01:54:29 UTC (rev 1034)
@@ -1,3 +1,12 @@
+10 Jun 2009 (svn.debian.org/tux4kids - revision 1034)
+[ David Bruce <davidstuartbruce at gmail.com> ]
+Version 1.7.5
+        - i18n - fix of problem with GNU gettext convenience string-marking macros
+          due to XGETTEXT_OPTIONS not being set correctly in po/Makevars
+        - Scripting - cleanup of some other menu issues
+        - Build - update of specfile.in's to handle new libs being used for this
+          year's GSoC projects (svg support, LAN support)
+
 08 Jun 2009 (svn.debian.org/tux4kids - revision 1017)
 [ David Bruce <davidstuartbruce at gmail.com> ]
         - Scripting - fix of bug in scripting.c run_script() where font size left

Modified: tuxtype/trunk/doc/INSTALL
===================================================================
--- tuxtype/trunk/doc/INSTALL	2009-06-11 23:41:08 UTC (rev 1033)
+++ tuxtype/trunk/doc/INSTALL	2009-06-12 01:54:29 UTC (rev 1034)
@@ -1,5 +1,5 @@
-Tux Typing 1.7.4
-03 Feb 2009
+Tux Typing 1.7.5
+10 Jun 2009
 
 NOTE - this document is reasonably correct but not completely current.
 It will updated as the maintainer's time allows. For GNU/Linux users, you
@@ -24,7 +24,7 @@
 
  Tuxtype should compile out of the box if you have a sane tool chain
  and the following SDL libraries:
- 
+
  SDL-1.2.5            http://www.libsdl.org
  SDL_image-1.2.3      http://www.libsdl.org/projects/SDL_image
  SDL_mixer-1.2.5      http://www.libsdl.org/projects/SDL_mixer
@@ -55,6 +55,7 @@
 
 instead of just "./configure".  The default prefix is /usr/local
 
+More configure options can be viewed with "./configure --help".
 
 If you run into problems, run:
 
@@ -65,7 +66,7 @@
 a tuxtype*.tar.gz (but will need to do this if building from a Subversion checkout).
 
 Note - if you have SDL_Pango available, you can use the package without bundled fonts (e.g. 
-tuxtype-1.7.4.tar.gz).  The tarball with the bundled fonts, e.g. tuxtype_w_fonts-1.7.4.tar.gz.
+tuxtype-1.7.5.tar.gz).  The tarball with the bundled fonts, e.g. tuxtype_w_fonts-1.7.5.tar.gz.
 will work fine whether or not SDL_Pango is available.  The unused fonts will simply take up about 2.5 MB on your hard drive.
 
 We want this to work for everybody, everywhere, if it doesn't

Modified: tuxtype/trunk/doc/README
===================================================================
--- tuxtype/trunk/doc/README	2009-06-11 23:41:08 UTC (rev 1033)
+++ tuxtype/trunk/doc/README	2009-06-12 01:54:29 UTC (rev 1034)
@@ -19,7 +19,7 @@
     Additional information on this subject is covered in "HowToTheme.html"
     in the "doc/en" directory of this package.
 
-This is version 1.7.4 of Tux Typing.
+This is version 1.7.5 of Tux Typing.
 
 In Fish Cascade you control Tux as he searches for fish to eat. Fish fall
 from the top of the screen. These fish have letters on them.  Unforunately

Modified: tuxtype/trunk/doc/TODO
===================================================================
--- tuxtype/trunk/doc/TODO	2009-06-11 23:41:08 UTC (rev 1033)
+++ tuxtype/trunk/doc/TODO	2009-06-12 01:54:29 UTC (rev 1034)
@@ -1,17 +1,15 @@
-Updated 03 Mar 2009
+Updated 10 Jun 2009
 
-Briefly, here is what we are thinking of for GSoC 2009:
+Briefly, here is what we are working on for GSoC 2009:
 
 Tuxtype:
   - svg support
-  - sound support for text (have program pronounce words to be typed)
-  - improved font handling
   - addition of user-specific search path for word and phrase lists, so people can add their own content more readily.
   - config/admin tool using gui toolkit (e.g. Qt4 but could be something else)
+  - perhaps LAN support
 
 Tuxmath:
   - svg support
-  - improved font handling
   - config/admin tool using gui toolkit (e.g. Qt4 but could be something else)
   - LAN multiplayer mode - need refactoring into client/server architecture (could be applied to tuxtype also).
 

Modified: tuxtype/trunk/tuxtype_preview.spec.in
===================================================================
--- tuxtype/trunk/tuxtype_preview.spec.in	2009-06-11 23:41:08 UTC (rev 1033)
+++ tuxtype/trunk/tuxtype_preview.spec.in	2009-06-12 01:54:29 UTC (rev 1034)
@@ -30,28 +30,28 @@
 
 Source:         %realname-%version.tar.bz2
 
-BuildRequires:  SDL_image-devel >= 1.2.2  
-#BuildRequires:  SDL_ttf-devel > 2.0.8  
-BuildRequires:  SDL-devel  
+BuildRequires:  SDL_image-devel >= 1.2.2 
+#BuildRequires:  SDL_ttf-devel > 2.0.8
+BuildRequires:  SDL-devel
 BuildRequires:  SDL_mixer-devel
 #BuildRequires:  SDL_net-devel
 BuildRequires:  SDL_Pango-devel 
 BuildRequires:  librsvg-devel 
 BuildRequires:  ImageMagick
 
-%if 0%{?suse_version}  
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files  
-BuildRequires:  fdupes  
-%endif  
+BuildRequires:  fdupes
+%endif
 
 %if 0%{?fedora_version}  
-BuildRequires:  desktop-file-utils  
-%endif  
+BuildRequires:  desktop-file-utils
+%endif
 
 %if 0%{?mandriva_version}  
-BuildRequires:  desktop-file-utils  
-Requires(post): desktop-file-utils  
-Requires(postun): desktop-file-utils  
+BuildRequires:  desktop-file-utils
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 %endif
 %if 0%{?mandriva_version} >= 2009
 BuildRequires: pulseaudio-esound-compat




More information about the Tux4kids-commits mailing list