rpms/ghostscript/devel ghostscript-japanese-fonts.patch, NONE, 1.1 ghostscript.spec, 1.73, 1.74

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 12 12:29:42 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10800

Modified Files:
	ghostscript.spec 
Added Files:
	ghostscript-japanese-fonts.patch 
Log Message:
* Tue Jul 12 2005 Tim Waugh <twaugh at redhat.com>
- Add Japanese fonts to FAPIcidfmap (bug #161187).

ghostscript-japanese-fonts.patch:
 FAPIcidfmap |   12 ++++++++++++
 1 files changed, 12 insertions(+)

--- NEW FILE ghostscript-japanese-fonts.patch ---
--- espgs-8.15rc3/lib/FAPIcidfmap.japanese-fonts	2005-07-12 12:08:54.000000000 +0100
+++ espgs-8.15rc3/lib/FAPIcidfmap	2005-07-12 12:09:26.000000000 +0100
@@ -30,3 +30,15 @@
 %  /Ryumin-Medium     << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(Japan1) 2] >> ;
 %  /HeiseiKakuGo-W5   << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(Japan1) 2] >> ;
 
+/Kochi-Gothic           << /Path
+(/usr/share/fonts/japanese/TrueType/kochi-gothic-subst.ttf) /CIDFontType 0 /FAPI
+/FreeType /CSI [(Japan1) 2] >> ;
+/Kochi-Mincho           << /Path
+(/usr/share/fonts/japanese/TrueType/kochi-mincho-subst.ttf) /CIDFontType 0 /FAPI
+/FreeType /CSI [(Japan1) 2] >> ;
+/GothicBBB-Medium               << /Path
+(/usr/share/fonts/japanese/TrueType/kochi-gothic-subst.ttf) /CIDFontType 0 /FAPI
+/FreeType /CSI [(Japan1) 2] >> ;
+/Ryumin-Light           << /Path
+(/usr/share/fonts/japanese/TrueType/kochi-mincho-subst.ttf) /CIDFontType 0 /FAPI
+/FreeType /CSI [(Japan1) 2] >> ;


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ghostscript.spec	12 Jul 2005 10:48:10 -0000	1.73
+++ ghostscript.spec	12 Jul 2005 12:29:38 -0000	1.74
@@ -20,6 +20,7 @@
 Patch6: ghostscript-pagesize.patch
 Patch7: ghostscript-noopt.patch
 Patch8: ghostscript-use-external-freetype.patch
+Patch9: ghostscript-japanese-fonts.patch
 
 Requires: zlib, libpng, glib2
 Requires: urw-fonts >= 1.1, ghostscript-fonts
@@ -90,9 +91,12 @@
 # Build igcref.c with -O0 to work around bug #150771.
 %patch7 -p1 -b .noopt
 
-# Use external freetype (bug #116638).
+# Use external freetype (bug #161187).
 %patch8 -p1 -b .use-external-freetype
 
+# Add Japanese fonts to FAPIcidfmap (bug #161187).
+%patch9 -p1 -b .japanese-fonts
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -223,6 +227,7 @@
 
 %changelog
 * Tue Jul 12 2005 Tim Waugh <twaugh at redhat.com>
+- Add Japanese fonts to FAPIcidfmap (bug #161187).
 - Moved Resource directory.
 - Added use-external-freetype patch (bug #161187).
 




More information about the fedora-cvs-commits mailing list