Josselin Mouette:

Include 2.3 release information in changelog Add Josselin Mouette as an
    Uploader Set hinting_type to low priority configuration option
Manish Singh:
yes_bitmaps.conf -> yes-bitmaps.conf
Funda Wang:
Johap -> Johab
This commit is contained in:
Keith Packard 2005-03-05 20:58:39 +00:00
parent 683dc3c476
commit 97bde49a2b
8 changed files with 39 additions and 9 deletions

View File

@ -1,3 +1,23 @@
2005-03-05 Keith Packard <keithp@keithp.com>
Josselin Mouette:
* debian/changelog:
* debian/control:
* debian/fontconfig.config:
* debian/fontconfig.templates:
* debian/rules:
Include 2.3 release information in changelog
Add Josselin Mouette as an Uploader
Set hinting_type to low priority configuration option
Manish Singh:
* debian/fontconfig.postinst:
yes_bitmaps.conf -> yes-bitmaps.conf
Funda Wang:
* src/fcfreetype.c:
Johap -> Johab
2005-03-02 Keith Packard <keithp@keithp.com>
* Makefile.am:

13
debian/changelog vendored
View File

@ -1,8 +1,17 @@
fontconfig (2.3.0-1) unstable; urgency=low
fontconfig (2.3.0-1) experimental; urgency=low
* Change of maintainer
* New upstream release
* Support for current Freetype versions
* Multi-lingual family/style/fullname values with parallel language
tags to enable locale-sensitive presentation of these names.
* Font black- and white-listing in the configuration file
enables users to select their desired font attributes without
having to carefully construct the font directory list.
* Support for local configuration directory provides a place for system
distributors and administrators to make local changes to the font
configuration without having to edit any configuration files.
-- Keith Packard <keithp@debian.org> Wed, 2 Mar 2005 00:03:56 -0800
fontconfig (2.2.3-4) unstable; urgency=low

1
debian/control vendored
View File

@ -2,6 +2,7 @@ Source: fontconfig
Section: devel
Priority: optional
Maintainer: Keith Packard <keithp@debian.org>
Uploaders: Keith Packard <keithp@debian.org>, Josselin Mouette <joss@debian.org>
Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 4.1.76), libfreetype6-dev (>= 2.1.7), libexpat1-dev, docbook-utils (>= 0.6.13), docbook-to-man, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9)
Standards-Version: 3.6.1

View File

@ -4,7 +4,7 @@ set -e
. /usr/share/debconf/confmodule
db_input medium fontconfig/hinting_type || true
db_input low fontconfig/hinting_type || true
db_input low fontconfig/subpixel_rendering || true
db_input low fontconfig/enable_bitmaps || true
db_go

View File

@ -64,7 +64,7 @@ db_get fontconfig/enable_bitmaps
enable_bitmaps="$RET"
bitmaps_prio="30-debconf-"
yes_bitmaps="yes_bitmaps.conf"
yes_bitmaps="yes-bitmaps.conf"
no_bitmaps="no-bitmaps.conf"
if [ -h $CONFDIR/$bitmaps_prio$yes_bitmaps ]; then

View File

@ -18,8 +18,8 @@ _Description: With what method should fonts be hinted?
such hints, then the Autohinter will work better. Yes, FreeType should do
this automatically.
.
You can also select None to disable all hinting and make your screen look
like Mac OS X.
You can also select None to disable all hinting, causing all text
to look fuzzy on even the sharpest monitors.
.
Template: fontconfig/subpixel_rendering

4
debian/rules vendored
View File

@ -9,11 +9,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/local/share/fonts
DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts
# tight versioning
DEB_DH_MAKESHLIBS_ARGS_fontconfig-udeb := --no-act
DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.2.1)"
DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.3.0)"
DEB_SHLIBDEPS_LIBRARY_fontconfig := libfontconfig1
DEB_SHLIBDEPS_INCLUDE_fontconfig := debian/libfontconfig1/usr/lib/

View File

@ -128,7 +128,7 @@ static const FcFtEncoding fcFtEncoding[] = {
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_GB2312, "GB3212" },
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_BIG_5, "BIG-5" },
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_WANSUNG, "Wansung" },
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_JOHAB, "Johap" },
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_JOHAB, "Johab" },
{ TT_PLATFORM_MICROSOFT, TT_MS_ID_UCS_4, "UCS4" },
{ TT_PLATFORM_ISO, TT_ISO_ID_7BIT_ASCII, "ASCII" },
{ TT_PLATFORM_ISO, TT_ISO_ID_10646, "UCS-2BE" },