nvidia: update to 313.18.
This commit is contained in:
parent
45aee81e7e
commit
7b0f5c3448
3 changed files with 7 additions and 17 deletions
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'nvidia-dkms'.
|
||||
#
|
||||
short_desc="NVIDIA non free driver -- DKMS kernel module"
|
||||
long_desc="
|
||||
This package contains the NVIDIA non free kernel module files for DKMS."
|
||||
|
||||
short_desc="NVIDIA non free driver for linux -- DKMS kernel module"
|
||||
nonfree=yes
|
||||
triggers="dkms"
|
||||
dkms_modules="nvidia ${version}"
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'nvidia-opencl'.
|
||||
#
|
||||
short_desc="NVIDIA non free driver -- OpenCL implementation"
|
||||
long_desc="
|
||||
This package contains the NVIDIA non free OpenCL implementation."
|
||||
|
||||
short_desc="NVIDIA non free driver for linux -- OpenCL implementation"
|
||||
nonfree=yes
|
||||
provides="libOpenCL-${version}"
|
||||
replaces="libOpenCL>=0"
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
# Template file for 'nvidia'
|
||||
pkgname=nvidia
|
||||
version=310.19
|
||||
revision=5
|
||||
short_desc="NVIDIA drivers for linux -- libraries and utilities"
|
||||
version=313.18
|
||||
revision=1
|
||||
short_desc="NVIDIA non free driver for linux -- libraries and utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Propietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
long_desc="
|
||||
This package contains the non free NVIDIA libraries and utilities for
|
||||
the propietary NVIDIA driver for the Linux kernel."
|
||||
|
||||
create_wrksrc=yes
|
||||
noextract=yes
|
||||
nonfree=yes
|
||||
disable_debug=yes
|
||||
subpackages="nvidia-dkms nvidia-opencl"
|
||||
depends="nvidia-dkms-${version}_${revision} pkg-config"
|
||||
conflicts="catalyst>=0"
|
||||
|
@ -21,11 +17,11 @@ conflicts="catalyst>=0"
|
|||
if [ "${XBPS_MACHINE}" = "i686" ]; then
|
||||
_pkg="NVIDIA-Linux-x86-${version}"
|
||||
distfiles="ftp://download.nvidia.com/XFree86/Linux-x86/${version}/${_pkg}.run"
|
||||
checksum=85d082c06a1ea07f514d22c0de4d5d2af065bcac37c377c3d755904bbf780c2f
|
||||
checksum=58e5e2191890ace94849444f5d2de4c2921dfe02cd97825d81a128754ff4488f
|
||||
else
|
||||
_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
|
||||
distfiles="ftp://download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
|
||||
checksum=07b59edfaffb178c947af2c083d22dc6af90974aa53a61bb10792a682aaa5c72
|
||||
checksum=5e1611792e801cdf86ca5d9a8387839b56b533840891ff8ab5f8b1e4c8af408b
|
||||
fi
|
||||
|
||||
do_extract() {
|
||||
|
|
Loading…
Reference in a new issue