[arch-commits] CVS update of arch/build/x11-drivers/xf86-video-ati (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Fri Jul 6 10:37:05 UTC 2007


    Date: Friday, July 6, 2007 @ 06:37:05
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-drivers/xf86-video-ati

Modified: PKGBUILD (1.15 -> 1.16)

uogpkg: xf86-video-ati 6.6.192-4
 * mesa 7.0
 * removed mach64 dri as no drm support available in stockkernel


----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Index: arch/build/x11-drivers/xf86-video-ati/PKGBUILD
diff -u arch/build/x11-drivers/xf86-video-ati/PKGBUILD:1.15 arch/build/x11-drivers/xf86-video-ati/PKGBUILD:1.16
--- arch/build/x11-drivers/xf86-video-ati/PKGBUILD:1.15	Sat Jun  2 04:07:39 2007
+++ arch/build/x11-drivers/xf86-video-ati/PKGBUILD	Fri Jul  6 06:37:05 2007
@@ -1,21 +1,19 @@
-# $Id: PKGBUILD,v 1.15 2007/06/02 08:07:39 alexander Exp $
+# $Id: PKGBUILD,v 1.16 2007/07/06 10:37:05 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-ati
 pkgver=6.6.192
-pkgrel=3
-_mesaver=6.5.3
+pkgrel=4
+_mesaver=7.0
 pkgdesc="X.org ati video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('libdrm>=2.3.0' 'expat>=2.0')
-makedepends=('pkgconfig' 'xorg-server>=1.3.0.0' 'imake' 'mesa>=6.5.3' 'xf86driproto')
+makedepends=('pkgconfig' 'xorg-server>=1.3.0.0-3' 'imake' 'mesa>=7.0' 'xf86driproto')
 groups=('xorg-video-drivers')
-options=('nolibtool')
+options=(!libtool)
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 	http://dl.sourceforge.net/mesa3d/MesaLib-${_mesaver}.tar.bz2)
-md5sums=('f34e42bec3913fe22c124547228d8dba'
-         '46359457147c469745f24b5074a186f0')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -29,11 +27,12 @@
   CONFIG="linux-dri-x86"
   [ "$CARCH" = "x86_64" ] && CONFIG="linux-dri-x86-64"
   echo "EXTRA_LIB_PATH =" >> ${CONFIG}
+  echo "OPT_FLAGS = ${CFLAGS} -fno-strict-aliasing" >> ${CONFIG}
   echo "SRC_DIRS = glx/x11 mesa" >> ${CONFIG}
   echo "USING_EGL = 0" >> ${CONFIG}
   echo "PROGRAM_DIRS =" >> ${CONFIG}
   echo "MKDEP = makedepend" >> ${CONFIG}
-  echo "DRI_DIRS = mach64 r128 radeon r200 r300" >> ${CONFIG}
+  echo "DRI_DIRS = r128 radeon r200 r300" >> ${CONFIG}
   echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> ${CONFIG}
   echo "ARCH_FLAGS += -DGLX_USE_TLS" >> ${CONFIG}
   echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> ${CONFIG}
@@ -47,3 +46,5 @@
   make || return 1
   install -m 755 */*_dri.so ${startdir}/pkg/usr/lib/xorg/modules/dri/
 }
+md5sums=('f34e42bec3913fe22c124547228d8dba'
+         '50c371455fa7532c04aa0a970f9bc51f')




More information about the arch-commits mailing list