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