[arch-commits] Commit in libgl/repos (testing-x86_64 testing-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Oct 4 15:42:31 UTC 2008
Date: Saturday, October 4, 2008 @ 11:42:31
Author: andyrtr
Revision: 14179
Merged revisions 12993 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/libgl/trunk
........
r12993 | jgc | 2008-09-25 18:00:49 +0000 (Do, 25 Sep 2008) | 2 lines
upgpkg: libgl 7.2-1
Remove additional CFLAGS, they are default already
........
Modified:
libgl/repos/testing-x86_64/ (properties)
libgl/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Property changes on: libgl/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /libgl/trunk:1-11577
+ /libgl/trunk:1-14178
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2008-10-04 15:37:11 UTC (rev 14178)
+++ testing-x86_64/PKGBUILD 2008-10-04 15:42:31 UTC (rev 14179)
@@ -2,8 +2,8 @@
# Maintainer: Alexander Baldeck <kth5 at archlinux.org>
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=libgl
-pkgver=7.1
-pkgrel=2
+pkgver=7.2
+pkgrel=1
pkgdesc="Mesa DRI OpenGL library and drivers"
arch=(i686 x86_64)
license=('LGPL')
@@ -15,13 +15,12 @@
options=(!makeflags)
source=(http://downloads.sourceforge.net/mesa3d/MesaLib-${pkgver}.tar.bz2
mesa-7.1-link-shared.patch)
-md5sums=('6bff7f532d16f90f944a400c8bd7074d'
+md5sums=('04d379292e023df0b0266825cb0dbde5'
'f0baa948d9810f268413111ee439d24b')
build() {
cd ${startdir}/src/Mesa-${pkgver}
patch -Np1 -i ${srcdir}/mesa-7.1-link-shared.patch || return 1
- export CFLAGS="${CFLAGS} -ffast-math"
./configure --prefix=/usr \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-dri-drivers=swrast \
More information about the arch-commits
mailing list