Changes between Initial Version and Version 1 of Ticket #41895


Ignore:
Timestamp:
Dec 23, 2013, 8:11:29 PM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41895

    • Property Keywords ghostscript missing fonts removed
    • Property Owner changed from macports-tickets@… to takanori@…
    • Property Summary changed from Problem with ghostscript and missing fonts to ghostscript @9.10: missing font packages
    • Property Port ghostscript added
  • Ticket #41895 – Description

    initial v1  
    1 Hello,
     1Hello,\\
    22macports 2.2.1 is installed on Mac OS X Lion (10.7.5) with all ports up to date :
    33
     4{{{
    45MBPGD:~ gd$ gs -v
    56
     
    910MBPGD:~ gd$ freetype-config --version
    101117.1.11
     12}}}
    1113
    1214The problem : when i convert a PDF file to JPEG, some characters are missing (french accents like "é" or "è").
    1315I use this command :
     16{{{
    1417/opt/local/bin/gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=jpeg -r96 -sOutputFile=/Users/gd/Desktop/CHANTIERS_CARDINAL_05OUT.jpg /Users/gd/Desktop/CHANTIERS_CARDINAL_05.pdf 2>&1
     18}}}
    1519
    1620Ghostscript official site (http://ghostscript.com/doc/current/Fonts.htm) indicates this :
    17 Unix            ghostscript-fonts-std-#.##.tar.gz               Basic           .afm, .pfb, .pfm
     21||= System =||= File name =||= Contents =||= Types =||
     22||  Unix  ||  `ghostscript-fonts-std-#.##.tar.gz`  ||  Basic  ||  `.afm, .pfb, .pfm`  ||
    1823
    1924But, unfortunately, it seems that this font package is missing when i type this command :
    20 
     25{{{
    2126MBPGD:~ gd$ sudo find -x /opt/local/ -iname "*ghostscript-f*"
    22 
    2327/opt/local//var/macports/distfiles/ghostscript/ghostscript-fonts-other-6.0.tar.gz
    24 
    2528/opt/local//var/macports/software/ghostscript-fonts-hiragino
    26 
    2729/opt/local//var/macports/software/ghostscript-fonts-hiragino/ghostscript-fonts-hiragino-9.10_1+alias.darwin_11.noarch.tbz2
    28 
    2930/opt/local//var/macports/sources/rsync.macports.org/release/tarballs/ports/print/ghostscript-fonts-hiragino
     31}}}
    3032
    3133My environment :
    3234
    33 Mac OS X 10.7.5
    34 
    35 MacPorts 2.2.1
    36 
    37 XCode : 4.6.2
     35Mac OS X 10.7.5\\
     36MacPorts 2.2.1\\
     37XCode : 4.6.2\\
    3838gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00
    3939
    40 Thanks for your help.
     40Thanks for your help.\\
    4141Best regards.
    4242