[arch-commits] Commit in xf86-video-tdfx/repos (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 17:16:28 UTC 2008


    Date: Saturday, October 4, 2008 @ 13:16:28
  Author: andyrtr
Revision: 14190

Merged revisions 13005 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xf86-video-tdfx/trunk

........
  r13005 | jgc | 2008-09-25 18:42:11 +0000 (Do, 25 Sep 2008) | 1 line
  
  upgpkg: xf86-video-tdfx 1.4.0-3
........

Modified:
  xf86-video-tdfx/repos/testing-x86_64/	(properties)
  xf86-video-tdfx/repos/testing-x86_64/PKGBUILD

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


Property changes on: xf86-video-tdfx/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xf86-video-tdfx/trunk:1-11592
   + /xf86-video-tdfx/trunk:1-14189

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-10-04 17:12:51 UTC (rev 14189)
+++ testing-x86_64/PKGBUILD	2008-10-04 17:16:28 UTC (rev 14190)
@@ -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