diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-03 14:25:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-03 14:25:42 +0000 |
commit | 6c100756a949c728286bed88a3ec2a81383cc83f (patch) | |
tree | 9dc09d645e26aa0ce89b793b0f59438f6083604d /x11 | |
parent | 0ca2cd8d4dd9f11b386e12dfec32bc737185d93e (diff) | |
download | pkgsrc-6c100756a949c728286bed88a3ec2a81383cc83f.tar.gz |
Update to 7.5.0:
Alex Deucher (7):
radeon: enable hawaii accel conditionally (v3)
radeon: fix warnings when building against older xservers
radeon/kms: add new CIK pci ids
radeon/kms: add new SI pci ids
radeon/kms: fix mullins pci id
radeon: require libdrm_radeon 2.4.58 for latest SI/CI pci ids
radeon: bump version for release
Andreas Boll (4):
radeon: drop redundant radeon_drm.h includes
radeon: move RADEON_TILING_{MASK, LINEAR} from radeon_drm.h to radeon.h
radeon: drop radeon_drm.h
radeon: remove definitions already present in radeon_drm.h
Hans de Goede (1):
configure: Include xorg-server.h before glamor.h
Maarten Lankhorst (1):
bump version post release
Michel Dänzer (4):
Handle CRTC DPMS from output DPMS hooks
glamor: Set environment variable RADEON_THREAD=0
Add Emacs .dir-local.el file
Revert "glamor: Set environment variable RADEON_THREAD=0"
Thomas DeRensis (2):
radeon: fix a leak in radeon_vbo_get_bo()
radeon: fix build warnings regarding const qualifier
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-ati/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-ati/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile index b2b656589e8..573b5d24f96 100644 --- a/x11/xf86-video-ati/Makefile +++ b/x11/xf86-video-ati/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2014/07/26 20:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/10/03 14:25:42 wiz Exp $ -DISTNAME= xf86-video-ati-7.4.0 +DISTNAME= xf86-video-ati-7.5.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 @@ -31,6 +31,7 @@ CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 .include "../../graphics/MesaLib/buildlink3.mk" .include "../../x11/fontsproto/buildlink3.mk" .include "../../x11/glproto/buildlink3.mk" +BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.58 .include "../../x11/libdrm/buildlink3.mk" .include "../../x11/randrproto/buildlink3.mk" .include "../../x11/renderproto/buildlink3.mk" diff --git a/x11/xf86-video-ati/distinfo b/x11/xf86-video-ati/distinfo index c365533fe81..0163a07170f 100644 --- a/x11/xf86-video-ati/distinfo +++ b/x11/xf86-video-ati/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/07/26 20:30:08 wiz Exp $ +$NetBSD: distinfo,v 1.18 2014/10/03 14:25:42 wiz Exp $ -SHA1 (xf86-video-ati-7.4.0.tar.bz2) = 65ebadef558608beba878d64fc3d10c5a3c706e7 -RMD160 (xf86-video-ati-7.4.0.tar.bz2) = 8b0e0f1300430b244ea3c835d891561df7be33ae -Size (xf86-video-ati-7.4.0.tar.bz2) = 832763 bytes +SHA1 (xf86-video-ati-7.5.0.tar.bz2) = 9cfdaf0bd4a46781b5082c75ca546fc832598124 +RMD160 (xf86-video-ati-7.5.0.tar.bz2) = fc82a385ca60b4942a6b022178bd7af6eb3f3537 +Size (xf86-video-ati-7.5.0.tar.bz2) = 809756 bytes |