[arch-commits] Commit in xf86-video-ati/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 4 16:14:44 UTC 2008


    Date: Saturday, October 4, 2008 @ 12:14:43
  Author: andyrtr
Revision: 14184

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

........
  r13017 | jgc | 2008-09-25 19:12:19 +0000 (Do, 25 Sep 2008) | 2 lines
  
  upgpkg: xf86-video-ati 6.9.0-4
      Remove git patch for now
........

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

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


Property changes on: xf86-video-ati/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xf86-video-ati/trunk:1-12532
   + /xf86-video-ati/trunk:1-14183

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-10-04 16:01:37 UTC (rev 14183)
+++ testing-x86_64/PKGBUILD	2008-10-04 16:14:43 UTC (rev 14184)
@@ -3,13 +3,13 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 pkgname=xf86-video-ati
 pkgver=6.9.0
-pkgrel=3
-_mesaver="7.1"
+pkgrel=4
+_mesaver="7.2"
 pkgdesc="X.org ati video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
-depends=('libdrm>=2.3.1' 'libgl>=7.1-2' 'libpciaccess')
-makedepends=('pkgconfig' 'xorg-server>=1.5.0' "mesa>=${_mesaver}"
+depends=('libdrm>=2.3.1' 'libgl>=7.2' 'libpciaccess')
+makedepends=('pkgconfig' 'xorg-server>=1.5.0' "mesa>=${_mesaver}" 'fontsproto'
 	     'glproto>=1.4.9' 'xf86driproto' 'diffutils' 'dri2proto')
 conflicts=('xorg-server<1.5.0')
 groups=('xorg-video-drivers')
@@ -19,17 +19,17 @@
        mesa-7.1-link-shared.patch
        git-20080827.patch)
 md5sums=('afa4873f58ae6fa31fedeb9ed31531db'
-         '6bff7f532d16f90f944a400c8bd7074d'
+         '04d379292e023df0b0266825cb0dbde5'
          'f0baa948d9810f268413111ee439d24b'
 	 '22bc6f86627fd2f4a613ce2958f9f325')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/git-20080827.patch" || return 1
-  libtoolize --force --copy || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
+  #patch -Np1 -i "${srcdir}/git-20080827.patch" || return 1
+  #libtoolize --force --copy || return 1
+  #aclocal || return 1
+  #autoconf || return 1
+  #automake || return 1
   ./configure --prefix=/usr \
               --enable-dri || return 1
   make || return 1




More information about the arch-commits mailing list