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

Jan de Groot jgc at archlinux.org
Thu Sep 25 18:42:12 UTC 2008


    Date: Thursday, September 25, 2008 @ 14:42:11
  Author: jgc
Revision: 13005

upgpkg: xf86-video-tdfx 1.4.0-3

Modified:
  xf86-video-tdfx/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-25 18:41:02 UTC (rev 13004)
+++ PKGBUILD	2008-09-25 18:42:11 UTC (rev 13005)
@@ -3,19 +3,22 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-tdfx
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org tdfx 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' 'mesa>=7.1')
-conflicts=('xorg-server<1.4.99.906')
+depends=('libgl>=7.2')
+makedepends=('pkgconfig' 'xorg-server>=1.5.1' 'mesa>=7.2')
+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/sourceforge/mesa3d/MesaLib-${_mesaver}.tar.bz2
 	mesa-7.1-link-shared.patch)
+md5sums=('b13132f24683ef759bfb0c1db5096496'
+         '04d379292e023df0b0266825cb0dbde5'
+         'f0baa948d9810f268413111ee439d24b')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -26,7 +29,6 @@
 
   cd ${startdir}/src/Mesa-${_mesaver}
   patch -Np1 -i ${srcdir}/mesa-7.1-link-shared.patch
-  export CFLAGS="${CFLAGS} -ffast-math"
   ./configure --prefix=/usr \
     --with-dri-driverdir=/usr/lib/xorg/modules/dri \
     --with-dri-drivers=tdfx \
@@ -43,5 +45,4 @@
   rm -rf ${pkgdir}/usr/lib/pkgconfig
   rm -rf ${pkgdir}/usr/include
   rm -f ${pkgdir}/usr/lib/xorg/modules/dri/libdricore.so
-
 }




More information about the arch-commits mailing list