xf86-video-amdgpu: update to 21.0.0.
This commit is contained in:
parent
c48df4e00a
commit
6624995117
1 changed files with 5 additions and 10 deletions
|
@ -1,27 +1,22 @@
|
||||||
# Template file for 'xf86-video-amdgpu'
|
# Template file for 'xf86-video-amdgpu'
|
||||||
pkgname=xf86-video-amdgpu
|
pkgname=xf86-video-amdgpu
|
||||||
version=19.1.0
|
version=21.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorgproto eudev-libudev-devel libpciaccess-devel
|
makedepends="xorgproto eudev-libudev-devel libpciaccess-devel libdrm-devel
|
||||||
libdrm-devel pixman-devel MesaLib-devel xorg-server-devel"
|
pixman-devel MesaLib-devel xorg-server-devel xorg-util-macros"
|
||||||
depends="virtual?xserver-abi-video-24_1 mesa-dri"
|
depends="virtual?xserver-abi-video-24_1 mesa-dri"
|
||||||
short_desc="Xorg AMD Radeon RXXX video driver (amdgpu kernel module)"
|
short_desc="Xorg AMD Radeon RXXX video driver (amdgpu kernel module)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wiki.freedesktop.org/xorg"
|
homepage="https://wiki.freedesktop.org/xorg"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d
|
checksum=607823034defba6152050e5eb1c4df94b38819ef764291abadd81b620bc2ad88
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
CFLAGS="-fcommon"
|
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
armv6*) broken="no dri.h";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue