Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=boost14.git;a=commitdiff;h=51092efe352e98dbed9c1d3ea11e388e59ab7477

commit 51092efe352e98dbed9c1d3ea11e388e59ab7477
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Tue Apr 19 00:22:38 2011 +0200

pokerth-0.8.3-1-i686

- rebuild with boost>=1.46.1

diff --git a/source/games-extra/pokerth/FrugalBuild 
b/source/games-extra/pokerth/FrugalBuild
index 7fe2b27..59f2a4f 100644
--- a/source/games-extra/pokerth/FrugalBuild
+++ b/source/games-extra/pokerth/FrugalBuild
@@ -2,23 +2,26 @@
# Maintainer: Devil505 <devil505li...@gmail.com>

pkgname=pokerth
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.8.3
+pkgrel=1
pkgdesc="Poker game written in C++/QT4"
_F_sourceforge_name="PokerTH"
_F_sourceforge_dirname="$pkgname"
_F_sourceforge_ext="-src.tar.bz2"
Finclude sourceforge
url="http://www.pokerth.net/index.php";
-depends=('libboost-mt' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 
'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork' 
'libqtsql')
+depends=('libboost>=1.46.1' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 
'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork' 
'libqtsql')
makedepends=('boost')
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('f698fa0ebeed4b027a719d7887e9b7ed37c2e441')
+source=($source pokerth-0.8.3-filesystem.patch)
+sha1sums=('def75fe2cae1a1e23114a8c03b69085a98d696e0' \
+          'a90f74c960afe095f6fa1a4969aab070a02e2c8b')

build()
{
Fcd "$_F_sourceforge_name-$pkgver-src"
+       Fpatchall
qmake pokerth.pro
Fmake
Fmakeinstall INSTALL_ROOT=$Fdestdir
diff --git a/source/games-extra/pokerth/pokerth-0.8.3-filesystem.patch 
b/source/games-extra/pokerth/pokerth-0.8.3-filesystem.patch
new file mode 100644
index 0000000..f50db1b
--- /dev/null
+++ b/source/games-extra/pokerth/pokerth-0.8.3-filesystem.patch
@@ -0,0 +1,36 @@
+diff -up PokerTH-0.8.3-src/pokerth_game.pro.orig 
PokerTH-0.8.3-src/pokerth_game.pro
+--- PokerTH-0.8.3-src/pokerth_game.pro.orig    2011-01-16 21:37:12.000000000 
+0200
++++ PokerTH-0.8.3-src/pokerth_game.pro 2011-02-21 21:57:13.348491747 +0200
+@@ -19,7 +19,7 @@ QMAKE_CXXFLAGS += -std=gnu++0x
+ UI_DIR = uics
+ MOC_DIR = mocs
+ OBJECTS_DIR = obj
+-DEFINES += ENABLE_IPV6
++DEFINES += ENABLE_IPV6 BOOST_FILESYSTEM_VERSION=2
+ DEFINES += PREFIX=\"$${PREFIX}\"
+ TARGET = pokerth
+
+diff -up PokerTH-0.8.3-src/pokerth_lib.pro.orig 
PokerTH-0.8.3-src/pokerth_lib.pro
+--- PokerTH-0.8.3-src/pokerth_lib.pro.orig     2011-01-16 21:37:12.000000000 
+0200
++++ PokerTH-0.8.3-src/pokerth_lib.pro  2011-02-21 21:57:13.350491836 +0200
+@@ -12,7 +12,7 @@ UI_DIR = uics
+ TARGET = lib/pokerth_lib
+ MOC_DIR = mocs
+ OBJECTS_DIR = obj
+-DEFINES += ENABLE_IPV6
++DEFINES += ENABLE_IPV6 BOOST_FILESYSTEM_VERSION=2
+ QT -= core gui
+ QMAKE_CXXFLAGS += -std=gnu++0x
+ #PRECOMPILED_HEADER = src/pch_lib.h
+diff -up PokerTH-0.8.3-src/pokerth_server.pro.orig 
PokerTH-0.8.3-src/pokerth_server.pro
+--- PokerTH-0.8.3-src/pokerth_server.pro.orig  2011-01-16 21:37:12.000000000 
+0200
++++ PokerTH-0.8.3-src/pokerth_server.pro       2011-02-21 21:57:13.353491970 
+0200
+@@ -14,7 +14,7 @@ TARGET = bin/pokerth_server
+ MOC_DIR = mocs
+ OBJECTS_DIR = obj
+ DEFINES += POKERTH_DEDICATED_SERVER
+-DEFINES += ENABLE_IPV6
++DEFINES += ENABLE_IPV6 BOOST_FILESYSTEM_VERSION=2
+ DEFINES += PREFIX=\"$${PREFIX}\"
+ QT -= core gui
+ QMAKE_CXXFLAGS += -std=gnu++0x
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to