mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
xf86-video-nouveau: update to 1.0.12.
This commit is contained in:
parent
7ac6620f57
commit
542742791d
1 changed files with 4 additions and 15 deletions
|
@ -1,27 +1,16 @@
|
||||||
# Template build file for 'xf86-video-nouveau'.
|
# Template build file for 'xf86-video-nouveau'.
|
||||||
pkgname=xf86-video-nouveau
|
pkgname=xf86-video-nouveau
|
||||||
version=1.0.11.99.1
|
version=1.0.12
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
hostmakedepends="git automake libtool pkg-config xorg-util-macros"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libudev-devel libdrm-devel xorg-server-devel"
|
makedepends="libudev-devel libdrm-devel xorg-server-devel"
|
||||||
depends="virtual?xserver-abi-video-20_1 mesa-nouveau-dri"
|
depends="virtual?xserver-abi-video-20_1 mesa-nouveau-dri"
|
||||||
short_desc="Xorg opensource NVIDIA video driver"
|
short_desc="Xorg opensource NVIDIA video driver"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://nouveau.freedesktop.org/wiki/"
|
homepage="http://nouveau.freedesktop.org/wiki/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
#distfiles="http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${version}.tar.bz2"
|
||||||
#checksum=f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848
|
checksum=0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone git://anongit.freedesktop.org/nouveau/xf86-video-nouveau $wrksrc
|
|
||||||
cd $wrksrc
|
|
||||||
# latest commit as of 20151110
|
|
||||||
git reset --hard 1ff13a922535924681b91452235b017e43a4c6f6
|
|
||||||
}
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue