summaryrefslogtreecommitdiff
path: root/community/clanlib
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:35:40 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:35:40 -0300
commit2e27d8d9808d5d65c1d6f39b629fbe956b294697 (patch)
tree8811c7a4e5b81100d1f0542367ae623356038ae8 /community/clanlib
parente4110059fee6ff87ee66fe88c17b47848b9bf49d (diff)
parent947a049195183934ba5dffc131f9512fe253f4db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/lshw/PKGBUILD extra/ardour/PKGBUILD
Diffstat (limited to 'community/clanlib')
-rw-r--r--community/clanlib/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD
index c1bfcb752..88a9daad9 100644
--- a/community/clanlib/PKGBUILD
+++ b/community/clanlib/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 79595 2012-11-08 15:28:22Z heftig $
+# $Id: PKGBUILD 80858 2012-12-04 15:55:11Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=clanlib
pkgver=2.3.6
-pkgrel=3
+pkgrel=4
pkgdesc="A multi-platform game development library."
arch=('i686' 'x86_64' 'mips64el')
url="http://clanlib.org/"
license=('zlib')
-depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite')
-makedepends=('doxygen' 'graphviz')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
options=('!libtool')
source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
@@ -17,7 +17,7 @@ md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
build() {
cd ${srcdir}/ClanLib-${pkgver}
- ./configure --prefix=/usr --enable-docs
+ ./configure --prefix=/usr --enable-docs --disable-clanGL1
make
# Somehow this breaks. :(