Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/libXft/dist initial import of libXft-2.3.3
details: https://anonhg.NetBSD.org/xsrc/rev/bb12dbe57de9
branches: xorg
changeset: 10230:bb12dbe57de9
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 18 02:30:05 2019 +0000
description:
initial import of libXft-2.3.3
diffstat:
external/mit/libXft/dist/ChangeLog | 76 +
external/mit/libXft/dist/Makefile.am | 2 +
external/mit/libXft/dist/Makefile.in | 50 +-
external/mit/libXft/dist/NEWS | 9 +-
external/mit/libXft/dist/README.md | 47 +
external/mit/libXft/dist/aclocal.m4 | 5312 ++++++++++++---------
external/mit/libXft/dist/compile | 2 +-
external/mit/libXft/dist/config.guess | 854 +-
external/mit/libXft/dist/config.h.in | 3 +-
external/mit/libXft/dist/config.sub | 345 +-
external/mit/libXft/dist/configure | 2621 ++++++----
external/mit/libXft/dist/configure.ac | 4 +-
external/mit/libXft/dist/depcomp | 2 +-
external/mit/libXft/dist/include/X11/Xft/Xft.h | 2 +-
external/mit/libXft/dist/install-sh | 354 +-
external/mit/libXft/dist/ltmain.sh | 5812 +++++++++++++++--------
external/mit/libXft/dist/man/Makefile.in | 25 +-
external/mit/libXft/dist/missing | 6 +-
external/mit/libXft/dist/src/Makefile.in | 27 +-
external/mit/libXft/dist/src/xftdpy.c | 4 +
external/mit/libXft/dist/src/xftdraw.c | 73 +-
external/mit/libXft/dist/src/xftint.h | 1 +
22 files changed, 9126 insertions(+), 6505 deletions(-)
diffs (truncated from 27808 to 300 lines):
diff -r 22fa83e39fe8 -r bb12dbe57de9 external/mit/libXft/dist/ChangeLog
--- a/external/mit/libXft/dist/ChangeLog Mon Mar 18 02:30:01 2019 +0000
+++ b/external/mit/libXft/dist/ChangeLog Mon Mar 18 02:30:05 2019 +0000
@@ -1,3 +1,79 @@
+commit a266847d3c17dcdfcac719a1aa970ad54f4b545a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Mar 16 11:03:38 2019 -0700
+
+ libXft 2.3.3
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fab5adf8fa3073862267e14aece1adf9eed0541c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Mar 16 11:03:17 2019 -0700
+
+ Add description of libXft to README.md
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b397ffb23f02389b6c6168e7826605789907d740
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 7 19:42:33 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bdfb2b0e0fbf02ae69fe6cb2fbe352c4231e5c54
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Nov 19 22:20:38 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c418dc7594f98359ae10815f62ee3efc0a511cf8
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date: Thu Jan 26 13:52:49 2017 +1000
+
+ autogen: add default patch prefix
+
+ Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit 6a12debafe35963d205e0dc78eb742ad898312b7
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date: Mon Mar 9 12:00:52 2015 +0000
+
+ autogen.sh: use quoted string variables
+
+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+ fall-outs, when they contain space.
+
+ Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+ Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 0d3402d1138afe9854452eb494acc649faa0dc9e
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Tue Jan 24 10:32:07 2017 +1000
+
+ autogen.sh: use exec instead of waiting for configure to finish
+
+ Syncs the invocation of configure with the one from the server.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit e8a83226bc10afb587f6f34daac44d2ef809c85e
+Author: Keith Packard <keithp%keithp.com@localhost>
+Date: Sun Oct 19 18:00:26 2014 -0500
+
+ XftDrawSrcPicture: Use XRenderCreateSolidFill when available
+
+ Instead of creating 1x1 pictures, use the solid pictures added in
+ Render version 0.10
+
+ Signed-off-by: Keith Packard <keithp%keithp.com@localhost>
+ Reviewed-by: Adam Jackson <ajax%redhat.com@localhost>
+
commit 214f9b5306d833e2787c75fe41dfdc9228fcb738
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Thu Jun 5 23:04:54 2014 -0700
diff -r 22fa83e39fe8 -r bb12dbe57de9 external/mit/libXft/dist/Makefile.am
--- a/external/mit/libXft/dist/Makefile.am Mon Mar 18 02:30:01 2019 +0000
+++ b/external/mit/libXft/dist/Makefile.am Mon Mar 18 02:30:05 2019 +0000
@@ -35,3 +35,5 @@
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r 22fa83e39fe8 -r bb12dbe57de9 external/mit/libXft/dist/Makefile.in
--- a/external/mit/libXft/dist/Makefile.in Mon Mar 18 02:30:01 2019 +0000
+++ b/external/mit/libXft/dist/Makefile.in Mon Mar 18 02:30:05 2019 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -36,7 +36,17 @@
# PERFORMANCE OF THIS SOFTWARE.
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -100,16 +110,12 @@
build_triplet = @build@
host_triplet = @host@
subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) \
- $(srcdir)/config.h.in $(top_srcdir)/include/X11/Xft/Xft.h.in \
- $(srcdir)/xft.pc.in AUTHORS COPYING ChangeLog INSTALL NEWS \
- README compile config.guess config.sub install-sh missing \
- ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
@@ -202,6 +208,10 @@
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+ $(srcdir)/xft.pc.in $(top_srcdir)/include/X11/Xft/Xft.h.in \
+ AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
+ config.sub install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -301,6 +311,7 @@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MAN_SUBSTS = @MAN_SUBSTS@
@@ -322,6 +333,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
@@ -389,6 +402,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xft.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -408,7 +422,6 @@
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -672,15 +685,15 @@
$(am__post_remove_distdir)
dist-tarZ: distdir
- @echo WARNING: "Support for shar distribution archives is" \
- "deprecated." >&2
+ @echo WARNING: "Support for distribution archives compressed with" \
+ "legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
- @echo WARNING: "Support for distribution archives compressed with" \
- "legacy program 'compress' is deprecated." >&2
+ @echo WARNING: "Support for shar distribution archives is" \
+ "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
@@ -716,16 +729,17 @@
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
- mkdir $(distdir)/_build $(distdir)/_inst
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
- && $(am__cd) $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ && $(am__cd) $(distdir)/_build/sub \
+ && ../../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+ --srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -907,6 +921,8 @@
ps ps-am tags tags-am uninstall uninstall-am \
uninstall-pkgconfigDATA
+.PRECIOUS: Makefile
+
.PHONY: ChangeLog INSTALL
diff -r 22fa83e39fe8 -r bb12dbe57de9 external/mit/libXft/dist/NEWS
--- a/external/mit/libXft/dist/NEWS Mon Mar 18 02:30:01 2019 +0000
+++ b/external/mit/libXft/dist/NEWS Mon Mar 18 02:30:05 2019 +0000
@@ -1,12 +1,17 @@
Xft
X FreeType library
- Version 2.3.0
- 2012-03-07
+ Version 2.3.3
+ 2019-03-16
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.
+Version 2.3.3
+
+Use XRenderCreateSolidFill when available (Render version 0.10 or later)
+in XftDrawSrcPicture.
+
Version 2.3.2
Build fix for freetype 2.5.1, man page fix for XftDrawString8 & XftDrawRect.
diff -r 22fa83e39fe8 -r bb12dbe57de9 external/mit/libXft/dist/README.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/libXft/dist/README.md Mon Mar 18 02:30:05 2019 +0000
@@ -0,0 +1,47 @@
+libXft - X FreeType library
+---------------------------
+
+libXft is the client side font rendering library, using libfreetype,
+libX11, and the X Render extension to display anti-aliased text.
+
+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 https://freetype.org/
+ - Fontconfig https://fontconfig.org/
+ - libX11, libXext, & libXrender https://x.org/
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/lib/libXft
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+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
Home |
Main Index |
Thread Index |
Old Index