summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-30 22:44:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-30 22:44:16 +0200
commiteaaf1e91b1d47d25856928ed24efcb6e99faae8e (patch)
tree27164e1a9a2d1babeb4c949af487310e2c06e403 /community
parent530194d22ab053b6d4db919d9b637fe2d64fab20 (diff)
Unarch flightgear and dependencies requring fast machines with 3d acceleration.
Diffstat (limited to 'community')
-rw-r--r--community/flightgear/PKGBUILD2
-rw-r--r--community/openscenegraph/PKGBUILD2
-rw-r--r--community/openthreads/PKGBUILD2
-rw-r--r--community/simgear/PKGBUILD2
4 files changed, 4 insertions, 4 deletions
diff --git a/community/flightgear/PKGBUILD b/community/flightgear/PKGBUILD
index 476b72360..b1fb51b41 100644
--- a/community/flightgear/PKGBUILD
+++ b/community/flightgear/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=flightgear
pkgver=2.6.0
pkgrel=3
pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64 mips64el)
+arch=(i686 x86_64)
depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion')
makedepends=('boost' 'cmake')
license=("GPL")
diff --git a/community/openscenegraph/PKGBUILD b/community/openscenegraph/PKGBUILD
index 80683611a..0366a02f5 100644
--- a/community/openscenegraph/PKGBUILD
+++ b/community/openscenegraph/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=openscenegraph
pkgver=3.0.1
pkgrel=4
pkgdesc="An Open Source, high performance real-time graphics toolkit"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
license=('custom:OSGPL')
url="http://www.openscenegraph.org"
depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
diff --git a/community/openthreads/PKGBUILD b/community/openthreads/PKGBUILD
index ab5bf7bf7..ff94915c2 100644
--- a/community/openthreads/PKGBUILD
+++ b/community/openthreads/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=openthreads
pkgver=2.3.0
pkgrel=2
pkgdesc="A minimal & complete Object-Oriented thread interface for C++ programmers"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://openthreads.sourceforge.net"
license=("LGPL")
depends=('gcc-libs')
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index 472fda815..c9f376a5a 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=simgear
pkgver=2.6.0
pkgrel=1
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64 'mips64el')
+arch=(i686 x86_64)
depends=('glut' 'freealut' 'plib' 'openscenegraph')
makedepends=('boost' 'cmake')
license=("GPL")