Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting9.git;a=commitdiff;h=71c1a0d2dc293d1dcf61d78b2ccb79cf98a6c3f5
commit 71c1a0d2dc293d1dcf61d78b2ccb79cf98a6c3f5 Author: James Buren <[email protected]> Date: Mon Dec 31 10:22:45 2012 -0600 glob2-0.9.4.4-4-x86_64 * rebuild with boost diff --git a/source/games-extra/glob2/FrugalBuild b/source/games-extra/glob2/FrugalBuild index 3e8d78f..e5c32f3 100644 --- a/source/games-extra/glob2/FrugalBuild +++ b/source/games-extra/glob2/FrugalBuild @@ -4,19 +4,20 @@ pkgname=glob2 pkgver=0.9.4.4 -pkgrel=3 +pkgrel=4 pkgdesc="Innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units." url="http://globulation2.org/" -depends=('sdl_net' 'sdl_ttf' 'sdlimage' 'libvorbis' 'libgl' 'speex' 'fribidi' 'libboost>=1.49.0' 'libglu') -makedepends=('boost' 'scons') +depends=('sdl_net' 'sdl_ttf' 'sdlimage' 'libvorbis' 'libgl' 'speex' 'fribidi' 'libboost>=1.50.0' 'libglu') +makedepends=('boost>=1.50.0' 'scons') license="GPL2" groups=('games-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/wiki/Download_and_Install" -source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-${pkgver}.tar.gz" glob2.desktop gcc44.patch) +source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-${pkgver}.tar.gz" glob2.desktop gcc44.patch fixes.patch) sha1sums=('14aa8d840ef5f95a9af591789082fe2322fa8cad' \ 'b090d2baf0943f66611f9b73f66d883d8aad3e33' \ - '5a96fef30cd61bf4b8a1db2568191fb6c8f9223b') + '5a96fef30cd61bf4b8a1db2568191fb6c8f9223b' \ + 'd2c778260aa5cc878a73a86e21f4a9f81c980fd8') build() { Fpatchall diff --git a/source/games-extra/glob2/fixes.patch b/source/games-extra/glob2/fixes.patch new file mode 100644 index 0000000..d543859 --- /dev/null +++ b/source/games-extra/glob2/fixes.patch @@ -0,0 +1,12 @@ +diff -ur a/SConstruct b/SConstruct +--- a/SConstruct 2009-08-30 14:23:30.000000000 -0500 ++++ b/SConstruct 2012-11-28 22:13:31.583885454 -0600 +@@ -129,7 +129,7 @@ + print "Could not find libboost_date_time or libboost_date_time-mt or boost/thread/thread.hpp" + missing.append("libboost_date_time") + env.Append(LIBS=[boost_date_time]) +- ++ env.Append(LIBS=["boost_system"]) + + if not conf.CheckCXXHeader("boost/shared_ptr.hpp"): + print "Could not find boost/shared_ptr.hpp" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
