xenocara/lib/libXft
matthieu c5ffd11875 MFC: Use FT_*_H macros instead of including <freetype/*.h>
freetype moved its headers around in 2.5.1.
2014-01-03 13:01:26 +00:00
..
include/X11/Xft update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
man update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
src MFC: Use FT_*_H macros instead of including <freetype/*.h> 2014-01-03 13:01:26 +00:00
aclocal.m4 Regen with util-macros 1.17. Fixes configure on landisk (and probably the 2012-03-14 11:24:40 +00:00
AUTHORS import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
ChangeLog Update to libXft 2.3.1 2012-06-11 19:23:03 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
config.h.in update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
config.sub regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
configure Update to libXft 2.3.1 2012-06-11 19:23:03 +00:00
configure.ac Update to libXft 2.3.1 2012-06-11 19:23:03 +00:00
COPYING Update to libXft 2.1.14 2009-10-31 18:23:14 +00:00
depcomp import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
INSTALL regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
install-sh import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
ltmain.sh update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
Makefile.am Update to libXft 2.2.0 2010-11-11 10:18:57 +00:00
Makefile.bsd-wrapper Bump the major on every single base library. There are a couple 2013-08-13 07:07:07 +00:00
Makefile.in update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
missing import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
NEWS update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
README update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
xft.pc.in Update to libXft 2.2.0 2010-11-11 10:18:57 +00:00

			Xft
		X FreeType library

Xft version 2.1 was the first stand alone release of Xft, a library that
connects X applications with the FreeType font rasterization library. Xft
uses fontconfig to locate fonts so it has no configuration files.

Before building Xft you will need to have installed:
	freetype			http://freetype.org/
	fontconfig			http://fontconfig.org/
	libX11, libXext, & libXrender	http://x.org/

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libXft

        http://cgit.freedesktop.org/xorg/lib/libXft

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage

To release a version of this library:

 1.     Update the version number in configure.ac
 2.     Fix the NEWS file
                Change version number
                Set the date
		add highlights
 3.     Commit those changes
 4.     rebuild the configuration files with autogen.sh
                sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
 5.     Follow the steps listed in
	http://xorg.freedesktop.org/wiki/Development/Documentation/ReleaseHOWTO

Keith Packard
keithp@keithp.com