xf86-video-amdgpu: update to 1.0.0.
This commit is contained in:
parent
cc900cddb8
commit
108bdcd99d
1 changed files with 4 additions and 12 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'xf86-video-amdgpu'.
|
||||
pkgname=xf86-video-amdgpu
|
||||
version=0.0.20151110
|
||||
version=1.0.0
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake git libtool xorg-util-macros pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xf86driproto libudev-devel libpciaccess-devel
|
||||
libdrm-devel pixman-devel MesaLib-devel xorg-server-devel"
|
||||
depends="virtual?xserver-abi-video-20_1 mesa-ati-dri"
|
||||
|
@ -13,13 +13,5 @@ short_desc="Xorg AMD Radeon RXXX video driver (amdgpu kernel module)"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-amdgpu $wrksrc
|
||||
cd $wrksrc
|
||||
# latest commit as of $version
|
||||
git reset --hard 92e7c93d2f9c3036da1a17d7fccccb6f9e9eaa3d
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
distfiles="http://xorg.freedesktop.org//releases/individual/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=296bd5376f4921bbdb3d0e6e6bc100ff2682312ae5965a43d3cab53f50f92a6a
|
||||
|
|
Loading…
Reference in a new issue