4924b256d1
Finally figured out how to use the X.Org automatic submission script after realizing that I had to change the script in order for OpenChrome DDX to build in the first place. OpenChrome DDX Version 0.6 has added the following new features. - First official support for CX700, VX700, and VX800 chipsets integrated TMDS transmitter (i.e., DVI support) - Initial support for Silicon Image SiI 164 TMDS transmitter OpenChrome DDX Version 0.6 has the following improvements. - Improved FP reinitialization when resuming from standby (HP 2133 Mini-Note, FIC CE260 / CE261 based netbooks like Everex CloudBook and Sylvania g netbook) - Improved automatic detection of display resources - Improved X Server stability in dual monitor mode - Automatic active steering of the display controller channel to the correct display output device OpenChrome DDX Version 0.6 fixes the following bugs. - Fix for the disruption of the VT (Virtual Terminal) screen bug introduced in Version 0.5 - Fix for HP 2133 Mini-Note's PCIe WLAN getting turned off inadvertently bug introduced in Version 0.5
35 lines
995 B
Makefile
35 lines
995 B
Makefile
# $NetBSD: Makefile,v 1.19 2017/03/08 09:13:45 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-openchrome-0.6.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/archive/individual/driver/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.openchrome.org/
|
|
COMMENT= Modular Xorg OpenChrome driver for VIA UniChrome video chipsets
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-maintainer-mode
|
|
CONFIGURE_ARGS+= --enable-dri
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_VARS+= XvMC
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
|
|
PLIST.XvMC= yes
|
|
.endif
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/libXvMC/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|