Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version
25 lines
722 B
Makefile
25 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/03/01 19:00:11 xtraeme Exp $
|
|
|
|
DISTNAME= ${DISTFILES}
|
|
PKGNAME= xorg-fontserver-${XORG_VER}
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG}
|
|
DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \
|
|
X11R${XORG_VER}-src3.tar.gz
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.x.org/
|
|
COMMENT= X.org font server
|
|
|
|
USE_X11= yes
|
|
USE_BUILDLINK3= yes
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/xorg-libs/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../x11/xorg-libs/patches
|
|
|
|
XBUILD_DIRS= programs/xfs
|
|
XINCLUDE_DIRS= lib/xtrans
|
|
XINSTALL_MAN_DIRS= programs/xfs
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../meta-pkgs/xorg/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|