xf86-video-intel: use today's git code.
For some reason SNA seems to cause a crash with both glibc/musl, and the backtrace is unhelpful... Switch to the current -git code temporarily until the issue is found or a new version is released.
This commit is contained in:
parent
78001f3d54
commit
70932e9efc
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'xf86-video-intel'.
|
||||
pkgname=xf86-video-intel
|
||||
version=2.99.917
|
||||
revision=5
|
||||
version=2.99.917.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config dri2proto"
|
||||
hostmakedepends="git automake libtool pkg-config xorg-util-macros"
|
||||
makedepends="libudev-devel libdrm-devel libpciaccess-devel libXext-devel
|
||||
libXfixes-devel libXv-devel libXvMC-devel xcb-util-devel MesaLib-devel
|
||||
xorg-server-devel"
|
||||
|
@ -14,9 +14,18 @@ short_desc="Xorg DDX Intel video driver"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
checksum=00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9
|
||||
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
#checksum=00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9
|
||||
|
||||
do_fetch() {
|
||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
# Latest commit as of 20150527
|
||||
git reset --hard fb1643f0f904eb258da71cd0b8deb8d3ec6dafed
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user