adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell INSTALL,1.23,1.24 NEWS,1.6,1.7 adonth


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell INSTALL,1.23,1.24 NEWS,1.6,1.7 adonthell.spec.in,1.2,1.3 configure.in,1.58,1.59
Date: Wed, 24 Apr 2002 10:15:38 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv21408

Modified Files:
        INSTALL NEWS adonthell.spec.in configure.in 
Log Message:
FIXED building of RPM package
UPDATES to INSTALL and NEWS file
ADDED version info to adonthellrc


Index: INSTALL
===================================================================
RCS file: /cvsroot/adonthell/adonthell/INSTALL,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** INSTALL     5 Feb 2002 13:18:44 -0000       1.23
--- INSTALL     24 Apr 2002 14:15:36 -0000      1.24
***************
*** 11,15 ****
  =============
  
! There are two libraries that Adonthell depends on:
  
  1. Python, version 1.5.2 or later. 
--- 11,15 ----
  =============
  
! There are three libraries that Adonthell depends on:
  
  1. Python, version 1.5.2 or later. 
***************
*** 29,35 ****
  
  
  For convenience, the SDL_mixer library is included with the source code;
  it will be replaced by a custom mixer anyway. However, you'll need OggVorbis
! 1.0rc1 to enjoy the music.
  
     See http://www.xiph.org/ogg/vorbis/download/
--- 29,40 ----
  
  
+ 3. Freetype version 2
+ 
+    See http://www.freetype.org
+ 
+ 
  For convenience, the SDL_mixer library is included with the source code;
  it will be replaced by a custom mixer anyway. However, you'll need OggVorbis
! 1.0rc1 or later to enjoy the music.
  
     See http://www.xiph.org/ogg/vorbis/download/
***************
*** 73,76 ****
--- 78,96 ----
  There are a number of options to 'configure' that might be useful
  for you. For a complete list, run 'configure --help'.
+ 
+ 
+ --with-included-gettext
+ 
+   If you want to build Adonthell with national language support (NLS),
+ you'll have to use this option on systems that do not provide the
+ required services themselves.
+ 
+ 
+ --disable-nls
+ 
+   Use this option to disable NLS completely. For more information
+ regarding this and the previous option, read the ABOUT-NLS file in
+ this directory.
+   
  
  --disable-sdltest

Index: NEWS
===================================================================
RCS file: /cvsroot/adonthell/adonthell/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** NEWS        28 Jul 2001 20:33:45 -0000      1.6
--- NEWS        24 Apr 2002 14:15:36 -0000      1.7
***************
*** 1,3 ****
! version 0.3pre
  - Added Python scripting
  - Added Dialogue system
--- 1,3 ----
! version 0.3
  - Added Python scripting
  - Added Dialogue system
***************
*** 18,21 ****
  please visit the project's website:
  
! http://adonthell.linuxgames.com/en_frames/whats_new.shtml
  
--- 18,21 ----
  please visit the project's website:
  
! http://adonthell.linuxgames.com/news/
  

Index: adonthell.spec.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/adonthell.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** adonthell.spec.in   11 Feb 2002 16:41:01 -0000      1.2
--- adonthell.spec.in   24 Apr 2002 14:15:36 -0000      1.3
***************
*** 46,49 ****
--- 46,52 ----
  strip $RPM_BUILD_ROOT%{bindir}/adonthell
  install -m 644 src/adonthell.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/adonthell.py
+ install -m 644 src/tools/dlgedit/dialogue.py 
$RPM_BUILD_ROOT%{gamedatadir}/modules/dialogue.py
+ 
+ 
  
  %clean
***************
*** 52,56 ****
  %files
  %defattr(-,root,root)
! %doc ChangeLog COPYING NEWS NEWBIE README README.BeOS README.FreeBSD
  %{bindir}/adonthell
  %{gamedatadir}/modules/adonthell.py
--- 55,60 ----
  %files
  %defattr(-,root,root)
! %doc ABOUT-NLS ChangeLog COPYING NEWS NEWBIE README
  %{bindir}/adonthell
  %{gamedatadir}/modules/adonthell.py
+ %{gamedatadir}/modules/dialogue.py

Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** configure.in        15 Apr 2002 13:02:35 -0000      1.58
--- configure.in        24 Apr 2002 14:15:36 -0000      1.59
***************
*** 389,398 ****
  src/tools/Makefile
  src/tools/charedit/Makefile
- src/tools/combat/Makefile
  src/tools/dlgedit/Makefile
  src/tools/dlgedit/examples/Makefile
  src/tools/questedit/Makefile
  src/tools/oggloop/Makefile
- src/tools/pydonthell/Makefile
  ])
  
--- 389,396 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]