[arch-commits] Commit in xf86-video-sis/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Sep 25 18:44:02 UTC 2008


    Date: Thursday, September 25, 2008 @ 14:44:02
  Author: jgc
Revision: 13007

upgpkg: xf86-video-sis 0.10.0-2

Modified:
  xf86-video-sis/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-25 18:42:28 UTC (rev 13006)
+++ PKGBUILD	2008-09-25 18:44:02 UTC (rev 13007)
@@ -3,21 +3,21 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-sis
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org SiS video driver"
-_mesaver="7.1"
+_mesaver="7.2"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libgl>=7.1-2')
-makedepends=('pkgconfig' 'xorg-server>=1.4.99.906' 'xf86driproto' 'mesa>=7.1' 'glproto>=1.4.9')
-conflicts=('xorg-server<1.4.99.906')
+depends=('libgl>=7.2')
+makedepends=('pkgconfig' 'xorg-server>=1.5.1' 'xf86driproto' 'mesa>=7.1' 'glproto>=1.4.9')
+conflicts=('xorg-server<1.5.1')
 options=('!libtool')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 	http://downloads.sourceforge.net/mesa3d/MesaLib-${_mesaver}.tar.bz2
 	mesa-7.1-link-shared.patch)
 md5sums=('331d432dccccca91ec7da39ff6bf1218'
-         '6bff7f532d16f90f944a400c8bd7074d'
+         '04d379292e023df0b0266825cb0dbde5'
          'f0baa948d9810f268413111ee439d24b')
 
 build() {
@@ -29,7 +29,6 @@
 
   cd ${startdir}/src/Mesa-${_mesaver}
   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=i810,i915,i965 \




More information about the arch-commits mailing list