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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Nov 6 18:48:41 UTC 2012


    Date: Tuesday, November 6, 2012 @ 13:48:40
  Author: andyrtr
Revision: 170374

upgpkg: xf86-video-ati 1:7.0.0-1

upstream update 7.0.0 - drops all UMS support

Modified:
  xf86-video-ati/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-06 18:32:31 UTC (rev 170373)
+++ PKGBUILD	2012-11-06 18:48:40 UTC (rev 170374)
@@ -3,28 +3,23 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=xf86-video-ati
-pkgver=6.14.6
+pkgver=7.0.0
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('libdrm>=2.4.37' 'systemd-tools' 'ati-dri')
+depends=('libdrm>=2.4.40' 'systemd-tools' 'ati-dri')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 'scrnsaverproto')
 conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36')
+sha256sums=('c0acc81386425651aae5dfe02d89f935bb63b2a62104da0d88deac3c773ea10e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # fix build now that XAA isn't available in new Xorg - http://bugs.gentoo.org/show_bug.cgi?id=428094
-  sed -i '/USE_XAA, 1/d' configure.ac
-  autoreconf -vfi
-  
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list