xf86-video-ati: update to git master 0288a4b87b65.
7.5.0 is now 12 months old... and git master contains DRI3 support for a while. So switch this to git meanwhile.
This commit is contained in:
parent
10b7acff04
commit
777938d51f
1 changed files with 15 additions and 6 deletions
|
@ -1,19 +1,28 @@
|
|||
# Template build file for 'xf86-video-ati'.
|
||||
pkgname=xf86-video-ati
|
||||
version=7.5.0
|
||||
revision=2
|
||||
version=7.5.0.99.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glamor"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake git xorg-util-macros libtool pkg-config"
|
||||
makedepends="xf86driproto libudev-devel libpciaccess-devel
|
||||
libdrm-devel pixman-devel MesaLib-devel xorg-server-devel"
|
||||
depends="virtual?xserver-abi-video-19_1 mesa-ati-dri"
|
||||
replaces="xf86-video-ati>=0"
|
||||
short_desc="Xorg ATI Radeon video driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
checksum=ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936
|
||||
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
#checksum=ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936
|
||||
|
||||
do_fetch() {
|
||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-ati $wrksrc
|
||||
cd $wrksrc
|
||||
# latest commit as of 20150928
|
||||
git reset --hard 0288a4b87b65b
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue