Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2619

Modified Files:
        wesnoth.info 
Log Message:
upstream update to 1.8.4, submitted by fangism, approved by alama


Index: wesnoth.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- wesnoth.info        18 Jul 2010 23:59:57 -0000      1.20
+++ wesnoth.info        19 Sep 2010 17:50:40 -0000      1.21
@@ -1,11 +1,13 @@
 Package: wesnoth
-Version: 1.6.5
-Revision: 4
+Version: 1.8.4
+Revision: 1
 Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: 493826bbd9ba355930765a7e8fe3749a
+Source-MD5: 2dce83f835ecce1d505ea60e46b7356f
 Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 BuildDepends: <<
+  autoconf (>= 2.60),
+  automake1.11,
   sdl,
   sdl-mixer,
   sdl-image,
@@ -18,15 +20,17 @@
   glib2-dev,
   glitz,
   libpng3,
+  lua51-dev (>= 5.1),
+  lua51 (>= 5.1),
   freetype219,
   libiconv-dev,
-  libgettext3-dev,
+  libgettext8-dev,
   gettext-tools,
   pango1-xft2-ft219-dev,
   boost1.41.cmake,
   fink (>= 0.24.12)
 <<
-Conflicts: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server, wesnoth-editor (<= 1.6.5)
+Conflicts: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server, wesnoth-editor (<= 1.8.4)
 Replaces: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server
 Depends: <<
   sdl-mixer-shlibs,
@@ -39,9 +43,10 @@
   fribidi-shlibs,
   glib2-shlibs,
   libpng3-shlibs,
+  lua51-shlibs,
   freetype219-shlibs,
   libiconv,
-  libgettext3-shlibs,
+  libgettext8-shlibs,
   pango1-xft2-ft219-shlibs,
   boost1.41.cmake-shlibs
 <<
@@ -58,29 +63,37 @@
   --enable-tools \
   --enable-server \
   --enable-campaign-server \
-  --with-freetype-prefix=%p/lib/freetype219 \
-  --with-freetype-exec-prefix=%p/lib/freetype219 \
   --disable-dependency-tracking \
   --without-x \
-  --without-zipios \
   --disable-sdltest \
   --with-server-gid=admin \
   --with-server-uid=root \
-  --disable-python \
   --disable-python-install \
   --with-boost=%p \
   --disable-strict-compilation \
-  
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 \ 
+  
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 \
   FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 <<
-PatchFile: %n.patch
-PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
+# PatchFile: %n.patch
+# PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
 PatchScript: <<
-  %{default_script}
-  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.in
+  #!/bin/sh -ev
+#  %{default_script}
+  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
+  # darwin10: msgmerge is screwy, disabling backup avoids permissions issues
+  file=po/Makefile.in.in
+  mv $file $file.orig
+  sed '/^MSGMERGE_UPDATE/s|$| --backup=off|' $file.orig > $file
+  # x86_64: Carbon API not supported on 64b, conditionally mask out
+  file=src/clipboard.cpp
+  mv $file $file.orig
+  sed '/^#ifdef.*__APPLE__/s|.*|#if defined(__APPLE__) \&\& \!__LP64__|' 
$file.orig > $file
 <<
 CompileScript: <<
-  ./configure %c
+  #!/bin/sh -ev
+  # configure and Makefile.in aren't distributed with this release, hmmm...
+  # oddly, configure is folded into the last line of autogen.sh
+  ./autogen.sh %c
   make -k
 <<
 InstallScript: <<
@@ -118,6 +131,7 @@
   dmacks hacked around under-use of libtool in Makefile in order to
  assure that local convenince libs are used in preference to
   installed ones of the same name.
+ fang...@users.sourceforge.net is helping maintain.
 <<
 License: GPL
 Maintainer: Jesse Alama <al...@stanford.edu>


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to