diff options
author | abs <abs@pkgsrc.org> | 2008-11-12 12:19:28 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-11-12 12:19:28 +0000 |
commit | d1af3aead4aed227506cb78d47ccd765ac3269bd (patch) | |
tree | 64a3a84d2eafa771f421e16b24144747bac232c1 /x11 | |
parent | fb4d2964dd2921d88a55bf7c6f610d928fba242e (diff) | |
download | pkgsrc-d1af3aead4aed227506cb78d47ccd765ac3269bd.tar.gz |
Updated x11/xf86-video-radeonhd to 1.2.3
Version 1.2.3
* Added Command Submission infrastructure.
Version 1.2.2
* Added DRI support (R5xx and RS6xx).
* Added support for RV770, RS780, M82, M86, and M88.
* Added XVideo support.
* Added CP based 2D acceleration (R5xx and RS6xx).
* Added EXA render acceleration (R5xx and RS6xx).
* Added support for AtomBIOS based mode setting.
* Added support for scaled modes.
* Added RandR support for backlight control.
* Lots of modesetting related bug fixes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-radeonhd/Makefile | 8 | ||||
-rw-r--r-- | x11/xf86-video-radeonhd/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-video-radeonhd/patches/patch-aa | 40 |
3 files changed, 8 insertions, 49 deletions
diff --git a/x11/xf86-video-radeonhd/Makefile b/x11/xf86-video-radeonhd/Makefile index 06a52cf7c68..943d9b7bab7 100644 --- a/x11/xf86-video-radeonhd/Makefile +++ b/x11/xf86-video-radeonhd/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2008/09/18 20:57:51 bjs Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/12 12:19:28 abs Exp $ # -DISTNAME= xf86-video-radeonhd-1.2.1 -PKGREVISION= 1 +DISTNAME= xf86-video-radeonhd-1.2.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://ati.amd.com/ +HOMEPAGE= http://wiki.x.org/wiki/radeonhd COMMENT= Modular X.org driver for Radeon HD series PKG_DESTDIR_SUPPORT= user-destdir @@ -20,6 +19,7 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_atombios_h=yes CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_Decoder_h=yes +.include "../../graphics/MesaLib/buildlink3.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../x11/randrproto/buildlink3.mk" .include "../../x11/renderproto/buildlink3.mk" diff --git a/x11/xf86-video-radeonhd/distinfo b/x11/xf86-video-radeonhd/distinfo index d66aee1f766..a2e4e51b2ab 100644 --- a/x11/xf86-video-radeonhd/distinfo +++ b/x11/xf86-video-radeonhd/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/04/15 08:33:54 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2008/11/12 12:19:28 abs Exp $ -SHA1 (xf86-video-radeonhd-1.2.1.tar.bz2) = 9784c0c3562b7076de72db4a11118e0660fe2272 -RMD160 (xf86-video-radeonhd-1.2.1.tar.bz2) = f35d3a9491c5f43e94dda391a8b292aa46590a84 -Size (xf86-video-radeonhd-1.2.1.tar.bz2) = 512608 bytes -SHA1 (patch-aa) = c4b8a4e571820375099481f61a915e5c08b20cd1 +SHA1 (xf86-video-radeonhd-1.2.3.tar.bz2) = 031d00676b0263beafba0b26060e49bf7ba52791 +RMD160 (xf86-video-radeonhd-1.2.3.tar.bz2) = fe48b7482f4ebf84a6a5f1943e719d08601edc6b +Size (xf86-video-radeonhd-1.2.3.tar.bz2) = 618272 bytes diff --git a/x11/xf86-video-radeonhd/patches/patch-aa b/x11/xf86-video-radeonhd/patches/patch-aa deleted file mode 100644 index e35f2387565..00000000000 --- a/x11/xf86-video-radeonhd/patches/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2008/04/12 10:16:59 xtraeme Exp $ - ---- src/AtomBios/includes/CD_Common_Types.h.orig 2008-04-12 12:14:19.000000000 +0200 -+++ src/AtomBios/includes/CD_Common_Types.h 2008-04-12 12:14:36.000000000 +0200 -@@ -37,34 +37,7 @@ - #ifndef _COMMON_TYPES_H_ - #define _COMMON_TYPES_H_ - -- #ifndef LINUX -- #if _MSC_EXTENSIONS -- -- // -- // use Microsoft* C complier dependent interger width types -- // -- // typedef unsigned __int64 uint64_t; -- // typedef __int64 int64_t; -- typedef unsigned __int32 uint32_t; -- typedef __int32 int32_t; --#elif defined (__linux__) || defined (__NetBSD__) \ -- || defined(__sun) || defined(__OpenBSD__) \ -- || defined (__FreeBSD__) || defined(__DragonFly__) -- typedef unsigned int uint32_t; -- typedef int int32_t; -- #else -- typedef unsigned long uint32_t; -- typedef signed long int32_t; -- #endif -- typedef unsigned char uint8_t; --#if (defined(__sun) && defined(_CHAR_IS_SIGNED)) -- typedef char int8_t; --#else -- typedef signed char int8_t; --#endif -- typedef unsigned short uint16_t; -- typedef signed short int16_t; -- #endif -+#include <inttypes.h> - #ifndef UEFI_BUILD - typedef signed int intn_t; - typedef unsigned int uintn_t; |