diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-02 10:50:56 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-02 10:50:56 +0000 |
commit | 3eeb94836829fadec26fb1e70d1337b24bb8e8c1 (patch) | |
tree | 9471cbaea6d6aacd8adf061302451bf3e75993cb /media-libs | |
parent | bug E10028 (diff) | |
download | historical-3eeb94836829fadec26fb1e70d1337b24bb8e8c1.tar.gz historical-3eeb94836829fadec26fb1e70d1337b24bb8e8c1.tar.bz2 historical-3eeb94836829fadec26fb1e70d1337b24bb8e8c1.zip |
bug #10028
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fontconfig/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.0-r4.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-libs/fontconfig/ChangeLog b/media-libs/fontconfig/ChangeLog index c4de75bd8b10..0ce2fc7fa2fa 100644 --- a/media-libs/fontconfig/ChangeLog +++ b/media-libs/fontconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/fontconfig # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.8 2002/11/26 00:45:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.9 2002/12/02 10:50:56 azarah Exp $ + + 02 Dec 2002; foser <foser@gentoo.org> fontconfig-2.0-r3.ebuild : + Depend on freetype-2.1.2-r2, as it fixes bug #10028. *fontconfig-2.0-r4 (26 Nov 2002) diff --git a/media-libs/fontconfig/fontconfig-2.0-r4.ebuild b/media-libs/fontconfig/fontconfig-2.0-r4.ebuild index 70b02cee1fe8..e64ebe683828 100644 --- a/media-libs/fontconfig/fontconfig-2.0-r4.ebuild +++ b/media-libs/fontconfig/fontconfig-2.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.0-r4.ebuild,v 1.3 2002/11/30 23:23:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.0-r4.ebuild,v 1.4 2002/12/02 10:50:56 azarah Exp $ inherit debug eutils @@ -13,7 +13,8 @@ LICENSE="fontconfig" SLOT="1.0" KEYWORDS="x86 alpha ppc sparc sparc64" -DEPEND=">=media-libs/freetype-2.0.9 +# Seems like patches in freetype-2.1.2-r2 fixes bug #10028 +DEPEND=">=media-libs/freetype-2.1.2-r2 >=dev-libs/expat-1.95.3 >=sys-apps/ed-0.2" @@ -37,7 +38,8 @@ src_unpack() { # Patch from Keith Packard to fix problem where # subdirectories could get lost from ~/.fonts.cache epatch ${PPREFIX}-2.0-subdir.patch - # Fix problem with italic fonts if no map file present + # Fix problem with italic fonts if no map file present, + # bug #10028. # epatch ${PPREFIX}-2.0-font-matrix.patch # Fix config script to alway include X11 fontpath and remove date epatch ${PPREFIX}-2.0-x11fontpath-date-configure.patch |