summaryrefslogtreecommitdiff
path: root/community/bullet
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-01 00:06:30 -0800
committerroot <root@rshg054.dnsready.net>2013-02-01 00:06:30 -0800
commitedd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (patch)
treefb0363ba1ecdbf443cff57d7927ca13e8bd4e0e5 /community/bullet
parenta949895a0243a490d30fe355655c839fe217c580 (diff)
Fri Feb 1 00:06:30 PST 2013
Diffstat (limited to 'community/bullet')
-rw-r--r--community/bullet/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/bullet/PKGBUILD b/community/bullet/PKGBUILD
index 3bf0dafea..8f52b48c5 100644
--- a/community/bullet/PKGBUILD
+++ b/community/bullet/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 77520 2012-10-11 13:39:07Z svenstaro $
+# $Id: PKGBUILD 83395 2013-01-31 09:42:11Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
@@ -6,13 +6,13 @@ pkgbase=bullet
pkgname=('bullet' 'bullet-docs')
_rev=2613
pkgver=2.81
-pkgrel=1
+pkgrel=2
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
arch=('i686' 'x86_64')
url="http://www.bulletphysics.com/Bullet/"
license=('custom:zlib')
-depends=('freeglut')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev${_rev}.tgz
${pkgbase}.pc)
md5sums=('cec9c9a79c2804dbf6385dd7d061346c'
@@ -30,6 +30,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=1 \
-DBUILD_DEMOS=0 \
+ -DBUILD_MULTITHREADING=1 \
-DBUILD_EXTRAS=1 \
-DINSTALL_LIBS=1 \
-DINSTALL_EXTRA_LIBS=1 \