Updating link to change in openSUSE:Factory/fontconfig revision 28.0

OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=50f8c0288d32953622685bf70ea6e7df
This commit is contained in:
OBS User buildservice-autocommit 2009-12-08 11:48:28 +00:00 committed by Git OBS Bridge
parent 095ee8470b
commit 4e39b2a971
6 changed files with 12 additions and 65 deletions

View File

@ -1,20 +0,0 @@
diff -ru fontconfig-2.4.1.orig/conf.d/90-synthetic.conf fontconfig-2.4.1/conf.d/90-synthetic.conf
--- fontconfig-2.4.1.orig/conf.d/90-synthetic.conf 2006-09-11 03:18:28.000000000 +0200
+++ fontconfig-2.4.1/conf.d/90-synthetic.conf 2006-10-16 15:58:20.000000000 +0200
@@ -60,5 +60,16 @@
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
+ <!--
+ Hinting will be done before Embolden in freetype2,
+ but in such case, Embolden will get wrong result
+ on some glyph contours after applying hinting.
+ Actually, hinting should be done after embolden, but we can't
+ fix it in current freetype2. So as a workaround, just turn off
+ hinting if we want to do embolden.
+ -->
+ <edit name="hintstyle" mode="assign">
+ <const>hintnone</const>
+ </edit>
</match>
</fontconfig>

View File

@ -1,36 +0,0 @@
diff -ru fontconfig-2.3.94.orig/configure.in fontconfig-2.3.94/configure.in
--- fontconfig-2.3.94.orig/configure.in 2006-03-10 15:59:31.000000000 +0100
+++ fontconfig-2.3.94/configure.in 2006-04-04 17:25:40.000000000 +0200
@@ -300,19 +300,19 @@
esac
fi
-#
-# Check libxml2 configuration
-#
-
-AC_ARG_ENABLE(libxml2, [ --enable-libxml2 Use libxml2 instead of Expat])
-
-if test "$enable_libxml2" = "yes" -o "$expat" = "no"; then
- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.6])
- AC_DEFINE_UNQUOTED(ENABLE_LIBXML2,1,[Use libxml2 instead of Expat])
-
- AC_SUBST(LIBXML2_CFLAGS)
- AC_SUBST(LIBXML2_LIBS)
-fi
+##
+## Check libxml2 configuration
+##
+#
+#AC_ARG_ENABLE(libxml2, [ --enable-libxml2 Use libxml2 instead of Expat])
+#
+#if test "$enable_libxml2" = "yes" -o "$expat" = "no"; then
+# PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.6])
+# AC_DEFINE_UNQUOTED(ENABLE_LIBXML2,1,[Use libxml2 instead of Expat])
+#
+# AC_SUBST(LIBXML2_CFLAGS)
+# AC_SUBST(LIBXML2_LIBS)
+#fi
#
# Set default font directory

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5004a4d79f6fb284d73d9f3377f668fca40bf370a0b46c63258223d7fd2e0d09
size 1251603

3
fontconfig-2.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd7477f7ae1fbbca3e653ba3d294263b62f3019497c4d2df8dc960558f3636c2
size 1255996

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 7 11:14:35 CET 2009 - pgajdos@suse.cz
- updated to version 2.8.0 (see README)
-------------------------------------------------------------------
Tue Nov 3 19:09:16 UTC 2009 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package fontconfig (Version 2.7.0)
# spec file for package fontconfig (Version 2.8.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -34,8 +34,8 @@ AutoReqProv: on
Obsoletes: fontconfig-64bit
%endif
Requires: bash
Version: 2.7.0
Release: 3
Version: 2.8.0
Release: 1
Summary: Library for Font Configuration
# CVS can be found here: (CVS is gone, fontconfig uses git now).
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
@ -63,7 +63,6 @@ Source30: 29-liberation-aliases.conf
Patch5: AppleRoman-DynaFont.patch
Patch10: conf.patch
Patch16: make-check.patch
Patch29: fix-build-for-10.0.patch
Patch30: bugzilla-179457-fix-font-file-names-for-wine.patch
Patch31: bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch
Patch32: usr-share-doc-packages.patch
@ -121,7 +120,6 @@ Authors:
%patch5 -p0 -b .dynafont
%patch10 -p1 -b .fonts.conf
%patch16 -p1
#%patch29 -p1
#%patch30 -p1
%patch31 -p1
%patch32 -p1