mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
update nvidia and catalyst-testing - maybe the new ati driver works
This commit is contained in:
parent
28fc21d983
commit
d3da1361d0
@ -11,13 +11,13 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
||||
|
||||
pkgname=catalyst-testing
|
||||
pkgver=10.7
|
||||
pkgver=10.8
|
||||
pkgrel=1
|
||||
pkgdesc="AMD/ATI drivers for Radeon brand cards"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.ati.amd.com"
|
||||
license=('custom')
|
||||
depends=('xorg-server<1.9.0' 'kernel26>=2.6.29' 'kernel26<2.6.35' 'kernel26-headers' 'netkit-bsd-finger' 'libstdc++5' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs')
|
||||
depends=('xorg-server<1.9.0' 'kernel26>=2.6.29' 'kernel26<2.6.36' 'kernel26-headers' 'netkit-bsd-finger' 'libstdc++5' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs')
|
||||
|
||||
conflicts=('catalyst' 'catalyst-utils' 'nvidia' 'libgl' 'catalyst-leaked' 'xf86-video-ati' 'xf86-video-radeonhd' 'ati-dri')
|
||||
provides=('catalyst' 'libgl' 'libatical')
|
||||
@ -25,7 +25,7 @@ replaces=('catalyst')
|
||||
install=catalyst.install
|
||||
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run
|
||||
catalyst.sh amdcccle.desktop atieventsd.sh)
|
||||
md5sums=('0855d05f303a442aa493c8542e2993ef'
|
||||
md5sums=('9ecfa448671925ebb277831fff607689'
|
||||
'bdafe749e046bfddee2d1c5e90eabd83'
|
||||
'4efa8414a8fe9eeb50da38b5522ef81d'
|
||||
'f729bf913613f49b0b9759c246058a87')
|
||||
|
@ -1,4 +1,4 @@
|
||||
KERNEL_VERSION=2.6.33-CHAKRA
|
||||
KERNEL_VERSION=2.6.35-CHAKRA
|
||||
|
||||
pre_install() {
|
||||
if [ ! -e /usr/lib/xorg/modules/extensions/libdri.so ]; then
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=nvidia-utils
|
||||
pkgver=256.44
|
||||
pkgver=256.52
|
||||
pkgrel=1
|
||||
pkgdesc="NVIDIA drivers utilities and libraries."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -24,9 +24,9 @@ install=nvidia.install
|
||||
source=("ftp://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/${_srcname}.run"
|
||||
"20-nvidia.conf")
|
||||
|
||||
md5sums=('cb61b75a305e78291db313dae39c625b'
|
||||
md5sums=('f26e21bbcaaf5074ac67ecb2d7461c43'
|
||||
'1b758609e48d4c02099a5dd1000e655f')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('19fdd60520df7f50ae7dbb24e473872b'
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('80af7e2b77e434b4321661691ac88403'
|
||||
'1b758609e48d4c02099a5dd1000e655f')
|
||||
|
||||
build() {
|
||||
|
@ -8,8 +8,8 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=nvidia
|
||||
pkgver=256.44
|
||||
pkgrel=2
|
||||
pkgver=256.52
|
||||
pkgrel=1
|
||||
pkgdesc="NVIDIA drivers for kernel26."
|
||||
arch=('i686' 'x86_64')
|
||||
|
||||
@ -28,8 +28,8 @@ license=('custom')
|
||||
install=nvidia.install
|
||||
source=("ftp://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/${_srcname}.run")
|
||||
|
||||
md5sums=('cb61b75a305e78291db313dae39c625b')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('19fdd60520df7f50ae7dbb24e473872b')
|
||||
md5sums=('f26e21bbcaaf5074ac67ecb2d7461c43')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('80af7e2b77e434b4321661691ac88403')
|
||||
|
||||
|
||||
build()
|
||||
|
Loading…
Reference in New Issue
Block a user