Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/games
In directory usw-pr-cvs1:/tmp/cvs-serv11720
Added Files:
gothello-0.1-1.info qthello-1.0-1.info qthello-1.0-1.patch
Log Message:
New packages. Continuing the othello project, 2 more othello games!
--- NEW FILE: gothello-0.1-1.info ---
Package: gothello
Version: 0.1
Revision: 1
###
Depends: gtk+-shlibs, glib-shlibs
BuildDepends: gtk+, glib
###
Source: http://www.cs.helsinki.fi/u/salerma/%n/%n-%v.tar.gz
Source-MD5: 1e112b053d18eb3ad5021cd69a680373
###
PatchScript: perl -pi.bak -e 's|load_image\("|load_image\("%p/share/%n/pix/|g' gfx.c
CompileScript: make CFLAGS="-O3 -fomit-frame-pointer"
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/pix
cp %n %i/bin
cp *.ppm %i/share/%n/pix
strip %i/bin/%n
<<
###
DocFiles: INSTALL README TODO
###
Description: Small othello game for GTK
DescDetail: <<
Gothello is an othello program written by Osku Salerma.
You can use it to play against other people or against the computer,
or you can play the computer against itself.
The AI is implemented using Negamax search with Alpha-Beta pruning,
with Iterative Deepening. It has both fixed-depth and fixed-time search modes.
<<
###
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.iki.fi/osku/othello/
--- NEW FILE: qthello-1.0-1.info ---
Package: qthello
Version: 1.0
Revision: 1
###
License: OSI-Approved
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://qthello.sourceforge.net/
###
GCC: 3.1
Depends: qt3-shlibs (>= 3.0.5-5)
BuildDepends: qt3 (>= 3.0.5-5)
###
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: c3824d098054bceb6e0811ae82257fcc
PatchScript: <<
perl -pi.bak -e 's#(viewmag|new\.xpm|stop\.png)#%p/share/%n/gfx/$1#g' othello.cpp
perl -pi.bak -e 's#gfx#%p/share/%n/gfx#g' boardwidget.cpp
patch -p1 < %a/%f.patch
<<
###
CompileScript: make LIBS='-L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11'
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/gfx
cp %n %i/bin
cp *.png %i/share/%n/gfx
cp *.xpm %i/share/%n/gfx
cp gfx/*.gif %i/share/%n/gfx
strip %i/bin/%n
<<
###
Description: Qt based othello game
DescDetail: <<
QtHello is an Othello program written in Qt. It's design makes it easy
to extend both the computer player and human player interface. It
currently has 6 different computer players ranging from completely
random to tree search with Alpha-Beta pruning.
<<
DescPort: Patched main window so its not stuck at 0,0 size.
--- NEW FILE: qthello-1.0-1.patch ---
--- qthello-1.0/othello.cpp.orig 2002-10-06 05:31:34.000000000 -0700
+++ qthello-1.0/othello.cpp 2002-10-06 05:31:40.000000000 -0700
@@ -88,7 +88,7 @@
setCentralWidget( cw );
- setFixedSize( QSize( 0, 0 ) );
+// setFixedSize( QSize( 0, 0 ) );
// connect( NGame, SIGNAL( clicked() ),
// BWidget, SLOT( newGame() ) );
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits