538 lines
18 KiB
RPMSpec
538 lines
18 KiB
RPMSpec
Summary: A PostScript(TM) interpreter and renderer.
|
||
Name: ghostscript
|
||
Version: 6.51
|
||
Release: 5
|
||
License: GPL
|
||
URL: http://gnu-gs.sourceforge.net/
|
||
Group: Applications/Publishing
|
||
Source0: ftp://ftp.cs.wisc.edu/pub/ghost/gnu/gs651/%{name}-%{version}.tar.bz2
|
||
%define jpeg_ver 6b
|
||
Source1: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{jpeg_ver}.tar.gz
|
||
%define hpdj_ver 2.6
|
||
Source2: ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/hpdj-%{hpdj_ver}.tar.gz
|
||
%define md2k_ver 0.2a
|
||
Source3: http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/gdevmd2k-%{md2k_ver}.tar.gz
|
||
Source4: http://lcewww.et.tudelft.nl/~haver/cgi-bin/download/linux/epson740.tgz
|
||
%define gimp_ver 4.0.5
|
||
Source5: http://prdownloads.sourceforge.net/gimp-print/print-%{gimp_ver}.tar.gz
|
||
%define lxm_ver 0.4.1-gs5.50
|
||
Source6: http://www.geocities.com/dgordini/lxm3200-%{lxm_ver}-src.tar.gz
|
||
Source7: http://www.powerup.com.au/~pbwest/lexmark/gdevlx50.c
|
||
Source8: ftp://bimbo.fjfi.cvut.cz/users/paluch/lexmarkgs/lexmarkgs990908.tar.gz
|
||
# Url for gs-cjk project, the source of Source9:
|
||
# http://www.gyve.org/gs-cjk/
|
||
%define cjk_ver 6.51-cjk-M2-R1
|
||
Source9: ftp://ftp.gyve.org/pub/gs-cjk/M2/gs%{cjk_ver}.tar.gz
|
||
%define gsj_ver gs550j1
|
||
Source11: %{gsj_ver}.tar.gz
|
||
# Source12 is gs6.51 friendly contrib.mak-add for gsj
|
||
Source12: contrib.mak-gsj651.add
|
||
Source13: ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200103.tar.gz
|
||
%define vflib_ver gs650
|
||
Source15: ftp://ftp.u-aizu.ac.jp/pub/tex/ptex-win32/WEB2C7.3/%{vflib_ver}-j-vlib.zip
|
||
Source16: ftp://ftp.gyve.org/pub/gs-cjk/acro4-cmaps-1999.tar.gz
|
||
Source20: ghostscript-6.51-cjk.tar.gz
|
||
# Patch5 is gs6.51 friendly patch for gsj
|
||
Patch5: ghostscript-6.51-gsj.patch
|
||
Patch0: ghostscript-6.51-config.patch
|
||
Patch1: ghostscript-6.51-linuxtime.patch
|
||
Patch2: ghostscript-6.51-mkstemp.patch
|
||
Patch3: ghostscript-6.51-gcc296.patch
|
||
Patch6: ghostscript-6.51-_ds.patch
|
||
Patch7: ghostscript-6.51-gx_device.patch
|
||
Patch8: ghostscript-6.51-gsj_update.patch
|
||
Patch10: ghostscript-6.51-config.kfvflib.patch
|
||
Patch12: ghostscript-6.51-vflib.fixup.patch
|
||
Patch13: ghostscript-6.51-res_path.patch
|
||
Patch14: ghostscript-6.51-ps2epsi.patch
|
||
|
||
# I dont think this patch is needed anymore, so it is not applied.
|
||
# but I might be wrong, and dont really understand it, so it is still
|
||
# included. -Crutcher
|
||
Patch11: gs5.50-rth.patch
|
||
|
||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||
BuildRequires: zlib, zlib-devel, libpng, libpng-devel
|
||
BuildRequires: VFlib2-devel
|
||
# xtt-fonts -> ttfonts-ja
|
||
Requires: VFlib2, ttfonts-ja, zlib, libpng
|
||
BuildPreReq: freetype-devel
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
||
%description
|
||
Ghostscript is a set of software that provides a PostScript(TM)
|
||
interpreter, a set of C procedures (the Ghostscript library, which
|
||
implements the graphics capabilities in the PostScript language) and
|
||
an interpreter for Portable Document Format (PDF) files. Ghostscript
|
||
translates PostScript code into many common, bitmapped formats, like
|
||
those understood by your printer or screen. Ghostscript is normally
|
||
used to display PostScript files and to print PostScript files to
|
||
non-PostScript printers.
|
||
|
||
If you need to display PostScript files or print them to
|
||
non-PostScript printers, you should install ghostscript. If you
|
||
install ghostscript, you also need to install the ghostscript-fonts
|
||
package.
|
||
|
||
%prep
|
||
%setup -q
|
||
|
||
|
||
# Set up the jpeg library
|
||
tar xzf %{SOURCE1}
|
||
ln -s jpeg-%{jpeg_ver} jpeg
|
||
|
||
|
||
# Setting linux as a platform that needs <time.h> AND <sys/time.h>
|
||
%patch1 -p1 -b .linuxtime
|
||
|
||
|
||
# Patch to use mkstemp for making temp files, for security
|
||
%patch2 -p1 -b .mkstemp
|
||
|
||
# Apply the gs-cjk patches
|
||
tar xzf %{SOURCE9}
|
||
(cd gs%{cjk_ver}; rm src_time_.h.patch \
|
||
src_unix-gcc.mak.patch \
|
||
src_gp_unifs.c.patch
|
||
)
|
||
cat gs%{cjk_ver}/*.patch | patch -p0 -b -V simple -z .cjk
|
||
|
||
# Create a Resource directory
|
||
%patch13 -p1 -b .res_path
|
||
mkdir Resource
|
||
mkdir Resource/Font
|
||
mkdir Resource/CIDFont
|
||
tar xzf %{SOURCE13} -C Resource
|
||
tar xzf %{SOURCE16} -C Resource
|
||
|
||
tar xzf gs%{cjk_ver}/install-cid.tar.gz -C Resource
|
||
tar xzf %{SOURCE20} -C Resource/CIDFont
|
||
|
||
|
||
# Add the VFlib/jpdf patch
|
||
# The unix-gcc.mak portions of this patch are in the config patch below
|
||
mkdir vflib-source
|
||
unzip %{SOURCE15} -d vflib-source
|
||
%patch12 -p1 -b .vflib.fixup
|
||
|
||
patch -p1 -b -V simple -z .vflib < vflib-source/%{vflib_ver}-j-vlib.diff
|
||
|
||
|
||
# RPM configuration changes to the makefile
|
||
# The config patch sets up the use of a symbol, _XXX_RPM_GS_DEVICES_XXX_ which
|
||
# gets replaced by sed with the contents of the variable GS_DEVS. This
|
||
# allows devices to be added to the Makefile by adding them to the
|
||
# GS_DEVS string in this spec file. New devices in this spec file
|
||
# should be added with the line:
|
||
# GS_DEVS=$GS_DEVS'$(DD)foo.dev ' <-- note the space
|
||
# Those paying attention will wonder why it works this way, the reason is that
|
||
# the DEVICE_DEVS? are NOT treated as real variables by ghostscript's build
|
||
# system, and so we have to actually change the file.
|
||
#
|
||
%patch0 -p1 -b .config
|
||
# Includes japanese changes
|
||
%patch10 -p1 -b .config.kfvflib
|
||
|
||
# Turn on every possibly pertinent builtin device
|
||
#? dmprt.dev cdj880.dev
|
||
GS_DEVS=$GS_DEVS'$(DD)ap3250.dev $(DD)appledmp.dev $(DD)atx23.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)atx24.dev $(DD)atx38.dev $(DD)bmpa16.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)bmpa16m.dev $(DD)bmpa256.dev $(DD)bmpa32b.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)bmpamono.dev $(DD)bmpasep1.dev $(DD)bmpasep8.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)ccr.dev $(DD)cdj1600.dev $(DD)cdj500.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)cdj670.dev $(DD)cdj850.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)cdj890.dev $(DD)cdj970.dev $(DD)cfax.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)cgm24.dev $(DD)cgm8.dev $(DD)cgmmono.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)cljet5pr.dev $(DD)coslw2p.dev $(DD)coslwxl.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)cp50.dev $(DD)declj250.dev $(DD)dfaxlow.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)dfaxhigh.dev $(DD)djet500c.dev $(DD)dl2100.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)dnj650c.dev $(DD)eps9high.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)eps9mid.dev $(DD)epson.dev $(DD)epsonc.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)escp.dev $(DD)fax.dev $(DD)fs600.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)hl1250.dev $(DD)hl7x0.dev $(DD)ibmpro.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)imagen.dev $(DD)inferno.dev $(DD)iwhi.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)iwlo.dev $(DD)iwlq.dev $(DD)jetp3852.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)la50.dev $(DD)la70.dev $(DD)la75.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)la75plus.dev $(DD)lbp8.dev $(DD)lj250.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lj3100sw.dev $(DD)lj4dith.dev $(DD)ln03.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lp2563.dev $(DD)lp8000.dev $(DD)lq850.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lxm5700m.dev $(DD)m8510.dev $(DD)mgr4.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)mgr8.dev $(DD)mgrgray2.dev $(DD)mgrgray4.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)mgrgray8.dev $(DD)mgrmono.dev $(DD)miff24.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)necp6.dev $(DD)oce9050.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)oki182.dev $(DD)okiibm.dev $(DD)paintjet.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)photoex.dev $(DD)pjetxl.dev $(DD)plan9bm.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)psdf.dev $(DD)sgirgb.dev $(DD)r4081.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)sj48.dev $(DD)st800.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)stcolor.dev $(DD)sunhmono.dev $(DD)t4693d2.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)t4693d4.dev $(DD)t4693d8.dev $(DD)tek4696.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)tfax.dev $(DD)tiffs.dev $(DD)xes.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)x11_.dev $(DD)x11alt_.dev $(DD)x11cmyk2.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)x11cmyk4.dev $(DD)x11cmyk8.dev $(DD)x11rg16x.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)x11rg32x.dev '
|
||
|
||
|
||
## Add a monkey-load of Japanese Printers
|
||
mkdir gsj
|
||
tar xzf %{SOURCE11} -C gsj
|
||
|
||
# Zap the older version of the okidata driver
|
||
rm gsj/gdevop4w.*
|
||
|
||
cp gsj/*.[ch] src/
|
||
cp gsj/*.{ps,src} lib/
|
||
%patch5 -p1 -b .gsj
|
||
|
||
# Repair the gsj code
|
||
%patch6 -p1 -b ._ds
|
||
%patch7 -p1 -b .gx_device
|
||
%patch8 -p1 -b .gsj_update
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)ljet4pjl.dev $(DD)lj4dithp.dev $(DD)dj505j.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)picty180.dev $(DD)pr201.dev $(DD)pr150.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)pr1000.dev $(DD)pr1000_4.dev $(DD)jj100.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)bj10v.dev $(DD)bj10vh.dev $(DD)mag16.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)mag256.dev $(DD)mj700v2c.dev $(DD)mj500c.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)mj6000c.dev $(DD)mj8000c.dev $(DD)fmpr.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)fmlbp.dev $(DD)ml600.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lbp310.dev $(DD)lbp320.dev $(DD)lips2p.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)bjc880j.dev $(DD)lips4.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lips4v.dev $(DD)escpage.dev $(DD)lp2000.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)npdl.dev $(DD)md50Mono.dev $(DD)md50Eco.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)md1xMono.dev '
|
||
cat %{SOURCE12} >> src/contrib.mak
|
||
|
||
|
||
# Turn on IBM's Omni print driver interface
|
||
GS_DEVS=$GS_DEVS'$(DD)omni.dev '
|
||
|
||
|
||
# Turn on HP's hpijs print driver interface
|
||
GS_DEVS=$GS_DEVS'$(DD)DJ630.dev $(DD)DJ6xx.dev $(DD)DJ6xxP.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)DJ8xx.dev $(DD)DJ9xx.dev $(DD)DJ9xxVIP.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)AP21xx.dev '
|
||
|
||
|
||
# Add hpdj driver support for some other HP printers
|
||
mkdir hpdj
|
||
tar xzfO %{SOURCE2} hpdj-%{hpdj_ver}/hpdj.tar | tar xf - -C hpdj
|
||
mv hpdj/*.c hpdj/*.h src/
|
||
mv hpdj/*.1 man
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)hpdj.dev '
|
||
cat hpdj/contrib.mak-5.94.add >> src/contrib.mak
|
||
|
||
|
||
# Add support for ALPS printers
|
||
tar xzf %{SOURCE3}
|
||
mv gdevmd2k-%{md2k_ver}/*.[ch] src/
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)md2k.dev $(DD)md5k.dev '
|
||
cat gdevmd2k-%{md2k_ver}/gdevmd2k.mak-5.8x >> src/contrib.mak
|
||
|
||
|
||
# Add *.upp files for Epson 740
|
||
tar xzf %{SOURCE4}
|
||
mv epson740/*.upp lib/
|
||
|
||
|
||
# Add the gimp-print stp driver
|
||
tar xzf %{SOURCE5}
|
||
mv print-%{gimp_ver}/Ghost/*.[ch] src/
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)stp.dev '
|
||
cat print-%{gimp_ver}/Ghost/contrib.mak.addon >> src/contrib.mak
|
||
|
||
|
||
# Add Daniel Gordini's lxm3200 driver
|
||
tar xzf %{SOURCE6}
|
||
mv lxm3200-%{lxm_ver}-src/*.[ch] src/
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)lxm3200.dev '
|
||
echo '
|
||
### ---------------- Lexmark 3200 device ----------------- ###
|
||
lxm3200_=$(GLOBJ)gdevlx32.$(OBJ)
|
||
|
||
$(GLOBJ)gdevlx32.$(OBJ): $(GLSRC)gdevlx32.c $(PDEVH) $(gsparam_h)
|
||
$(GLCC) $(GLO_)gdevlx32.$(OBJ) $(C_) $(GLSRC)gdevlx32.c
|
||
|
||
$(DD)lxm3200.dev: $(lxm3200_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lxm3200 $(lxm3200_)
|
||
|
||
' >> src/contrib.mak
|
||
|
||
|
||
# Add the lx5000 driver
|
||
cp %{SOURCE7} src/
|
||
|
||
GS_DEVS=$GS_DEVS'$(DD)lx5000.dev '
|
||
echo '
|
||
### ----------------- Lexmark 5000 printer ----------------------------- ###
|
||
### Note: this driver was contributed by users. Please contact: ###
|
||
### Peter B. West <pbwest@netscape.net> ###
|
||
### Reported to work with Z51. May work with 5700 & 7000 ###
|
||
### Provides colour and black-only, unidirectional 300/600x600dpi. ###
|
||
|
||
lx5000_=$(GLOBJ)gdevlx50.$(OBJ)
|
||
|
||
$(GLOBJ)gdevlx50.$(OBJ) : $(GLSRC)gdevlx50.c $(PDEVH)
|
||
$(GLCC) $(GLO_)gdevlx50.$(OBJ) $(C_) $(GLSRC)gdevlx50.c
|
||
|
||
$(DD)lx5000.dev: $(lx5000_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lx5000 $(lx5000_)
|
||
|
||
' >> src/contrib.mak
|
||
|
||
|
||
# Add a Henryk Paluch's additional lexmark drivers
|
||
tar xzf %{SOURCE8}
|
||
cp lexmarkgs/gdevlx7.c src/
|
||
|
||
# update the make files
|
||
GS_DEVS=$GS_DEVS'$(DD)lex7000.dev $(DD)lex5700.dev '
|
||
GS_DEVS=$GS_DEVS'$(DD)lex3200.dev $(DD)lex2050.dev '
|
||
echo '
|
||
### ------ Lexmark 2050, 3200, 5700 and 7000 devices ------- ###
|
||
|
||
lex7000_=$(GLOBJ)gdevlx7.$(OBJ)
|
||
|
||
$(GLOBJ)gdevlx7.$(OBJ): $(GLSRC)gdevlx7.c $(PDEVH) $(gsparam_h)
|
||
$(GLCC) $(GLO_)gdevlx7.$(OBJ) $(C_) $(GLSRC)gdevlx7.c
|
||
|
||
$(DD)lex7000.dev: $(lex7000_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lex7000 $(lex7000_)
|
||
|
||
$(DD)lex5700.dev: $(lex7000_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lex5700 $(lex7000_)
|
||
|
||
$(DD)lex3200.dev: $(lex7000_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lex3200 $(lex7000_)
|
||
|
||
$(DD)lex2050.dev: $(lex7000_) $(DD)page.dev
|
||
$(SETPDEV) $(DD)lex2050 $(lex7000_)
|
||
|
||
' >> src/contrib.mak
|
||
|
||
|
||
# Patch to make gcc296 happier
|
||
%patch3 -p1 -b .gcc296
|
||
|
||
# Patch to make ps2espi better/work
|
||
%patch14 -p1 -b .ps2epsi
|
||
|
||
# Set up for a unix os, gcc compiler build, and replace our insertion string
|
||
sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
|
||
|
||
%build
|
||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=/usr
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
mkdir -p $RPM_BUILD_ROOT
|
||
mkdir -p $RPM_BUILD_ROOT/{%{_mandir},%{_bindir},%{_datadir},%{_docdir}}
|
||
make install prefix=$RPM_BUILD_ROOT/usr \
|
||
mandir=$RPM_BUILD_ROOT/%{_mandir} \
|
||
datadir=$RPM_BUILD_ROOT/%{_datadir} \
|
||
bindir=$RPM_BUILD_ROOT/%{_bindir} \
|
||
docdir=$RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
|
||
|
||
ln -sf gs.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/ghostscript.1.gz
|
||
ln -sf gs $RPM_BUILD_ROOT/usr/bin/ghostscript
|
||
|
||
cp -a Resource $RPM_BUILD_ROOT/usr/share/ghostscript/
|
||
|
||
MAIN_PWD=`pwd`
|
||
(cd $RPM_BUILD_ROOT; find ./usr/share/ghostscript/%{version}/{lib,vflib,examples}/* | \
|
||
sed -e 's/\.//;' | grep -v lib/Fontmap* | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist)
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files -f rpm.sharelist
|
||
%defattr(-,root,root)
|
||
/usr/bin/*
|
||
%dir /usr/share/ghostscript
|
||
%dir /usr/share/ghostscript/Resource
|
||
%dir /usr/share/ghostscript/%{version}
|
||
%dir /usr/share/ghostscript/%{version}/lib
|
||
%dir /usr/share/ghostscript/%{version}/vflib
|
||
%dir /usr/share/ghostscript/%{version}/examples
|
||
%config /usr/share/ghostscript/%{version}/lib/gs_init.ps
|
||
%config /usr/share/ghostscript/%{version}/lib/Fontmap*
|
||
/usr/share/ghostscript/Resource/*
|
||
%{_mandir}/*/*
|
||
|
||
%changelog
|
||
* Thu Aug 9 2001 Yukihiro Nakai <ynakai@redhat.com> 6.51-5
|
||
- Add cjk resources
|
||
|
||
* Thu Aug 1 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-4
|
||
- applied drepper@redhat.com's patch for #50300
|
||
- fixed build deps on zlib-devel and libpng-devel, #49853
|
||
- made gs_init.ps a config file; #25096
|
||
- O\^/nZ the daTa directorieZ now; #50693
|
||
|
||
* Tue Jul 24 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-3
|
||
- wired up the Resource dir and the Font and CIDFont maps.
|
||
|
||
* Mon Jul 23 2001 Crutcher Dunnavant <crutcher@redhat.com> 6.51-2
|
||
- luckily, I had a spare chicken. Thanks to some work by Nakai, and one last
|
||
- desperate search through google, everything /seems/ to be working. I know
|
||
- that there are going to be problems in the japanese code, and I need to turn
|
||
- on the cjk font map from adobe, but it /works/ at the moment.
|
||
|
||
* Thu Jun 21 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- upgraded to 6.51, a major version upgrade
|
||
- rewrote spec file, threw out some patches
|
||
- turned on IBM's Omni print drivers interface
|
||
- turned on HP's hpijs print drivers interface
|
||
- turned on every driver that looked usable from linux
|
||
- sacrificed a chicken to integrate the old Japanese drivers
|
||
This didn't work. The japanese patches are turned off, pending review.
|
||
I can do loops with C, but the bugs are in Postscript init files
|
||
|
||
* Wed Apr 11 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- added P. B. West's lx5000 driver
|
||
|
||
* Tue Feb 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- added xtt-fonts requirement (for VFlib)
|
||
|
||
* Fri Feb 9 2001 Adrian Havill <havill@redhat.com>
|
||
- cmpskit removed as a build prereq
|
||
|
||
* Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- merged in some patches that got away:
|
||
- * Fri Sep 1 2000 Mitsuo Hamada <mhamada@redhat.com>
|
||
- add support JIS B size
|
||
- fix the problem of reconverting GNUPLOT output
|
||
|
||
* Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- switched to japanese for everybody
|
||
|
||
* Thu Feb 8 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- tweaked time_.h to test for linux, and include the right
|
||
- header
|
||
|
||
* Wed Feb 7 2001 Crutcher Dunnavnat <crutcher@redhat.com>
|
||
- added the lxm3200 driver
|
||
|
||
* Mon Dec 11 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
||
- merged in the (accendental) branch that contained the mktemp
|
||
- and LD_RUN_PATH bug fixes.
|
||
|
||
* Tue Oct 17 2000 Jeff Johnson <jbj@redhat.com>
|
||
- tetex using xdvi with ghostscript patch (#19212).
|
||
|
||
* Tue Sep 12 2000 Michael Stefaniuc <mstefani@redhat.com>
|
||
- expanded the gcc296 patch to fix a compilation issue with the new stp
|
||
driver
|
||
|
||
* Mon Sep 11 2000 Michael Stefaniuc <mstefani@redhat.com>
|
||
- added the stp driver from the gimp-print project.
|
||
It supports high quality printing especialy with Epson Stylus Photo.
|
||
|
||
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
|
||
- rebuilt against new libpng
|
||
|
||
* Wed Aug 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- Fix up the cdj880 patch (Bug #14978)
|
||
- Fix build with gcc 2.96
|
||
|
||
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
|
||
- turn off japanese support
|
||
|
||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||
- automatic rebuild
|
||
|
||
* Fri Jul 07 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fixed the broken inclusion of files in /usr/doc
|
||
- Build requires freetype-devel
|
||
|
||
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
|
||
- build japanese support in main distribution
|
||
- FHS manpage paths
|
||
|
||
* Sun Mar 26 2000 Chris Ding <cding@redhat.com>
|
||
- enabled bmp16m driver
|
||
|
||
* Thu Mar 23 2000 Matt Wilson <msw@redhat.com>
|
||
- added a boatload of Japanese printers
|
||
|
||
* Thu Mar 16 2000 Matt Wilson <msw@redhat.com>
|
||
- add japanese support, enable_japanese macro
|
||
|
||
* Mon Feb 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- 5.50 at last...
|
||
- hpdj 2.6
|
||
- Added 3rd party drivers:
|
||
- Lexmark 5700 (lxm5700m)
|
||
- Alps MD-* (md2k, md5k)
|
||
- Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000)
|
||
|
||
* Fri Feb 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||
- rebuild to compress man page
|
||
- fix gs.1 symlink
|
||
|
||
* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
|
||
- add stylus 740 uniprint files
|
||
|
||
* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
|
||
- add lq850 dot matrix driver (#6357)
|
||
|
||
* Thu Oct 28 1999 Bill Nottingham <notting@redhat.com>
|
||
- oops, include oki182 driver.
|
||
|
||
* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
|
||
- don't optimize on Alpha. This way it works.
|
||
|
||
* Thu Jul 29 1999 Michael K. Johnson <johnsonm@redhat.com>
|
||
- added hpdj driver
|
||
- changed build to use tar_cat so adding new drivers is sane
|
||
|
||
* Thu Jul 1 1999 Bill Nottingham <notting@redhat.com>
|
||
- add OkiPage 4w+, HP 8xx drivers
|
||
* Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
|
||
- fix typo in config patch.
|
||
|
||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||
- auto rebuild in the new build environment (release 6)
|
||
|
||
* Mon Mar 15 1999 Cristian Gafton <gafton@redhat.com>
|
||
- added patch from rth to fix alignement problems on the alpha.
|
||
|
||
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
||
- Injected new description and group.
|
||
|
||
* Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
|
||
- add uniprint .upp files
|
||
|
||
* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
|
||
- fontpath update.
|
||
|
||
* Wed Dec 23 1998 Preston Brown <pbrown@redhat.com>
|
||
- updates for ghostscript 5.10
|
||
|
||
* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
|
||
- updated to use shared urw-fonts package.
|
||
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
|
||
- turned on truetype (ttf) font support.
|
||
|
||
* Thu Jul 2 1998 Jeff Johnson <jbj@redhat.com>
|
||
- updated to 4.03.
|
||
|
||
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
|
||
- enabled more printer drivers
|
||
- buildroot
|
||
|
||
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
||
- translations modified for de, fr, tr
|
||
|
||
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
|
||
- Made /usr/share/ghostscript/3.33/Fontmap a config file.
|