| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghostscript-library | Distribution: openSUSE 11.2 |
| Version: 8.64 | Vendor: openSUSE |
| Release: 6.2.1 | Build date: Wed Dec 2 17:56:13 2009 |
| Group: System/Libraries | Build host: build12 |
| Size: 34613116 | Source RPM: ghostscript-library-8.64-6.2.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.ghostscript.com/ | |
| Summary: Necessary Files for Running Ghostscript | |
This package contains all start-up files for calling gs (GNU
Ghostscript).
Find some useful documentation about a few printer drivers in the
directory:
/usr/share/doc/packages/ghostscript-library/doc/
For mor informations please read the files Use.htm and Devices.htm.
Authors:
--------
Peter Deutsch <ghost@aladdin.com>
Martin Lottermoser <Martin.Lottermoser@mch.sni.de>
Pierre-Olivier Gaillard <pierre.gaillard@hol.fr>
Gunther Hess <gunther@elmos.de>
Yves Arrouye <Yves.Arrouye@marin.fdn.fr>
and many others
GPLv2+
* Tue Nov 24 2009 werner@suse.de
- Add patch to correct bitcmyk blank output on e.g. Samsung CLP-300
and other printers (bnc# 557948)
- Do not destroy upstream patches due fuzz=0
* Mon Jul 20 2009 werner@suse.de
- Correct font path for URW by adding a slash
* Tue Jul 14 2009 werner@suse.de
- Add URW directory to FONTPATH otherwise we have no file access
- Make make.catalog work again
* Tue Jul 14 2009 werner@suse.de
- Make ghostscript-mini build
- Make SLES10 also build
* Fri Jul 10 2009 werner@suse.de
- Sort fdupes output before using it for symbolic links
* Wed Jul 08 2009 werner@suse.de
- Fix bnc#509903 caused by a fix for bnc#409605 which is not
needed anymore
* Thu Jun 18 2009 werner@suse.de
- Update to GPL ghostscript 8.64
* Various bug fix in 8.64 and 8.63
* Sat Jun 13 2009 coolo@novell.com
- fix build
* Wed May 13 2009 werner@suse.de
- Complete patch for CVE-2009-0792 (bnc#491897)
* Wed May 13 2009 werner@suse.de
- Remove broken part of workaround for bnc#492765
* Thu Apr 16 2009 werner@suse.de
- Use initial workaround for bnc#492765
* Tue Apr 07 2009 werner@suse.de
- heap-overflow in JBIG2 decoder (CVE-2009-0196)
- integer overflow in ICC library (CVE-2009-0792)
- crash in CCITTFax decoder (bnc#492765)
- buffer overflow in BaseFont writer module (bnc#492765)
* Thu Mar 12 2009 werner@suse.de
- Add fix for ICC library integer overflows (bnc#483303,
CVE-2009-0583, CVE-2009-0584)
* Thu Feb 12 2009 coolo@suse.de
- sort the output of find, so the build result is reproducible
* Thu Jan 08 2009 werner@suse.de
- Fix Mannufacturer within PPD of omni (bnc#464435)
- Add workaround vor bnc#429345 to make cups able to find omni libs
* Tue Jul 29 2008 werner@suse.de
- Fix crash in bjc driver (bnc#412523)
* Thu Jul 24 2008 werner@suse.de
- Fix crash on null pointer reference (bnc#409605)
* Mon Apr 07 2008 werner@suse.de
- Be sure the disabling of Font API works even without the driver
* Thu Apr 03 2008 dmueller@suse.de
- fix ghostscript-devel dependencies (bnc#366514)
* Wed Apr 02 2008 werner@suse.de
- Disable Font API (rendering with freetype library) as it breaks
some documents using embedded fonts (bnc#375373)
- Add CJK patch from debian but disable it (missmatch in rev 8554+)
* Tue Apr 01 2008 werner@suse.de
- Remove already included patches
- Add some patches from SVN trunk tree revision 8572 upto revision 8617
- Update to GPL ghostscript 8.6Update to2
* Fix typo that caused unbalanced 'q' 'Q' operators in PDF's (caused by
rev 8501). gsbug#689728.
* Remove some C++ style comments.
* Update product name, copyright and release dates.
* Add default FontResourceDir needed when COMPILE_INITS=1 is used so
that the fonts from Resource/Font in the distribution directory that
are built into %rom%Resource/Font/ will be found.
* Attempt to repair invalid embedded TT fonts without cmap table.
gsbug#689707, customer 531.
* Fix (clist interpreter) : Improve transparency performance, step 4.
* Added setting of fill_rule in pclxl_endpath().
* Fix (clist interpreter) : Improve transparency performance, step 1.
* Remove a space betveen -f and a file name to prevent parsing of the file name
that starts with '-' as an options. gsbug#689682.
* When the values of the color key mask exceed the valid range clip them to the
nearest valid values and continue. Don't discard the mask as we did before.
gsbug#689717, customer 580.
* Fix (images) : Improve coordinate precision when scaling an image (continued 7).
* Add definitions of some C99 types missing from old versions of Cygwin.
* Fix (images) : Improve coordinate precision when scaling an image (continued 6).
* Fix (FAPI) : Embedded fonts didn't work.
* Propagate the new method argument change introduced in r8528 to the wts
device so that it compiles again.
* Fix (images) : Improve coordinate precision when scaling an image (continued 3).
* Fix (images) : Improve coordinate precision when scaling an image (continued 2).
* Fix for regressions introduced with rev 8526. Some resolutions of CMYK, 1-bit
per component devices that had CMYK colors and Gray colors had strange dithers.
gsbug#689706.
* Fix (images) : Improve coordinate precision when scaling an image (continued).
* Document the need to update the current documentation snapshot.
* Include 12 and 16 bit image support as part of the core graphics
library. gsbug#689688.
* Fix (images) : Improve coordinate precision when scaling an image.
* Modify pdf_info utility to match the changes in PDF interpreter interface.
gsbug#689680.
* Fix ColorValues parameter problem when device has total number of bits (depth)
of more than 31 bits, resulting in a "rangecheck" (-15) error.
* Fix (TT): Ignore broken post 2.0 table generated by "Windows Type 1 Installer".
* Fix (graphics) : Optimize filling a path with a shading color.
* Fix (TT): Fix a gsbug#in /getinterval_from_stringarray
* Fix (clist & transparency) : Improve the compositor queue logic.
* Fix (Font renderer) : Horizontal metrics sometimes applied with WMode 1 fonts.
* Fix (DSC parser) : Avoid a structure type name duplicate.
* Fix (patterns) : The clipping was wrong with antrivial pattern matrix.
* Fix (shadings) : A memory deallocation problem.
* Fix (save/restore) : Remove gs_ref_memory_s::inherited.
* Only report the ICC Profile colorspace when the jasper library's degsbug#
level is above zero. gsbug#689662.
* Explicitly close CMap files opened during CMap-CIDFont font enumeration.
On certain systems file handles were used up before GC freed inaccessible
handles causing PostScript errors. gsbug#689594.
* Fix (clist interpreter) : Skip idle compositors, step 6.
* Fix : Cygwin/gcc warnings.
* Comment-only change: remove obsolete reference to MS-DOS limitations and
mention that PDF interpreter passes un-escaped font names to PS level.
gsbug#689651.
* Unbreak the build.
* Fixed umlauts (maybe, am having trouble testing the results).
* Add unmodified byte-oriented AES encryption code by Brian Gladman. These
files serve as a reference point. They are not yet included into any
project nor can be compiled by some of the compilers we support.
* Remove EXTEND_NAMES from the top level makefiles.
* There is a fallback to the default value of 0 in inameidx.h so there
is no change in the default behaviour. The extended name table can
still be activated by defining EXTEND_NAMES on the compiler command
line or changing the source directly.
* Deprecate USE_FPU, no changes expected.
* Re-export runpdfbegin, dopdfpages, and runpdfend procedures, which turned out
to be used by 3rd party programs. Partly revert the rev. 8325.
* Don't ignore xref stream in a hybrid "classic xref" + "stream xref" file
as PDF 1.5-compatible should do. Thanks to SaGS for the patch. gsbug#688282.
* Remove the SYSTEM_CONSTANTS_ARE_WRITABLE compile-time define.
* Add a flag that marks PDF text rendering mode 3 to avoid confusion with other
non-rendering text operations such as stringwidth. This avoids unnecessary
calculation of the current point, which fails when the CTM is singular. This
patch continues conservative approach to the text rendering modes started in
rev. 4006. gsbug#689614, customer 384.
* Remove the USE_ASM build flag.
* Don't try to obtain the bounding box of a glyph when FontBBox is invalid and
CTM is singular. Set an empty box and consider it valid. The bounding box is
not used when the CTM is singular. gsbug#689614, customer 384.
* Add -Wundef to the autoconf build.
* There have been a number of problems related to missing defines lately.
* Also remove gdevcmap from the documentation.
* Document the behaviour of the reference count macros.
* Further update the graphics library unit test and build. The gslib test
executable builds and works now.
* Fix (jbig2dec): The global data stream for a JBIG2 image in a PDF
file was being released, and the data freed by the garbage collector,
before the data was used.
* Details: gsbug#689568 and #689569. Uses the patch supplied by Alex
in thread for #689569, implements Ralph's comments about the structure
naming. Does not attempt to change the memory allocator. This slightly
modified patch also works with the Luratech decoder.
* sjbig2.h, sjbig2_luratech.h; make the global data structure
s_jbig2_global_data_t public. Store the structure in the
stream decoder state.
* sjbig2.c, sjbig2_luratech.c; store a pointer to the global
data structure.
* sjbig2_luratech.c; don't reset the pointer during initialisation!
* zfjbig2.c; Pass the global pointer to the stream decoder for
release in the finalize routine.
* Remove some old helper scripts.
* They aren't used much and we no longer wish to maintain them.
* Ignore operator readonly when it is applied to a wrong type inside an
embedded Type 1 font. gsbug#689617, customer 580.
* Update the graphics library unit tests for recent code changes.
* Fix (pdfwrite): PDFXTrimBoxToMediaBoxOffset used the supplied data
incorrectly.
* Fix (transparency) : Providing a right nested masks logic (continued).
* Fix (clist interpreter) : Improving degsbug#trace about compositors.
* Work around a GCC 4.2.1 gsbug#on PowerPC that generates incorrect code in the
release build affecting scanning of binary tokens containing floating point
numbers. gsbug#689586.
* Align the pointer to gx_clist_state array in gx_device_clist_writer device to
the natural boundary to avoid misaligned memory access and bus errors on ARM
processors. gsbug#689600.
* Fix (transparency) : Unwinding the nested masks logic.
* Fix for SEGV when more than 4 colorants used with psdcmyk device.
gsbug#689457 for customer #460.
* Replaced C++ comments with C comments (// -> /* */).
* Update to previous commit. Add pdf14_buffer maskbuf pointer to GC structures.
* Pick up the transparency mask buffer when a new transparency group is pushed rather than when it is popped. Solves memory leaks and incorrect rendering when transparency groups are nested.
* Use a smaller buffer for eexecDecode filter to avoid consumption of the data
that follow a short (and incorrect) run of 0's in PS files generated by
Adobe Acrobat from PDF files with usage restrictions. gsbug#689577
* Fix (clist interpreter) : Skip idle compositors, step 3.
* Fix (clist interpreter) : Skip idle compositors, step 2.
* Let CUPS filters use buffered input to Ghostscript via '-_', to work around gsbug#689577.
* Fix (shadings) : Optimize fill_linear_color_scanline with analitic computation of the color change position.
* Adds the base font address to the -Zm tracing output.
* Add URW fonts to the Resource/Font directory. These will be included when
COMPILE_INITS=1. Fontmap.GS still references the disk file name so that
the disk file based fonts can still be used if they are available.
* Fix (shadings) : Optimize path manipulations for shading fill (continued).
* Add the 'pamcmyk32' (previously the 'pam' device) to all default builds.
This will be used for regression testing of 32-bit CMYK.
* Document the jasper build file version skew menioned in gsbug#689570.
* Fix CIEBasedA problem, add DeviceGray and DeviceRGB support to this utility.
* Update the regression code license headers with the current contact
address.
* Change the regression scripts to rewrite the product as
"GPL Ghostscript".
* Fix (pdfwrite): Fonts containing glyphs with no sbw or hsbw
instruction caused pdfwrite to crash.
* Thu Mar 06 2008 mfabian@suse.de
- bnc#367188: for the condensed variants of "Nimbus Sans L",
move the "Condensed" from the style to the end of the family
name. Otherwise these fonts are not selectable in most
applications.
* Fri Feb 22 2008 werner@suse.de
- Update to GPL ghostscript 8.61 (bnc#297524)
* default device is now x11alpha is available otherwise bbox
* Check that a device halftone exists before writing it
* Change the product name for the release
* Wrong background color of a soft mask group
* Remove spurious executable bits
* pdfwrite: type 3 fonts with exceedingly small BoundingBox
entries were clamped to 0 or 1
* pdfwrite: named objects, created via a pdfmark such as /BP,
could not have their content modified after the object was
completed
* Correct obvious typo in default rgb to cmyk color mapping
* TT font handler: Place the True Type interpreter and its
data into stable memory
* TT fonts: Ignore invalid entries in loca table
* Fix command list-based devices on 64-bit platforms
* pdfwrite: A wrong encoding of Metadata.
* Fix for seg fault caused by undersized buffer
* transparency in clist: Write transparent paths and images
to clist as high level objcts
* Wed Feb 06 2008 werner@suse.de
- Make member counting of range_buff array independend from type
* Tue Feb 05 2008 werner@suse.de
- Fix stack-based buffer overflow (CESA-2008-001, bnc#358914)
* Thu Jan 31 2008 werner@suse.de
- ghostscript-mini: No self conflict but provide
ghostscript-fonts-std and ghostscript-library
* Thu Nov 22 2007 werner@suse.de
- Move all Omni dependencies from ghostscript-library to
ghostscript-omni but Recommends ghostscript-omni (bug #343336)
* Wed Nov 14 2007 werner@suse.de
- Correct path of pkgconfig file ijs.pc
* Wed Nov 14 2007 werner@suse.de
- Suggest hpijs instead of a hard requirement (bug #341564)
- Add security fix for lib jasper in ghostscript 8.60 (bug #340138)
- Provide all PPDs for CUPSToOmni filter and move all together
to ghostscript-omni
- Provide a ghostscript-devel which includes libgs.so link together
with ghostscript API and DSP device header files.
- Suppress some new warnings of new gcc 4.3
- Make Omni compile with gcc 4.3
* Mon Nov 05 2007 werner@suse.de
- Do not handle pipes from standard in as character devices
* Tue Oct 23 2007 werner@suse.de
- Do not use freetype library for mini ghostscript
* Fri Oct 19 2007 werner@suse.de
- Re-enable escputils for SLES10/SL10.1 only
* Tue Oct 02 2007 werner@suse.de
- Fix miss-compilation within bbox_draw() of zchar1.c
* Fri Sep 28 2007 werner@suse.de
- Be sure that libgs.so does not link with X11 libraries as we
use the X11.so shared module with dlopen()
* Fri Sep 21 2007 werner@suse.de
- Make if build even with older distributions
- Reorder freetype2 patch for the FAPI interface
- Avoid compiling twice even for ghostscript-mini
* Thu Sep 06 2007 werner@suse.de
- CIDFontType 2 is FontType 11
- Avoid error message on failing freetype FAPI plugin
- Extend FONTPATH to find all fonts of type 1, 9, 11, and 42
* Wed Sep 05 2007 werner@suse.de
- Avoid version on 10.2 and less for libijs
- Use fdupes for omni development files
- Do not forget xorg fonts packages to make configure happy
- Diable FAPI to avoid mapping on not existing fonts
* Tue Sep 04 2007 werner@suse.de
- Make the drivers djet820c, stp, dmprt, and hpdj working without
using the obsolete and therefore removed gs_stderr
- Fix driver dmprt to use new API of lib_fopen()
- Re-add missed .runlibfileifexists PostScript macro
- Split off mini ghostscript package
* Tue Aug 07 2007 werner@suse.de
- Switch back to original ghostscript 8.60 now with GPL license due
to the fact that ESP ghostscript is dead
- Port missed patches I've done for ESP project to 8.60
- Resort order of changelog entries
- Make it build and pack
* Sat Jul 21 2007 coolo@suse.de
- do not require xorg-x11 to build
* Thu Jun 21 2007 adrian@suse.de
- fix changelog entry order
* Wed Jun 06 2007 werner@suse.de
- Branch ijs-devel subpackage for ijs-config, headers, and library
* Fri Jun 01 2007 werner@suse.de
- libijs.so is required by us even with RPMlint
* Tue May 29 2007 werner@suse.de
- Remove not required devel files
- RPMlint: ignore omni .so files too because those are files are
required and loaded with dlopen by the omni library.
- RPMlint: Move some gimpprint devel files into libgimpprint-devel
* Thu May 24 2007 ro@suse.de
- added ldconfig to post scripts
* Thu Mar 29 2007 aj@suse.de
- Add flex to BuildRequires.
* Tue Dec 05 2006 werner@suse.de
- Make sgirgb driver more robust on itanium (bug #209879)
* Tue Nov 07 2006 werner@suse.de
- More on bug #203287: do not create a new bbox device for the
overprint opterator for an already existing memory device.
* Fri Nov 03 2006 werner@suse.de
- More on bug #203287 check for the bbox because otherwise some
some areas will not be updated.
* Thu Nov 02 2006 werner@suse.de
- X11 device: reset update count after flush to avoid that the
page is flushed twice, fix for bug #203287
* Sun Oct 22 2006 olh@suse.de
- remove /usr/share/man/man1/escputil.1.gz, conflicts with gutenprint
* Sat Oct 21 2006 schwab@suse.de
- Fix bogus version check.
* Mon Oct 16 2006 werner@suse.de
- Redo removing escputil to avoid conficts with gutenprint
* Sat Oct 14 2006 aj@suse.de
- Use suse_version to get setup xorg paths.
* Fri Oct 13 2006 aj@suse.de
- Delete /usr/bin/dumphint for ghostscript-library.
* Wed Oct 11 2006 werner@suse.de
- Update t oversion espgs 8.15.3
* Fixes bug #202092
* Fixes bug #209879
* Wed Sep 20 2006 kssingvo@suse.de
- removed escputil to avoid file conflicts.
escputil incl. manual are now in the package "gutenprint"
* Thu Aug 17 2006 aj@suse.de
- Revert last patch, we really need the fonts.
* Wed Aug 16 2006 aj@suse.de
- Remove unneeded BuildRequire on xorg-x11.
* Fri Aug 11 2006 mfabian@suse.de
- move URW symlink to /usr/share/fonts (because of X11R7).
* Wed Jul 12 2006 werner@suse.de
- Do never build in parallel, this will not work
/etc/cups/pdftoraster.convs /etc/cups/pstoraster.convs /etc/ghostscript /etc/ghostscript/8.64 /etc/ghostscript/8.64/FAPIcidfmap /etc/ghostscript/8.64/FAPIconfig /etc/ghostscript/8.64/FAPIfontmap /etc/ghostscript/8.64/Fontmap /etc/ghostscript/8.64/Fontmap.X11-auto /etc/ghostscript/8.64/cidfmap /etc/ghostscript/8.64/xlatmap /usr/bin/bdftops /usr/bin/dumphint /usr/bin/dvipdf /usr/bin/eps2eps /usr/bin/fixmswrd /usr/bin/font2c /usr/bin/gs /usr/bin/gsbj /usr/bin/gsdj /usr/bin/gsdj500 /usr/bin/gslj /usr/bin/gslp /usr/bin/gsnd /usr/bin/ijsgimpprint /usr/bin/pcl3opts /usr/bin/pdf2dsc /usr/bin/pdf2ps /usr/bin/pdfopt /usr/bin/pf2afm /usr/bin/pfbtopfa /usr/bin/pphs /usr/bin/printafm /usr/bin/ps2ascii /usr/bin/ps2epsi /usr/bin/ps2pdf /usr/bin/ps2pdf12 /usr/bin/ps2pdf13 /usr/bin/ps2pdf14 /usr/bin/ps2pdfwr /usr/bin/ps2ps /usr/bin/ps2ps2 /usr/bin/wftopfa /usr/lib/cups /usr/lib/cups/filter /usr/lib/cups/filter/pdftoraster /usr/lib/cups/filter/pstopxl /usr/lib/cups/filter/pstoraster /usr/lib/ghostscript /usr/lib/ghostscript/8.64 /usr/lib/libgs.so.8 /usr/lib/libgs.so.8.64 /usr/lib/libijs.so.1 /usr/lib/libijs.so.1.0.1 /usr/share/cups /usr/share/cups/model /usr/share/cups/model/pxlcolor.ppd /usr/share/cups/model/pxlmono.ppd /usr/share/doc/packages/ghostscript-library /usr/share/doc/packages/ghostscript-library/COPYING /usr/share/doc/packages/ghostscript-library/LICENSE /usr/share/doc/packages/ghostscript-library/catalog.devices /usr/share/doc/packages/ghostscript-library/doc /usr/share/doc/packages/ghostscript-library/examples /usr/share/ghostscript /usr/share/ghostscript/8.64 /usr/share/ghostscript/8.64/Resource /usr/share/ghostscript/8.64/Resource/CMap /usr/share/ghostscript/8.64/Resource/CMap/78-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/78-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/78-H /usr/share/ghostscript/8.64/Resource/CMap/78-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/78-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/78-V /usr/share/ghostscript/8.64/Resource/CMap/78ms-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/78ms-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/83pv-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/90ms-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/90ms-RKSJ-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/90ms-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/90msp-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/90msp-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/90pv-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/90pv-RKSJ-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/90pv-RKSJ-UCS2C /usr/share/ghostscript/8.64/Resource/CMap/90pv-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/Add-H /usr/share/ghostscript/8.64/Resource/CMap/Add-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/Add-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/Add-V /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-0 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-1 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-3 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-4 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-5 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-B5pc /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-ETenms-B5 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-H-CID /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-H-Host /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-H-Mac /usr/share/ghostscript/8.64/Resource/CMap/Adobe-CNS1-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-0 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-1 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-3 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-4 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-5 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-GBK-EUC /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-GBpc-EUC /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-H-CID /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-H-Host /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-H-Mac /usr/share/ghostscript/8.64/Resource/CMap/Adobe-GB1-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-0 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-1 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-3 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-4 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-5 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-6 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-90ms-RKSJ /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-90pv-RKSJ /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-H-CID /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-H-Host /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-H-Mac /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-PS-H /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-PS-V /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan1-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Japan2-0 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-0 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-1 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-2 /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-H-CID /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-H-Host /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-H-Mac /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-KSCms-UHC /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-KSCpc-EUC /usr/share/ghostscript/8.64/Resource/CMap/Adobe-Korea1-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/B5-H /usr/share/ghostscript/8.64/Resource/CMap/B5-V /usr/share/ghostscript/8.64/Resource/CMap/B5pc-H /usr/share/ghostscript/8.64/Resource/CMap/B5pc-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/B5pc-UCS2C /usr/share/ghostscript/8.64/Resource/CMap/B5pc-V /usr/share/ghostscript/8.64/Resource/CMap/CNS-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/CNS-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/CNS01-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS02-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS03-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS04-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS05-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS06-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS07-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS1-H /usr/share/ghostscript/8.64/Resource/CMap/CNS1-V /usr/share/ghostscript/8.64/Resource/CMap/CNS15-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/CNS2-H /usr/share/ghostscript/8.64/Resource/CMap/CNS2-V /usr/share/ghostscript/8.64/Resource/CMap/ETHK-B5-H /usr/share/ghostscript/8.64/Resource/CMap/ETHK-B5-V /usr/share/ghostscript/8.64/Resource/CMap/ETen-B5-H /usr/share/ghostscript/8.64/Resource/CMap/ETen-B5-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/ETen-B5-V /usr/share/ghostscript/8.64/Resource/CMap/ETenms-B5-H /usr/share/ghostscript/8.64/Resource/CMap/ETenms-B5-V /usr/share/ghostscript/8.64/Resource/CMap/EUC-H /usr/share/ghostscript/8.64/Resource/CMap/EUC-V /usr/share/ghostscript/8.64/Resource/CMap/Ext-H /usr/share/ghostscript/8.64/Resource/CMap/Ext-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/Ext-RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/Ext-V /usr/share/ghostscript/8.64/Resource/CMap/GB-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GB-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/GB-H /usr/share/ghostscript/8.64/Resource/CMap/GB-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/GB-V /usr/share/ghostscript/8.64/Resource/CMap/GBK-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GBK-EUC-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/GBK-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/GBK2K-H /usr/share/ghostscript/8.64/Resource/CMap/GBK2K-V /usr/share/ghostscript/8.64/Resource/CMap/GBKp-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GBKp-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/GBT-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GBT-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/GBT-H /usr/share/ghostscript/8.64/Resource/CMap/GBT-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/GBT-V /usr/share/ghostscript/8.64/Resource/CMap/GBTpc-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GBTpc-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/GBpc-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/GBpc-EUC-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/GBpc-EUC-UCS2C /usr/share/ghostscript/8.64/Resource/CMap/GBpc-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/H /usr/share/ghostscript/8.64/Resource/CMap/HK-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/HKdla-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKdla-B5-V /usr/share/ghostscript/8.64/Resource/CMap/HKdlb-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKdlb-B5-V /usr/share/ghostscript/8.64/Resource/CMap/HKgccs-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKgccs-B5-V /usr/share/ghostscript/8.64/Resource/CMap/HKm314-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKm314-B5-V /usr/share/ghostscript/8.64/Resource/CMap/HKm471-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKm471-B5-V /usr/share/ghostscript/8.64/Resource/CMap/HKscs-B5-H /usr/share/ghostscript/8.64/Resource/CMap/HKscs-B5-V /usr/share/ghostscript/8.64/Resource/CMap/Hankaku /usr/share/ghostscript/8.64/Resource/CMap/Hiragana /usr/share/ghostscript/8.64/Resource/CMap/Hojo-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/Hojo-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/Hojo-H /usr/share/ghostscript/8.64/Resource/CMap/Hojo-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/Hojo-V /usr/share/ghostscript/8.64/Resource/CMap/Identity-H /usr/share/ghostscript/8.64/Resource/CMap/Identity-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/Identity-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/Identity-V /usr/share/ghostscript/8.64/Resource/CMap/KSC-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/KSC-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/KSC-H /usr/share/ghostscript/8.64/Resource/CMap/KSC-Johab-H /usr/share/ghostscript/8.64/Resource/CMap/KSC-Johab-V /usr/share/ghostscript/8.64/Resource/CMap/KSC-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/KSC-V /usr/share/ghostscript/8.64/Resource/CMap/KSC2-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/KSCms-UHC-H /usr/share/ghostscript/8.64/Resource/CMap/KSCms-UHC-HW-H /usr/share/ghostscript/8.64/Resource/CMap/KSCms-UHC-HW-V /usr/share/ghostscript/8.64/Resource/CMap/KSCms-UHC-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/KSCms-UHC-V /usr/share/ghostscript/8.64/Resource/CMap/KSCpc-EUC-H /usr/share/ghostscript/8.64/Resource/CMap/KSCpc-EUC-UCS2 /usr/share/ghostscript/8.64/Resource/CMap/KSCpc-EUC-UCS2C /usr/share/ghostscript/8.64/Resource/CMap/KSCpc-EUC-V /usr/share/ghostscript/8.64/Resource/CMap/Katakana /usr/share/ghostscript/8.64/Resource/CMap/NWP-H /usr/share/ghostscript/8.64/Resource/CMap/NWP-V /usr/share/ghostscript/8.64/Resource/CMap/RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/RKSJ-V /usr/share/ghostscript/8.64/Resource/CMap/Roman /usr/share/ghostscript/8.64/Resource/CMap/TCVN-RKSJ-H /usr/share/ghostscript/8.64/Resource/CMap/UCS2-90ms-RKSJ /usr/share/ghostscript/8.64/Resource/CMap/UCS2-90pv-RKSJ /usr/share/ghostscript/8.64/Resource/CMap/UCS2-B5pc /usr/share/ghostscript/8.64/Resource/CMap/UCS2-ETen-B5 /usr/share/ghostscript/8.64/Resource/CMap/UCS2-GBK-EUC /usr/share/ghostscript/8.64/Resource/CMap/UCS2-GBpc-EUC /usr/share/ghostscript/8.64/Resource/CMap/UCS2-KSCms-UHC /usr/share/ghostscript/8.64/Resource/CMap/UCS2-KSCpc-EUC /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UCS2-H /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniCNS-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UCS2-H /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniGB-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UCS2-H /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniHojo-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UCS2-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UCS2-HW-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UCS2-HW-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniJIS2004-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniJISPro-UCS2-HW-V /usr/share/ghostscript/8.64/Resource/CMap/UniJISPro-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniJISPro-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/UniJISX0213-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniJISX0213-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniJISX02132004-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniJISX02132004-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UCS2-H /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UCS2-V /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF16-H /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF16-V /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF32-H /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF32-V /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF8-H /usr/share/ghostscript/8.64/Resource/CMap/UniKS-UTF8-V /usr/share/ghostscript/8.64/Resource/CMap/V /usr/share/ghostscript/8.64/Resource/CMap/WP-Symbol /usr/share/ghostscript/8.64/Resource/ColorSpace /usr/share/ghostscript/8.64/Resource/ColorSpace/DefaultCMYK /usr/share/ghostscript/8.64/Resource/ColorSpace/DefaultGray /usr/share/ghostscript/8.64/Resource/ColorSpace/DefaultRGB /usr/share/ghostscript/8.64/Resource/ColorSpace/TrivialCMYK /usr/share/ghostscript/8.64/Resource/Decoding /usr/share/ghostscript/8.64/Resource/Decoding/FCO_Dingbats /usr/share/ghostscript/8.64/Resource/Decoding/FCO_Symbol /usr/share/ghostscript/8.64/Resource/Decoding/FCO_Unicode /usr/share/ghostscript/8.64/Resource/Decoding/FCO_Wingdings /usr/share/ghostscript/8.64/Resource/Decoding/Latin1 /usr/share/ghostscript/8.64/Resource/Decoding/StandardEncoding /usr/share/ghostscript/8.64/Resource/Decoding/Unicode /usr/share/ghostscript/8.64/Resource/Encoding /usr/share/ghostscript/8.64/Resource/Encoding/Wingdings /usr/share/ghostscript/8.64/Resource/Font /usr/share/ghostscript/8.64/Resource/Init /usr/share/ghostscript/8.64/Resource/Init/FCOfontmap-PCLPS2 /usr/share/ghostscript/8.64/Resource/Init/Fontmap /usr/share/ghostscript/8.64/Resource/Init/Fontmap.0 /usr/share/ghostscript/8.64/Resource/Init/Fontmap.GS /usr/share/ghostscript/8.64/Resource/Init/cidfmap /usr/share/ghostscript/8.64/Resource/Init/gs_agl.ps /usr/share/ghostscript/8.64/Resource/Init/gs_btokn.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cet.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cff.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cidcm.ps /usr/share/ghostscript/8.64/Resource/Init/gs_ciddc.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cidfm.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cidfn.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cidtt.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cmap.ps /usr/share/ghostscript/8.64/Resource/Init/gs_cspace.ps /usr/share/ghostscript/8.64/Resource/Init/gs_css_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dbt_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_diskf.ps /usr/share/ghostscript/8.64/Resource/Init/gs_diskn.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dpnxt.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dps.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dps1.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dps2.ps /usr/share/ghostscript/8.64/Resource/Init/gs_dscp.ps /usr/share/ghostscript/8.64/Resource/Init/gs_epsf.ps /usr/share/ghostscript/8.64/Resource/Init/gs_fapi.ps /usr/share/ghostscript/8.64/Resource/Init/gs_fntem.ps /usr/share/ghostscript/8.64/Resource/Init/gs_fonts.ps /usr/share/ghostscript/8.64/Resource/Init/gs_frsd.ps /usr/share/ghostscript/8.64/Resource/Init/gs_icc.ps /usr/share/ghostscript/8.64/Resource/Init/gs_il1_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_img.ps /usr/share/ghostscript/8.64/Resource/Init/gs_init.ps /usr/share/ghostscript/8.64/Resource/Init/gs_l2img.ps /usr/share/ghostscript/8.64/Resource/Init/gs_lev2.ps /usr/share/ghostscript/8.64/Resource/Init/gs_ll3.ps /usr/share/ghostscript/8.64/Resource/Init/gs_mex_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_mgl_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_mro_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_pdf_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_pdfwr.ps /usr/share/ghostscript/8.64/Resource/Init/gs_res.ps /usr/share/ghostscript/8.64/Resource/Init/gs_resmp.ps /usr/share/ghostscript/8.64/Resource/Init/gs_setpd.ps /usr/share/ghostscript/8.64/Resource/Init/gs_statd.ps /usr/share/ghostscript/8.64/Resource/Init/gs_std_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_sym_e.ps /usr/share/ghostscript/8.64/Resource/Init/gs_trap.ps /usr/share/ghostscript/8.64/Resource/Init/gs_ttf.ps /usr/share/ghostscript/8.64/Resource/Init/gs_typ32.ps /usr/share/ghostscript/8.64/Resource/Init/gs_typ42.ps /usr/share/ghostscript/8.64/Resource/Init/gs_type1.ps /usr/share/ghostscript/8.64/Resource/Init/gs_wan_e.ps /usr/share/ghostscript/8.64/Resource/Init/opdfread.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_base.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_cslayer.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_draw.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_font.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_main.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_ops.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_rbld.ps /usr/share/ghostscript/8.64/Resource/Init/pdf_sec.ps /usr/share/ghostscript/8.64/Resource/Init/xlatmap /usr/share/ghostscript/8.64/Resource/SubstCID /usr/share/ghostscript/8.64/Resource/SubstCID/CNS1-WMode /usr/share/ghostscript/8.64/Resource/SubstCID/GB1-WMode /usr/share/ghostscript/8.64/Resource/SubstCID/Japan1-WMode /usr/share/ghostscript/8.64/Resource/SubstCID/Korea1-WMode /usr/share/ghostscript/8.64/doc /usr/share/ghostscript/8.64/doc/API.htm /usr/share/ghostscript/8.64/doc/C-style.htm /usr/share/ghostscript/8.64/doc/COPYING /usr/share/ghostscript/8.64/doc/Changes.htm /usr/share/ghostscript/8.64/doc/Commprod.htm /usr/share/ghostscript/8.64/doc/DLL.htm /usr/share/ghostscript/8.64/doc/Deprecated.htm /usr/share/ghostscript/8.64/doc/Details.htm /usr/share/ghostscript/8.64/doc/Details8.htm /usr/share/ghostscript/8.64/doc/Develop.htm /usr/share/ghostscript/8.64/doc/Devices.htm /usr/share/ghostscript/8.64/doc/Drivers.htm /usr/share/ghostscript/8.64/doc/Fonts.htm /usr/share/ghostscript/8.64/doc/Helpers.htm /usr/share/ghostscript/8.64/doc/Hershey.htm /usr/share/ghostscript/8.64/doc/History1.htm /usr/share/ghostscript/8.64/doc/History2.htm /usr/share/ghostscript/8.64/doc/History3.htm /usr/share/ghostscript/8.64/doc/History4.htm /usr/share/ghostscript/8.64/doc/History5.htm /usr/share/ghostscript/8.64/doc/History6.htm /usr/share/ghostscript/8.64/doc/History7.htm /usr/share/ghostscript/8.64/doc/History8.htm /usr/share/ghostscript/8.64/doc/Install.htm /usr/share/ghostscript/8.64/doc/Issues.htm /usr/share/ghostscript/8.64/doc/LICENSE /usr/share/ghostscript/8.64/doc/Language.htm /usr/share/ghostscript/8.64/doc/Lib.htm /usr/share/ghostscript/8.64/doc/Make.htm /usr/share/ghostscript/8.64/doc/News.htm /usr/share/ghostscript/8.64/doc/Omni /usr/share/ghostscript/8.64/doc/Omni/Build Checklist /usr/share/ghostscript/8.64/doc/Omni/Building /usr/share/ghostscript/8.64/doc/Omni/Change Log /usr/share/ghostscript/8.64/doc/Omni/Color Adjustment /usr/share/ghostscript/8.64/doc/Omni/How To Create A Device /usr/share/ghostscript/8.64/doc/Omni/Installing /usr/share/ghostscript/8.64/doc/Omni/Known Problems /usr/share/ghostscript/8.64/doc/Omni/Omni Rasterization Specification /usr/share/ghostscript/8.64/doc/Omni/Omni.coding.style /usr/share/ghostscript/8.64/doc/Omni/PDC Specification /usr/share/ghostscript/8.64/doc/Omni/Pluggable Blitter /usr/share/ghostscript/8.64/doc/Omni/RPM Readme /usr/share/ghostscript/8.64/doc/Omni/Reporting Bugs /usr/share/ghostscript/8.64/doc/Omni/Usage /usr/share/ghostscript/8.64/doc/Omni/todo /usr/share/ghostscript/8.64/doc/Projects.htm /usr/share/ghostscript/8.64/doc/Ps-style.htm /usr/share/ghostscript/8.64/doc/Ps2epsi.htm /usr/share/ghostscript/8.64/doc/Ps2pdf.htm /usr/share/ghostscript/8.64/doc/Psfiles.htm /usr/share/ghostscript/8.64/doc/README /usr/share/ghostscript/8.64/doc/Readme.htm /usr/share/ghostscript/8.64/doc/Release.htm /usr/share/ghostscript/8.64/doc/Source.htm /usr/share/ghostscript/8.64/doc/Unix-lpr.htm /usr/share/ghostscript/8.64/doc/Use.htm /usr/share/ghostscript/8.64/doc/Xfonts.htm /usr/share/ghostscript/8.64/doc/gs.css /usr/share/ghostscript/8.64/doc/hpdj /usr/share/ghostscript/8.64/doc/hpdj/LGPL.txt /usr/share/ghostscript/8.64/doc/hpdj/NEWS.hpdj /usr/share/ghostscript/8.64/doc/hpdj/README.hpdj /usr/share/ghostscript/8.64/doc/hpdj/example.mdf /usr/share/ghostscript/8.64/doc/hpdj/gs-hpdj.ps /usr/share/ghostscript/8.64/doc/hpdj/gs-hpdj.txt /usr/share/ghostscript/8.64/doc/hpdj/hpdj.html /usr/share/ghostscript/8.64/doc/hpdj/margins-A4.ps /usr/share/ghostscript/8.64/doc/hpdj/margins-A4Rotated.ps /usr/share/ghostscript/8.64/doc/hpdj/margins-Letter.ps /usr/share/ghostscript/8.64/doc/hpdj/margins-LetterRotated.ps /usr/share/ghostscript/8.64/doc/index.html /usr/share/ghostscript/8.64/doc/pcl3 /usr/share/ghostscript/8.64/doc/pcl3/BUGS /usr/share/ghostscript/8.64/doc/pcl3/LGPL /usr/share/ghostscript/8.64/doc/pcl3/NEWS.pcl3 /usr/share/ghostscript/8.64/doc/pcl3/README.pcl3 /usr/share/ghostscript/8.64/doc/pcl3/calign.ps /usr/share/ghostscript/8.64/doc/pcl3/dumppdd.ps /usr/share/ghostscript/8.64/doc/pcl3/gs-pcl3.html /usr/share/ghostscript/8.64/doc/pcl3/gs-pcl3.txt /usr/share/ghostscript/8.64/doc/pcl3/how-to-report.txt /usr/share/ghostscript/8.64/doc/pcl3/levels-test.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-A4.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-A4Rotated.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-Env10Rotated.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-EnvDLRotated.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-Letter.ps /usr/share/ghostscript/8.64/doc/pcl3/margins-LetterRotated.ps /usr/share/ghostscript/8.64/doc/pcl3/reports.txt /usr/share/ghostscript/8.64/doc/pcl3opts.html /usr/share/ghostscript/8.64/doc/stp /usr/share/ghostscript/8.64/doc/stp/COPYING /usr/share/ghostscript/8.64/doc/stp/ChangeLog /usr/share/ghostscript/8.64/doc/stp/README /usr/share/ghostscript/8.64/doc/stp/gs-stp.1 /usr/share/ghostscript/8.64/examples /usr/share/ghostscript/8.64/examples/alphabet.ps /usr/share/ghostscript/8.64/examples/annots.pdf /usr/share/ghostscript/8.64/examples/chess.ps /usr/share/ghostscript/8.64/examples/colorcir.ps /usr/share/ghostscript/8.64/examples/doretree.ps /usr/share/ghostscript/8.64/examples/escher.ps /usr/share/ghostscript/8.64/examples/golfer.eps /usr/share/ghostscript/8.64/examples/grayalph.ps /usr/share/ghostscript/8.64/examples/ridt91.eps /usr/share/ghostscript/8.64/examples/snowflak.ps /usr/share/ghostscript/8.64/examples/tiger.eps /usr/share/ghostscript/8.64/examples/vasarely.ps /usr/share/ghostscript/8.64/examples/waterfal.ps /usr/share/ghostscript/8.64/lib /usr/share/ghostscript/8.64/lib/FAPIcidfmap /usr/share/ghostscript/8.64/lib/FAPIconfig /usr/share/ghostscript/8.64/lib/FAPIfontmap /usr/share/ghostscript/8.64/lib/Fontmap.X11-auto /usr/share/ghostscript/8.64/lib/Fontmap.rus /usr/share/ghostscript/8.64/lib/PDFA_def.ps /usr/share/ghostscript/8.64/lib/PDFX_def.ps /usr/share/ghostscript/8.64/lib/PM760p.upp /usr/share/ghostscript/8.64/lib/PM760pl.upp /usr/share/ghostscript/8.64/lib/PM820p.upp /usr/share/ghostscript/8.64/lib/PM820pl.upp /usr/share/ghostscript/8.64/lib/Stc3000p.upp /usr/share/ghostscript/8.64/lib/Stc3000pl.upp /usr/share/ghostscript/8.64/lib/Stc48nzlp.upp /usr/share/ghostscript/8.64/lib/Stc48nzlpl.upp /usr/share/ghostscript/8.64/lib/Stc670p.upp /usr/share/ghostscript/8.64/lib/Stc670pl.upp /usr/share/ghostscript/8.64/lib/Stc680p.upp /usr/share/ghostscript/8.64/lib/Stc680pl.upp /usr/share/ghostscript/8.64/lib/Stc740p.upp /usr/share/ghostscript/8.64/lib/Stc740pl.upp /usr/share/ghostscript/8.64/lib/Stc760p.upp /usr/share/ghostscript/8.64/lib/Stc760pl.upp /usr/share/ghostscript/8.64/lib/Stc777p.upp /usr/share/ghostscript/8.64/lib/Stc777pl.upp /usr/share/ghostscript/8.64/lib/Stc900_980p.upp /usr/share/ghostscript/8.64/lib/Stc900_980pl.upp /usr/share/ghostscript/8.64/lib/Stp720p.upp /usr/share/ghostscript/8.64/lib/Stp720pl.upp /usr/share/ghostscript/8.64/lib/Stp870p.upp /usr/share/ghostscript/8.64/lib/Stp870pl.upp /usr/share/ghostscript/8.64/lib/acctest.ps /usr/share/ghostscript/8.64/lib/addxchar.ps /usr/share/ghostscript/8.64/lib/align.ps /usr/share/ghostscript/8.64/lib/bdftops.ps /usr/share/ghostscript/8.64/lib/bj8.rpd /usr/share/ghostscript/8.64/lib/bj8gc12f.upp /usr/share/ghostscript/8.64/lib/bj8hg12f.upp /usr/share/ghostscript/8.64/lib/bj8oh06n.upp /usr/share/ghostscript/8.64/lib/bj8pa06n.upp /usr/share/ghostscript/8.64/lib/bj8pp12f.upp /usr/share/ghostscript/8.64/lib/bj8ts06n.upp /usr/share/ghostscript/8.64/lib/bjc6000a1.upp /usr/share/ghostscript/8.64/lib/bjc6000b1.upp /usr/share/ghostscript/8.64/lib/bjc610a0.upp /usr/share/ghostscript/8.64/lib/bjc610a1.upp /usr/share/ghostscript/8.64/lib/bjc610a2.upp /usr/share/ghostscript/8.64/lib/bjc610a3.upp /usr/share/ghostscript/8.64/lib/bjc610a4.upp /usr/share/ghostscript/8.64/lib/bjc610a5.upp /usr/share/ghostscript/8.64/lib/bjc610a6.upp /usr/share/ghostscript/8.64/lib/bjc610a7.upp /usr/share/ghostscript/8.64/lib/bjc610a8.upp /usr/share/ghostscript/8.64/lib/bjc610b1.upp /usr/share/ghostscript/8.64/lib/bjc610b2.upp /usr/share/ghostscript/8.64/lib/bjc610b3.upp /usr/share/ghostscript/8.64/lib/bjc610b4.upp /usr/share/ghostscript/8.64/lib/bjc610b6.upp /usr/share/ghostscript/8.64/lib/bjc610b7.upp /usr/share/ghostscript/8.64/lib/bjc610b8.upp /usr/share/ghostscript/8.64/lib/caption.ps /usr/share/ghostscript/8.64/lib/cbjc600.ppd /usr/share/ghostscript/8.64/lib/cbjc800.ppd /usr/share/ghostscript/8.64/lib/cdj550.upp /usr/share/ghostscript/8.64/lib/cdj690.upp /usr/share/ghostscript/8.64/lib/cdj690ec.upp /usr/share/ghostscript/8.64/lib/cid2code.ps /usr/share/ghostscript/8.64/lib/decrypt.ps /usr/share/ghostscript/8.64/lib/dmp_init.ps /usr/share/ghostscript/8.64/lib/dmp_site.ps /usr/share/ghostscript/8.64/lib/dnj750c.upp /usr/share/ghostscript/8.64/lib/dnj750m.upp /usr/share/ghostscript/8.64/lib/docie.ps /usr/share/ghostscript/8.64/lib/dumphint.ps /usr/share/ghostscript/8.64/lib/escp_24.src /usr/share/ghostscript/8.64/lib/font2c.ps /usr/share/ghostscript/8.64/lib/font2pcl.ps /usr/share/ghostscript/8.64/lib/ghostpdf.ppd /usr/share/ghostscript/8.64/lib/gs_ce_e.ps /usr/share/ghostscript/8.64/lib/gs_cmdl.ps /usr/share/ghostscript/8.64/lib/gs_fform.ps /usr/share/ghostscript/8.64/lib/gs_il2_e.ps /usr/share/ghostscript/8.64/lib/gs_kanji.ps /usr/share/ghostscript/8.64/lib/gs_ksb_e.ps /usr/share/ghostscript/8.64/lib/gs_l.xbm /usr/share/ghostscript/8.64/lib/gs_l.xpm /usr/share/ghostscript/8.64/lib/gs_l_m.xbm /usr/share/ghostscript/8.64/lib/gs_lgo_e.ps /usr/share/ghostscript/8.64/lib/gs_lgx_e.ps /usr/share/ghostscript/8.64/lib/gs_m.xbm /usr/share/ghostscript/8.64/lib/gs_m.xpm /usr/share/ghostscript/8.64/lib/gs_m_m.xbm /usr/share/ghostscript/8.64/lib/gs_pfile.ps /usr/share/ghostscript/8.64/lib/gs_rdlin.ps /usr/share/ghostscript/8.64/lib/gs_s.xbm /usr/share/ghostscript/8.64/lib/gs_s.xpm /usr/share/ghostscript/8.64/lib/gs_s_m.xbm /usr/share/ghostscript/8.64/lib/gs_t.xbm /usr/share/ghostscript/8.64/lib/gs_t.xpm /usr/share/ghostscript/8.64/lib/gs_t_m.xbm /usr/share/ghostscript/8.64/lib/gs_wl1_e.ps /usr/share/ghostscript/8.64/lib/gs_wl2_e.ps /usr/share/ghostscript/8.64/lib/gs_wl5_e.ps /usr/share/ghostscript/8.64/lib/gslp.ps /usr/share/ghostscript/8.64/lib/gsnup.ps /usr/share/ghostscript/8.64/lib/ht_ccsto.ps /usr/share/ghostscript/8.64/lib/image-qa.ps /usr/share/ghostscript/8.64/lib/impath.ps /usr/share/ghostscript/8.64/lib/jispaper.ps /usr/share/ghostscript/8.64/lib/landscap.ps /usr/share/ghostscript/8.64/lib/level1.ps /usr/share/ghostscript/8.64/lib/lines.ps /usr/share/ghostscript/8.64/lib/markhint.ps /usr/share/ghostscript/8.64/lib/markpath.ps /usr/share/ghostscript/8.64/lib/mkcidfm.ps /usr/share/ghostscript/8.64/lib/necp2x.upp /usr/share/ghostscript/8.64/lib/necp2x6.upp /usr/share/ghostscript/8.64/lib/packfile.ps /usr/share/ghostscript/8.64/lib/pcharstr.ps /usr/share/ghostscript/8.64/lib/pdf2dsc.ps /usr/share/ghostscript/8.64/lib/pdfopt.ps /usr/share/ghostscript/8.64/lib/pdfwrite.ps /usr/share/ghostscript/8.64/lib/pf2afm.ps /usr/share/ghostscript/8.64/lib/pfbtopfa.ps /usr/share/ghostscript/8.64/lib/ppath.ps /usr/share/ghostscript/8.64/lib/pphs.ps /usr/share/ghostscript/8.64/lib/prfont.ps /usr/share/ghostscript/8.64/lib/printafm.ps /usr/share/ghostscript/8.64/lib/ps2ai.ps /usr/share/ghostscript/8.64/lib/ps2ascii.ps /usr/share/ghostscript/8.64/lib/ps2epsi.ps /usr/share/ghostscript/8.64/lib/quit.ps /usr/share/ghostscript/8.64/lib/ras1.upp /usr/share/ghostscript/8.64/lib/ras24.upp /usr/share/ghostscript/8.64/lib/ras3.upp /usr/share/ghostscript/8.64/lib/ras32.upp /usr/share/ghostscript/8.64/lib/ras4.upp /usr/share/ghostscript/8.64/lib/ras8m.upp /usr/share/ghostscript/8.64/lib/rollconv.ps /usr/share/ghostscript/8.64/lib/s400a1.upp /usr/share/ghostscript/8.64/lib/s400b1.upp /usr/share/ghostscript/8.64/lib/sharp.upp /usr/share/ghostscript/8.64/lib/showchar.ps /usr/share/ghostscript/8.64/lib/showpage.ps /usr/share/ghostscript/8.64/lib/sipixa6.upp /usr/share/ghostscript/8.64/lib/st640ih.upp /usr/share/ghostscript/8.64/lib/st640ihg.upp /usr/share/ghostscript/8.64/lib/st640p.upp /usr/share/ghostscript/8.64/lib/st640pg.upp /usr/share/ghostscript/8.64/lib/st640pl.upp /usr/share/ghostscript/8.64/lib/st640plg.upp /usr/share/ghostscript/8.64/lib/stc.upp /usr/share/ghostscript/8.64/lib/stc1520h.upp /usr/share/ghostscript/8.64/lib/stc2.upp /usr/share/ghostscript/8.64/lib/stc200_h.upp /usr/share/ghostscript/8.64/lib/stc2_h.upp /usr/share/ghostscript/8.64/lib/stc2s_h.upp /usr/share/ghostscript/8.64/lib/stc300.upp /usr/share/ghostscript/8.64/lib/stc300bl.upp /usr/share/ghostscript/8.64/lib/stc300bm.upp /usr/share/ghostscript/8.64/lib/stc500p.upp /usr/share/ghostscript/8.64/lib/stc500ph.upp /usr/share/ghostscript/8.64/lib/stc600ih.upp /usr/share/ghostscript/8.64/lib/stc600p.upp /usr/share/ghostscript/8.64/lib/stc600pl.upp /usr/share/ghostscript/8.64/lib/stc640p.upp /usr/share/ghostscript/8.64/lib/stc740ih.upp /usr/share/ghostscript/8.64/lib/stc740p.upp /usr/share/ghostscript/8.64/lib/stc740pl.upp /usr/share/ghostscript/8.64/lib/stc800ih.upp /usr/share/ghostscript/8.64/lib/stc800p.upp /usr/share/ghostscript/8.64/lib/stc800pl.upp /usr/share/ghostscript/8.64/lib/stc_h.upp /usr/share/ghostscript/8.64/lib/stc_l.upp /usr/share/ghostscript/8.64/lib/stcany.upp /usr/share/ghostscript/8.64/lib/stcany_h.upp /usr/share/ghostscript/8.64/lib/stcinfo.ps /usr/share/ghostscript/8.64/lib/stcolor.ps /usr/share/ghostscript/8.64/lib/stocht.ps /usr/share/ghostscript/8.64/lib/traceimg.ps /usr/share/ghostscript/8.64/lib/traceop.ps /usr/share/ghostscript/8.64/lib/type1enc.ps /usr/share/ghostscript/8.64/lib/type1ops.ps /usr/share/ghostscript/8.64/lib/uninfo.ps /usr/share/ghostscript/8.64/lib/unprot.ps /usr/share/ghostscript/8.64/lib/viewcmyk.ps /usr/share/ghostscript/8.64/lib/viewgif.ps /usr/share/ghostscript/8.64/lib/viewjpeg.ps /usr/share/ghostscript/8.64/lib/viewmiff.ps /usr/share/ghostscript/8.64/lib/viewpbm.ps /usr/share/ghostscript/8.64/lib/viewpcx.ps /usr/share/ghostscript/8.64/lib/viewps2a.ps /usr/share/ghostscript/8.64/lib/wftopfa.ps /usr/share/ghostscript/8.64/lib/winmaps.ps /usr/share/ghostscript/8.64/lib/wrfont.ps /usr/share/ghostscript/8.64/lib/zeroline.ps /usr/share/man/de/man1/dvipdf.1.gz /usr/share/man/de/man1/eps2eps.1.gz /usr/share/man/de/man1/font2c.1.gz /usr/share/man/de/man1/gsnd.1.gz /usr/share/man/de/man1/pdf2dsc.1.gz /usr/share/man/de/man1/pdf2ps.1.gz /usr/share/man/de/man1/pdfopt.1.gz /usr/share/man/de/man1/printafm.1.gz /usr/share/man/de/man1/ps2ascii.1.gz /usr/share/man/de/man1/ps2pdf.1.gz /usr/share/man/de/man1/ps2pdf12.1.gz /usr/share/man/de/man1/ps2pdf13.1.gz /usr/share/man/de/man1/ps2ps.1.gz /usr/share/man/de/man1/wftopfa.1.gz /usr/share/man/man1/dvipdf.1.gz /usr/share/man/man1/eps2eps.1.gz /usr/share/man/man1/font2c.1.gz /usr/share/man/man1/gs-hpdj.1.gz /usr/share/man/man1/gs-pcl3.1.gz /usr/share/man/man1/gs-stp.1.gz /usr/share/man/man1/gs.1.gz /usr/share/man/man1/gslp.1.gz /usr/share/man/man1/gsnd.1.gz /usr/share/man/man1/ijs-config.1.gz /usr/share/man/man1/pcl3opts.1.gz /usr/share/man/man1/pdf2dsc.1.gz /usr/share/man/man1/pdf2ps.1.gz /usr/share/man/man1/pdfopt.1.gz /usr/share/man/man1/pf2afm.1.gz /usr/share/man/man1/pfbtopfa.1.gz /usr/share/man/man1/printafm.1.gz /usr/share/man/man1/ps2ascii.1.gz /usr/share/man/man1/ps2epsi.1.gz /usr/share/man/man1/ps2pdf.1.gz /usr/share/man/man1/ps2pdf12.1.gz /usr/share/man/man1/ps2pdf13.1.gz /usr/share/man/man1/ps2pdfwr.1.gz /usr/share/man/man1/ps2ps.1.gz /usr/share/man/man1/wftopfa.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 05:29:09 2013