Re: Bug#287608: Missing dependency on lesstif2-dev?

2005-03-31 Thread Aaron M. Ucko
"Marcelo E. Magallon" <[EMAIL PROTECTED]> writes:

>  I'm willing to say that the following packages use GLw:
>
> Package: libvibrant6
> Package: ncbi-tools-x11

For the record, these don't; there may be other false positives too.

Anyway, it looks like libGLw's object files are independent of each
other, so code that pulls in GLwDrawA.h rather than GLwMDrawA.h should
be able to link against libGLw without needing any Motif or Lesstif
libraries, though it will still generally need Xt (unless it limits
itself to a couple of lower-level utility functions, which is pretty
unlikely).  As such, I'd say that whatever package contains libGLw
should merely Suggest lesstif2-dev | lesstif-dev, though it ought to
Recommend, if not Depend on, libxt-dev.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#236252: Policy clarification

2005-03-31 Thread Manoj Srivastava
10.7. Configuration files
-

10.7.1. Definitions
---

 configuration file
  A file that affects the operation of a program, or provides site-
  or host-specific information, or otherwise customizes the
  behavior of a program.  Typically, configuration files are
  intended to be modified by the system administrator (if needed or
  desired) to conform to local policy or to provide more useful
  site-specific behavior.



Something that causes X to interpret my key strokes, and
 insert characters, is definitely a configuration file.

Why else would X authors create a file where key bindings are
 defined, if it was not meant to be modified by the local admin or
 users? They could easily have hardcoded it in code were it not meant
 to be modifiable at run time.

Frankly, I fail to see how you can call a  run time changeable
 key bindings anything but a configuration file.

And policy is pretty clear on what is or is not a
 configuration file as well.

So, this is serious, but you may also set it to be
 sarge-ignore, as is your prerogative.

manoj
-- 
> Tut mir Leid, Jost, aber Du bist ein unertraeglicher Troll. Was soll
> das? Du *beleidigst* die Trolle! -- de.comp.os.unix.linux.misc
Manoj Srivastava <[EMAIL PROTECTED]>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force Xft SVN commit: r115 - in trunk: . debian

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 15:37:22 -0500 (Thu, 31 Mar 2005)
New Revision: 115

Modified:
   trunk/debian/changelog
   trunk/xft-config.in
Log:
Correct xft-config's usage message:
+ No non-option arguments are allowed.
+ At least one option argument must be specified.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-03-30 07:39:46 UTC (rev 114)
+++ trunk/debian/changelog  2005-03-31 20:37:22 UTC (rev 115)
@@ -6,8 +6,12 @@
 Keith Packard as the upstream maintainer, not the upstream author
 (upstream now provides an AUTHORS file to clarify the latter).
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Wed, 30 Mar 2005 02:38:52 -0500
+  * Correct xft-config's usage message:
++ No non-option arguments are allowed.
++ At least one option argument must be specified.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 15:36:12 -0500
+
 xft (2.1.2-6) unstable; urgency=low
 
   * Make package compatible with the XFree86 4.3.0 package reorganization.

Modified: trunk/xft-config.in
===
--- trunk/xft-config.in 2005-03-30 07:39:46 UTC (rev 114)
+++ trunk/xft-config.in 2005-03-31 20:37:22 UTC (rev 115)
@@ -15,13 +15,14 @@
 usage()
 {
   cat <

X Strike Force Xft SVN commit: r116 - in trunk: . debian

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 15:47:14 -0500 (Thu, 31 Mar 2005)
New Revision: 116

Modified:
   trunk/debian/changelog
   trunk/xft-config.in
Log:
Enhance xft-config's usage message:
+ Use ellipsis notation to indicate that more than one option is allowed.
+ Provide one-sentence summary of the command's purpose.
+ Sort option names in lexicographic order.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-03-31 20:37:22 UTC (rev 115)
+++ trunk/debian/changelog  2005-03-31 20:47:14 UTC (rev 116)
@@ -6,11 +6,14 @@
 Keith Packard as the upstream maintainer, not the upstream author
 (upstream now provides an AUTHORS file to clarify the latter).
 
-  * Correct xft-config's usage message:
+  * Correct and enhance xft-config's usage message:
 + No non-option arguments are allowed.
 + At least one option argument must be specified.
++ Use ellipsis notation to indicate that more than one option is allowed.
++ Provide one-sentence summary of the command's purpose.
++ Sort option names in lexicographic order.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 15:36:12 -0500
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 15:46:45 -0500
 
 xft (2.1.2-6) unstable; urgency=low
 

Modified: trunk/xft-config.in
===
--- trunk/xft-config.in 2005-03-31 20:37:22 UTC (rev 115)
+++ trunk/xft-config.in 2005-03-31 20:47:14 UTC (rev 116)
@@ -15,13 +15,15 @@
 usage()
 {
   cat <

X Strike Force Xft SVN commit: r117 - trunk

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 16:08:34 -0500 (Thu, 31 Mar 2005)
New Revision: 117

Modified:
   trunk/xft-config.in
Log:
Improve one-line description of command in usage message.


Modified: trunk/xft-config.in
===
--- trunk/xft-config.in 2005-03-31 20:47:14 UTC (rev 116)
+++ trunk/xft-config.in 2005-03-31 21:08:34 UTC (rev 117)
@@ -16,7 +16,7 @@
 {
   cat <

X Strike Force Xft SVN commit: r118 - in trunk: . debian

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 16:52:51 -0500 (Thu, 31 Mar 2005)
New Revision: 118

Added:
   trunk/xft-config.1.in
Modified:
   trunk/Makefile.am
   trunk/Makefile.in
   trunk/configure
   trunk/configure.ac
   trunk/debian/changelog
   trunk/debian/libxft-dev.install
   trunk/xft-config.in
Log:
Write and ship manual page for xft-config.

xft-config:
+ Add cross-reference to manual page.

Makefile.am:
+ Add xft-config.1 to man_MANS.
+ Add xft-config.1.in to EXTRA_DIST.

configure.ac:
+ Add xft-config.1 to list of generated files in AC_OUTPUT.

Makefile.in,
configure:
+ Re-run aclocal-1.7, automake-1.7, and autoconf to reflect changes in
  Makefile.am and configure.ac.


Modified: trunk/Makefile.am
===
--- trunk/Makefile.am   2005-03-31 21:08:34 UTC (rev 117)
+++ trunk/Makefile.am   2005-03-31 21:52:51 UTC (rev 118)
@@ -23,7 +23,7 @@
 
 bin_SCRIPTS = xft-config
 
-man_MANS = Xft.3
+man_MANS = Xft.3 xft-config.1
 
 AM_CFLAGS = $(FONTCONFIG_CFLAGS) $(FREETYPE_CFLAGS) $(XRENDER_CFLAGS) \
$(WARN_CFLAGS)
@@ -61,4 +61,4 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xft.pc
 
-EXTRA_DIST = xft-config.in xft.pc.in Xft.3.in autogen.sh
+EXTRA_DIST = xft-config.in xft-config.1.in xft.pc.in Xft.3.in autogen.sh

Modified: trunk/Makefile.in
===
--- trunk/Makefile.in   2005-03-31 21:08:34 UTC (rev 117)
+++ trunk/Makefile.in   2005-03-31 21:52:51 UTC (rev 118)
@@ -167,7 +167,7 @@
 
 bin_SCRIPTS = xft-config
 
-man_MANS = Xft.3
+man_MANS = Xft.3 xft-config.1
 
 AM_CFLAGS = $(FONTCONFIG_CFLAGS) $(FREETYPE_CFLAGS) $(XRENDER_CFLAGS) \
$(WARN_CFLAGS)
@@ -202,17 +202,17 @@
 libXft_la_LDFLAGS = -version-number 2:1:2 -no-undefined
 
 libXftincludedir = $(includedir)/X11/Xft
-libXftinclude_HEADERS = Xft.h XftCompat.h 
+libXftinclude_HEADERS = Xft.h XftCompat.h
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xft.pc
 
-EXTRA_DIST = xft-config.in xft.pc.in Xft.3.in $(man_MANS) autogen.sh
+EXTRA_DIST = xft-config.in xft-config.1.in xft.pc.in Xft.3.in autogen.sh
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = xft.pc xft-config Xft.3
+CONFIG_CLEAN_FILES = xft.pc xft-config xft-config.1 Xft.3
 LTLIBRARIES = $(lib_LTLIBRARIES)
 
 libXft_la_DEPENDENCIES =
@@ -254,7 +254,7 @@
$(srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
Makefile.am NEWS Xft.3.in aclocal.m4 config.guess config.h.in \
config.sub configure configure.ac depcomp install-sh ltmain.sh \
-   missing mkinstalldirs xft-config.in xft.pc.in
+   missing mkinstalldirs xft-config.1.in xft-config.in xft.pc.in
 SOURCES = $(libXft_la_SOURCES)
 
 all: config.h
@@ -299,6 +299,8 @@
cd $(top_builddir) && $(SHELL) ./config.status $@
 xft-config: $(top_builddir)/config.status xft-config.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+xft-config.1: $(top_builddir)/config.status xft-config.1.in
+   cd $(top_builddir) && $(SHELL) ./config.status $@
 Xft.3: $(top_builddir)/config.status Xft.3.in
cd $(top_builddir) && $(SHELL) ./config.status $@
 libLTLIBRARIES_INSTALL = $(INSTALL)
@@ -418,6 +420,53 @@
-rm -f libtool
 uninstall-info-am:
 
+man1dir = $(mandir)/man1
+install-man1: $(man1_MANS) $(man_MANS)
+   @$(NORMAL_INSTALL)
+   $(mkinstalldirs) $(DESTDIR)$(man1dir)
+   @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+   l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+   for i in $$l2; do \
+ case "$$i" in \
+   *.1*) list="$$list $$i" ;; \
+ esac; \
+   done; \
+   for i in $$list; do \
+ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+ else file=$$i; fi; \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ case "$$ext" in \
+   1*) ;; \
+   *) ext='1' ;; \
+ esac; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
+   done
+uninstall-man1:
+   @$(NORMAL_UNINSTALL)
+   @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+   l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+   for i in $$l2; do \
+ case "$$i" in \
+   *.1*) list="$$list $$i" ;; \
+ esac; \
+   done; \
+   for i in $$list; do \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ case "$$ext" in \
+   1*) ;; \
+   *) ext='1' ;; \
+ esac; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ 

X Strike Force Xft SVN commit: r119 - trunk

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 16:57:01 -0500 (Thu, 31 Mar 2005)
New Revision: 119

Modified:
   trunk/xft-config.1.in
Log:
Fix stupid wording in warranty disclaimer provoked by careless
search-and-replace.


Modified: trunk/xft-config.1.in
===
--- trunk/xft-config.1.in   2005-03-31 21:52:51 UTC (rev 118)
+++ trunk/xft-config.1.in   2005-03-31 21:57:01 UTC (rev 119)
@@ -13,7 +13,7 @@
 .\" THE DOCUMENT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-.\" DOCUMENT IN THE PUBLIC INTEREST, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR
+.\" THE AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENT OR THE USE OR OTHER
 .\" DEALINGS IN THE DOCUMENT.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force Xft SVN commit: r120 - trunk/debian

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-03-31 17:09:08 -0500 (Thu, 31 Mar 2005)
New Revision: 120

Removed:
   trunk/debian/libxft2.docs
Modified:
   trunk/debian/changelog
Log:
Drop libxft2.docs debhelper file; CDBS is now brainy enough to identify
and tell dh_installdocs to ship a non-empty README file, so libxft2.docs
has become redundant.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-03-31 21:57:01 UTC (rev 119)
+++ trunk/debian/changelog  2005-03-31 22:09:08 UTC (rev 120)
@@ -15,8 +15,12 @@
 
   * Write and ship manual page for xft-config.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 16:48:09 -0500
+  * Drop libxft2.docs debhelper file; CDBS is now brainy enough to identify
+and tell dh_installdocs to ship a non-empty README file, so libxft2.docs
+has become redundant.
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 17:07:27 -0500
+
 xft (2.1.2-6) unstable; urgency=low
 
   * Make package compatible with the XFree86 4.3.0 package reorganization.

Deleted: trunk/debian/libxft2.docs
===
--- trunk/debian/libxft2.docs   2005-03-31 21:57:01 UTC (rev 119)
+++ trunk/debian/libxft2.docs   2005-03-31 22:09:08 UTC (rev 120)
@@ -1 +0,0 @@
-README


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#257062: xserver-xfree86: please backport new Intel i910 driver

2005-03-31 Thread Nick Phillips
On 26/03/2005, at 8:30 AM, Branden Robinson wrote:
On Fri, Mar 18, 2005 at 04:45:57PM +1300, Nick Phillips wrote:
On 18/03/2005, at 8:04 AM, Branden Robinson wrote:
If an i915 patch is prepared, works, and has been signed off on by
i810/i830/i845/i855/i865 as well as i915 users, then the patch 
submitter
and these testers can join me in making a case to the Release 
Managers
for pushing this into testing-proposed-updates (if xfree86 is frozen 
by
then).
OK, I'm working on it. If Jason Lunz gets there first, fine. If not, 
I'll
probably get there in a few days, depending on the quantity (and 
quality)
of distractions that come up in the meantime...
How's this coming along?
Just trying a build at the moment. I don't expect it to work...
--
Nick Phillips / +64 3 479 4195 / [EMAIL PROTECTED]
# these statements are my own, not those of the University of Otago

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Slow XVideo

2005-03-31 Thread Markus Walser
Hello
I´ve connected my TV via a SCART/VGA adapter to the onboard VGA-Out of a 
Mini-ITX board MB860 running Debian Sarge (XFree 4.3). The graphic chip is 
a ATI M7CSP-16. This setup works basically with the attached XF86config file. 
XVideo gets loaded and is working on the second screen (TV). To the first 
screen 
nothing is connected.
The problem I´m faced to is that the XFree server uses quite a lot of CPU time 
to
play a DVD even with XVideo. With this configuration the Xserver uses more than 
mplayer/xine itself to play a DVD. And in fullscreen it´s way to slow to play on
the 1GHz Efficeon CPU . The difference between "mplayer -vo xv" and 
"mplayer -vo x11" is about null.
First I thought this might be because of the hsync/vsync/interlaced/ 
configuration,
but when I took the original Debian XF86Config-4 with TFT monitor, the CPU usage
is at least as same high. 3D acceleration is working fine with both configs: 
glxgears 
gives about 1100fps. And tuxracer works fine on the TV.

Does anybody have an idea what might be so time consuming inside the XFree 
server?
Is there a limitation in XVideo in combination with XFree 4.3 and ATI M7?
Please CC because since I´m not on the list.

Best regards, 

Markus
__
xvinfo:
X-Video Extension version 2.2
screen #0
  Adaptor #0: "ATI Radeon Video Overlay"
number of ports: 1
port base: 69
operations supported: PutImage
supported visuals:
  depth 16, visualID 0x23
  depth 16, visualID 0x24
  depth 16, visualID 0x25
  depth 16, visualID 0x26
  depth 16, visualID 0x27
  depth 16, visualID 0x28
  depth 16, visualID 0x29
  depth 16, visualID 0x2a
  depth 16, visualID 0x2b
  depth 16, visualID 0x2c
  depth 16, visualID 0x2d
  depth 16, visualID 0x2e
  depth 16, visualID 0x2f
  depth 16, visualID 0x30
  depth 16, visualID 0x31
  depth 16, visualID 0x32
number of attributes: 12
  "XV_SET_DEFAULTS" (range 0 to 1)
  client settable attribute
  "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
  client settable attribute
  client gettable attribute (current value is 1)
  "XV_COLORKEY" (range 0 to -1)
  client settable attribute
  client gettable attribute (current value is 30)
  "XV_DOUBLE_BUFFER" (range 0 to 1)
  client settable attribute
  client gettable attribute (current value is 1)
  "XV_BRIGHTNESS" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_CONTRAST" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_SATURATION" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_COLOR" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_HUE" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_RED_INTENSITY" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_GREEN_INTENSITY" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
  "XV_BLUE_INTENSITY" (range -1000 to 1000)
  client settable attribute
  client gettable attribute (current value is 0)
maximum XvImage size: 2048 x 2048
Number of image formats: 4
  id: 0x32595559 (YUY2)
guid: 59555932--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
  id: 0x59565955 (UYVY)
guid: 55595659--0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
type: YUV (packed)
  id: 0x32315659 (YV12)
guid: 59563132--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
  id: 0x30323449 (I420)
guid: 49343230--0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
__

XF86Config:

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again,

Processed: tagging 236252

2005-03-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.10
> tags 236252 sarge-ignore
Bug#236252: Configuration file not under /etc
There were no tags set.
Tags added: sarge-ignore

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force Xft SVN commit: r121 - trunk/debian

2005-03-31 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2005-04-01 01:00:26 -0500 (Fri, 01 Apr 2005)
New Revision: 121

Modified:
   trunk/debian/changelog
Log:
Add detailed information about upstream changes.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-03-31 22:09:08 UTC (rev 120)
+++ trunk/debian/changelog  2005-04-01 06:00:26 UTC (rev 121)
@@ -1,6 +1,21 @@
 xft (2.1.7-0+SVN) unstable; urgency=low
 
   * New upstream release.
++ Keith Packard attests, and Branden Robinson verified as far as he is
+  able, that no interface changes have been made since 2.1.2.
++ Highlights of upstream changes:
+  - Change FC_CHARCELL and FC_MONO interpretation.  FC_MONO no longer
+clips glyphs to charcell, you must specify FC_CHARCELL for that.
+  - Add support for FT_GlyphSlot_Embolden where it exists (which it
+usually doesn't).
+  - Avoid crashing when using FT_Face objects.
+  - Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both
+y_ppem/x_ppem and width/height values.
+  - Work with older versions of Fontconfig by using various pattern
+elements only when defined.
+  - Change Freetype includes to new syntax.
+  - Search for nearest bitmap for bitmap-only fonts.
+  - Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.
 
   * Update Debian copyright file with URL to new tar archive, and identify
 Keith Packard as the upstream maintainer, not the upstream author
@@ -19,7 +34,7 @@
 and tell dh_installdocs to ship a non-empty README file, so libxft2.docs
 has become redundant.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Thu, 31 Mar 2005 17:07:27 -0500
+ -- Branden Robinson <[EMAIL PROTECTED]>  Fri,  1 Apr 2005 00:56:21 -0500
 
 xft (2.1.2-6) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]