Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
f7a83908
Commit
f7a83908
authored
Jan 26, 2012
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
placing nvidia back in testing, including rebuild libva
parent
c726969d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
libva/PKGBUILD
libva/PKGBUILD
+1
-1
nvidia-lts/PKGBUILD
nvidia-lts/PKGBUILD
+1
-1
nvidia-utils/PKGBUILD
nvidia-utils/PKGBUILD
+2
-2
nvidia/PKGBUILD
nvidia/PKGBUILD
+2
-2
No files found.
libva/PKGBUILD
View file @
f7a83908
...
...
@@ -6,7 +6,7 @@
pkgname
=
libva
pkgver
=
1.0.15
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"libva with patches to extend VA API with data needed for VDPAU and XvBA backends."
arch
=(
'i686'
'x86_64'
)
url
=
"http://freedesktop.org/wiki/Software/vaapi"
...
...
nvidia-lts/PKGBUILD
View file @
f7a83908
...
...
@@ -9,7 +9,7 @@ _kernver="2.6.35-CHAKRA-LTS"
pkgname
=
nvidia-lts
pkgver
=
295.09
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"NVIDIA drivers for kernel26."
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nvidia.com/"
...
...
nvidia-utils/PKGBUILD
View file @
f7a83908
...
...
@@ -7,7 +7,7 @@
pkgbase
=
nvidia-utils
pkgname
=(
'nvidia-utils'
'opencl-nvidia'
'libcl'
'nvidia-settings'
)
pkgver
=
295.09
pkgrel
=
1
pkgrel
=
2
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nvidia.com/"
license
=(
'custom'
)
...
...
@@ -16,7 +16,7 @@ options=('!strip')
[
"
$CARCH
"
=
'i686'
]
&&
{
ARCH
=
'x86'
_pkg
=
"NVIDIA-Linux-
${
ARCH
}
-
${
pkgver
}
"
md5sums
=(
'
50319a4b3818c12c9c7243525e0e631
6'
)
md5sums
=(
'
cd0a20afd4d891adb884b9ad054fa2b
6'
)
}
[
"
$CARCH
"
=
"x86_64"
]
&&
{
...
...
nvidia/PKGBUILD
View file @
f7a83908
...
...
@@ -9,7 +9,7 @@ _kernver=$(pacman -Q linux | cut -c7-9 | sed 's/linux //g')-CHAKRA
pkgname
=
nvidia
pkgver
=
295.09
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"NVIDIA drivers for linux."
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nvidia.com/"
...
...
@@ -23,7 +23,7 @@ if [ "$CARCH" = "i686" ]; then
_ARCH
=
'x86'
_pkg
=
"NVIDIA-Linux-
${
_ARCH
}
-
${
pkgver
}
"
source
=(
"ftp://download.nvidia.com/XFree86/Linux-
${
_ARCH
}
/
${
pkgver
}
/
${
_pkg
}
.run"
)
md5sums
=(
'
50319a4b3818c12c9c7243525e0e631
6'
)
md5sums
=(
'
cd0a20afd4d891adb884b9ad054fa2b
6'
)
elif
[
"
$CARCH
"
=
"x86_64"
]
;
then
_ARCH
=
'x86_64'
_pkg
=
"NVIDIA-Linux-
${
_ARCH
}
-
${
pkgver
}
-no-compat32"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment