diff options
author | Juergen Daubert <jue@jue.li> | 2012-09-18 13:36:25 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-09-18 13:36:25 +0200 |
commit | aec7fc1a1274bff74d703316d4e6fad576142f00 (patch) | |
tree | b0afcced22bff2c2f0b7629d0a9eaf93468da406 /xorg-xf86-video-ati | |
parent | 8d05ef896dad6720e952556447d8d39ad209a289 (diff) | |
download | xorg-aec7fc1a1274bff74d703316d4e6fad576142f00.tar.gz xorg-aec7fc1a1274bff74d703316d4e6fad576142f00.tar.xz |
xorg-xf86-video-ati: update to 6.14.6.53
temporary switch to a git snapshot, because 6.14.6 refuse to build
with latest org-server 1.13.0
Diffstat (limited to 'xorg-xf86-video-ati')
-rw-r--r-- | xorg-xf86-video-ati/.footprint | 7 | ||||
-rw-r--r-- | xorg-xf86-video-ati/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xf86-video-ati/Pkgfile | 7 |
3 files changed, 5 insertions, 11 deletions
diff --git a/xorg-xf86-video-ati/.footprint b/xorg-xf86-video-ati/.footprint index a4060081..951851ee 100644 --- a/xorg-xf86-video-ati/.footprint +++ b/xorg-xf86-video-ati/.footprint @@ -7,13 +7,6 @@ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ati_drv.so -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_drv.so -drwxr-xr-x root/root usr/lib/xorg/modules/multimedia/ --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre200_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre200_drv.so --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_detect_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_detect_drv.so --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/theatre_drv.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man4/ -rw-r--r-- root/root usr/man/man4/ati.4.gz diff --git a/xorg-xf86-video-ati/.md5sum b/xorg-xf86-video-ati/.md5sum index 39ae2265..98449e29 100644 --- a/xorg-xf86-video-ati/.md5sum +++ b/xorg-xf86-video-ati/.md5sum @@ -1 +1 @@ -3e945273edd3b8beb96bd40f7929d450 xf86-video-ati-6.14.6.tar.bz2 +5554cc34dd0cd52b7f0ecdb7f2134bae xf86-video-ati-6.14.6.53.tar.xz diff --git a/xorg-xf86-video-ati/Pkgfile b/xorg-xf86-video-ati/Pkgfile index 3ffde704..f178a13d 100644 --- a/xorg-xf86-video-ati/Pkgfile +++ b/xorg-xf86-video-ati/Pkgfile @@ -1,12 +1,13 @@ -# Description: xorg driver xf86-video-ati +# Description: ATI Radeon video driver for the Xorg X server # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-server name=xorg-xf86-video-ati -version=6.14.6 +version=6.14.6.53 release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2) +#source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2) +source=(http://crux.s3.amazonaws.com/dist/xf86-video-ati-$version.tar.xz) build() { cd xf86-video-ati-$version |