xf86-video-intel: update to 2.99.917.20210115.
Also, switch to the actual gitlab and fetch the tarball directly.
This commit is contained in:
parent
c4d2e4d67a
commit
728d0d7e00
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'xf86-video-intel'
|
# Template file for 'xf86-video-intel'
|
||||||
pkgname=xf86-video-intel
|
pkgname=xf86-video-intel
|
||||||
version=2.99.917.20200515
|
version=2.99.917.20210115
|
||||||
revision=1
|
revision=1
|
||||||
_commit=5ca3ac1a90af177eb111a965e9b4dd8a27cc58fc
|
_commit=31486f40f8e8f8923ca0799aea84b58799754564
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
|
wrksrc="xf86-video-intel-master-${_commit}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-default-dri=3"
|
configure_args="--with-default-dri=3"
|
||||||
hostmakedepends="git automake libtool pkg-config xorg-util-macros"
|
hostmakedepends="git automake libtool pkg-config xorg-util-macros"
|
||||||
|
@ -13,20 +14,14 @@ depends="virtual?xserver-abi-video-24_1 mesa-dri"
|
||||||
short_desc="Xorg DDX Intel video driver"
|
short_desc="Xorg DDX Intel video driver"
|
||||||
maintainer="Benjamin Slade <slade@lambda-y.net>"
|
maintainer="Benjamin Slade <slade@lambda-y.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel"
|
homepage="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/"
|
||||||
|
distfiles="${homepage}/-/archive/master/xf86-video-intel-${_commit}.tar.gz"
|
||||||
|
checksum=3cdcf2f84bddf9e9174a8413d8fc855dae893dbc53889329978dec62ee8f6e62
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone --single-branch \
|
|
||||||
https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git \
|
|
||||||
${wrksrc}
|
|
||||||
cd ${wrksrc}
|
|
||||||
git reset --hard ${_commit}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue