- Undo svn sync.
This commit is contained in:
parent
9a496b5437
commit
7e9deb947d
@ -1,5 +1,5 @@
|
|||||||
--- espgs-8.15.2/lib/gs_ttf.ps.big-cmap-post 2006-06-09 13:37:44.000000000 +0100
|
--- espgs-8.15.2/lib/gs_ttf.ps.big-cmap-post 2005-09-22 22:31:58.000000000 +0100
|
||||||
+++ espgs-8.15.2/lib/gs_ttf.ps 2006-06-09 13:39:13.000000000 +0100
|
+++ espgs-8.15.2/lib/gs_ttf.ps 2006-04-25 16:49:58.000000000 +0100
|
||||||
@@ -261,6 +261,54 @@
|
@@ -261,6 +261,54 @@
|
||||||
} for pop exch pop
|
} for pop exch pop
|
||||||
} bind def
|
} bind def
|
||||||
@ -145,10 +145,10 @@
|
|||||||
(OS/2) 1 index
|
(OS/2) 1 index
|
||||||
- (post) 1 index
|
- (post) 1 index
|
||||||
+ (post) { .readbigtable }
|
+ (post) { .readbigtable }
|
||||||
(vhea) 1 index
|
%(vhea) 1 index
|
||||||
% Big tables
|
systemdict /DEVICE .knownget { (pdfwrite) ne } {true} ifelse {
|
||||||
(glyf) { .readbigtable }
|
(vhea) 1 index % better to be ignored for vertical writing in pdfwrite
|
||||||
@@ -860,10 +908,17 @@
|
@@ -867,10 +915,17 @@
|
||||||
} ifelse
|
} ifelse
|
||||||
% Stack: ... /FontInfo mark key1 value1 ...
|
% Stack: ... /FontInfo mark key1 value1 ...
|
||||||
post null ne {
|
post null ne {
|
||||||
@ -170,7 +170,7 @@
|
|||||||
} if
|
} if
|
||||||
counttomark 0 ne { .dicttomark } { pop pop } ifelse
|
counttomark 0 ne { .dicttomark } { pop pop } ifelse
|
||||||
/XUID [orgXUID 42 curxuid]
|
/XUID [orgXUID 42 curxuid]
|
||||||
@@ -922,22 +977,22 @@
|
@@ -929,22 +984,22 @@
|
||||||
} if
|
} if
|
||||||
tabdict /cmap get % bool [] i PlatID SpecID (cmap)
|
tabdict /cmap get % bool [] i PlatID SpecID (cmap)
|
||||||
dup /cmaptab exch def % temporary
|
dup /cmaptab exch def % temporary
|
||||||
|
@ -14,7 +14,6 @@ Source0: ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/%{?
|
|||||||
Source1: FAPIcidfmap
|
Source1: FAPIcidfmap
|
||||||
Source4: cidfmap
|
Source4: cidfmap
|
||||||
|
|
||||||
Patch0: espgs-svn165.patch
|
|
||||||
Patch1: ghostscript-multilib.patch
|
Patch1: ghostscript-multilib.patch
|
||||||
Patch2: ghostscript-gtk2.patch
|
Patch2: ghostscript-gtk2.patch
|
||||||
Patch3: ghostscript-scripts.patch
|
Patch3: ghostscript-scripts.patch
|
||||||
@ -77,7 +76,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n espgs-%{gs_ver}%{?gs_rc:%gs_rc}
|
%setup -q -n espgs-%{gs_ver}%{?gs_rc:%gs_rc}
|
||||||
%patch0 -p1 -b .svn165
|
|
||||||
|
|
||||||
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
||||||
%patch1 -p1 -b .multilib
|
%patch1 -p1 -b .multilib
|
||||||
@ -86,12 +84,12 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
%patch2 -p1 -b .gtk2
|
%patch2 -p1 -b .gtk2
|
||||||
|
|
||||||
# Fix some shell scripts
|
# Fix some shell scripts
|
||||||
#%patch3 -p1 -b .scripts
|
%patch3 -p1 -b .scripts
|
||||||
|
|
||||||
# Fix sed usage in ps2epsi (bug #89300).
|
# Fix sed usage in ps2epsi (bug #89300).
|
||||||
#%patch4 -p1 -b .ps2epsi
|
%patch4 -p1 -b .ps2epsi
|
||||||
|
|
||||||
#%patch5 -p1 -b .badc
|
%patch5 -p1 -b .badc
|
||||||
|
|
||||||
# Prevent pdf2ps generating "null setpagesize" (bug #126446).
|
# Prevent pdf2ps generating "null setpagesize" (bug #126446).
|
||||||
%patch6 -p1 -b .pagesize
|
%patch6 -p1 -b .pagesize
|
||||||
@ -100,7 +98,7 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
%patch7 -p1 -b .noopt
|
%patch7 -p1 -b .noopt
|
||||||
|
|
||||||
# Use external freetype (bug #161187).
|
# Use external freetype (bug #161187).
|
||||||
#%patch8 -p1 -b .use-external-freetype
|
%patch8 -p1 -b .use-external-freetype
|
||||||
|
|
||||||
# Allow separated font configuration (bug #161187).
|
# Allow separated font configuration (bug #161187).
|
||||||
%patch9 -p1 -b .split-font-configuration
|
%patch9 -p1 -b .split-font-configuration
|
||||||
@ -115,8 +113,6 @@ from8859_1() {
|
|||||||
}
|
}
|
||||||
for i in man/de/*.1; do from8859_1 "$i"; done
|
for i in man/de/*.1; do from8859_1 "$i"; done
|
||||||
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
FONTPATH=
|
FONTPATH=
|
||||||
for path in \
|
for path in \
|
||||||
@ -129,7 +125,7 @@ for path in \
|
|||||||
do
|
do
|
||||||
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
|
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
|
||||||
done
|
done
|
||||||
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" --enable-gtk
|
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH"
|
||||||
|
|
||||||
# Build IJS
|
# Build IJS
|
||||||
cd ijs
|
cd ijs
|
||||||
@ -149,11 +145,6 @@ make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
|
|||||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
mv sobin/gsc sobin/gsx
|
|
||||||
%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" --disable-gtk
|
|
||||||
make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS" prefix=%{_prefix} \
|
|
||||||
FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT
|
mkdir -p $RPM_BUILD_ROOT
|
||||||
@ -175,8 +166,6 @@ make install soinstall \
|
|||||||
CUPSCONFIG=$RPM_BUILD_ROOT`cups-config --serverroot` \
|
CUPSCONFIG=$RPM_BUILD_ROOT`cups-config --serverroot` \
|
||||||
CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
|
CUPSDATA=$RPM_BUILD_ROOT`cups-config --datadir`
|
||||||
|
|
||||||
install -m0755 sobin/gsx $RPM_BUILD_ROOT%{_bindir}/gsx
|
|
||||||
|
|
||||||
mv -f $RPM_BUILD_ROOT%{_bindir}/gsc $RPM_BUILD_ROOT%{_bindir}/gs
|
mv -f $RPM_BUILD_ROOT%{_bindir}/gsc $RPM_BUILD_ROOT%{_bindir}/gs
|
||||||
|
|
||||||
cd ijs
|
cd ijs
|
||||||
@ -271,6 +260,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libijs.*a
|
%{_libdir}/libijs.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Undo svn sync.
|
||||||
|
|
||||||
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
|
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-5
|
||||||
- Sync to svn165.
|
- Sync to svn165.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user