Author: fernando
Date: Sun Mar 30 05:48:54 2014
New Revision: 12917
Log:
Update to ghostscript-9.14. Thanks Armin K. for fixing to build with system
zlib.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/pst/printing/gs.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Mar 30 04:07:36 2014 (r12916)
+++ trunk/BOOK/general.ent Sun Mar 30 05:48:54 2014 (r12917)
@@ -848,7 +848,7 @@
<!-- Chapter 42 -->
<!ENTITY cups-version "1.7.1">
<!ENTITY cups-filters-version "1.0.49">
-<!ENTITY gs-version "9.10">
+<!ENTITY gs-version "9.14">
<!ENTITY gutenprint-version "5.2.9">
<!-- Chapter 43 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 30 04:07:36
2014 (r12916)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 30 05:48:54
2014 (r12917)
@@ -48,6 +48,11 @@
<para>March 30th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Update to ghostscript-9.14. Thanks Armin K. for
+ fixing to build with system zlib. Fixes
+ <ulink url="&blfs-ticket-root;4867">#4867</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Add patch to BlueZ-5.17. Thanks Armin K. Fixes to
work properly with gnome-bluetooth and_or kde bluedevil.
Fixes <ulink url="&blfs-ticket-root;3759">#3759</ulink>.</para>
Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml Sun Mar 30 04:07:36 2014 (r12916)
+++ trunk/BOOK/pst/printing/gs.xml Sun Mar 30 05:48:54 2014 (r12917)
@@ -7,10 +7,10 @@
<!ENTITY gs-download-http
"http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
<!ENTITY gs-download-ftp " ">
- <!ENTITY gs-md5sum "7179bb1ed4f6f453147e6f7e1f210ce8">
+ <!ENTITY gs-md5sum "75f2e8ab8891d052ade9b64eb4eb5294">
<!ENTITY gs-size "30 MB">
<!ENTITY gs-buildsize
- "127 MB (includes installing libgs.so, add 5 MB if the fonts are installed)">
+ "212 MB (includes installing libgs.so, add 5 MB if the fonts are installed)">
<!ENTITY gs-time
"2.3 SBU (includes building and installing libgs.so)">
@@ -158,8 +158,9 @@
<application>libjpeg</application>, and
<application>libpng</application>:
</para>
-<screen><userinput>rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
-
+<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac
configure &&
+rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
+<!--
<note>
<para>
If you have a multicore computer and try to run make with multiple
@@ -168,7 +169,7 @@
around that problem by simply running make again (eg,
<command>make -j4 || make -j1</command>).
</para>
- </note>
+ </note>-->
<para>Compile <application>Ghostscript</application>:</para>
@@ -233,6 +234,11 @@
<title>Command Explanations</title>
<para>
+ <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
+ Fix to build with system <application>zlib</application>.
+ </para>
+
+ <para>
<command>rm -rf zlib</command>:
<application>zlib</application> was installed as part of LFS.
</para>
@@ -248,7 +254,7 @@
</para>
<para>
- <command>install -v -m644 base/*.h...</command>: Some packages
+ <command>install -v -m644 base/*.h... </command>: Some packages
(<application>ImageMagick</application> is one) need the
<application>Ghostscript</application> interface headers in place to link
to the shared library. These commands install the headers.
@@ -260,7 +266,7 @@
</para>
<para>
- <command>ln -sfv ../ghostscript-&gs-version;/doc ...</command>: This puts
+ <command>ln -sfv ../ghostscript-&gs-version;/doc ... </command>: This
puts
a symbolic link to the documentation where it is expected to be found.
</para>
@@ -280,17 +286,17 @@
<seglistitem>
<seg>
- bdftops, dvipdf, eps2eps, fixmswrd.pl, font2c, gs, gsbj,
- gsc (from soinstall), gsdj, gsdj500, gslj, gslp, gsnd, gsx
- (from soinstall), lprsetup.sh, pdf2dsc, pdf2ps,
- pf2afm, pfbtopfa, printafm, ps2ascii, ps2epsi, ps2pdf, ps2pdf12,
- ps2pdf13, ps2pdf14, ps2pdfwr, ps2ps, ps2ps2, pv.sh, unix-lpr.sh, and
- wftopfa
+ dvipdf, eps2eps, font2c, gs, gsbj, gsc (from soinstall), gsdj,
+ gsdj500, gslj, gslp, gsnd, gsx (from soinstall), lprsetup.sh,
+ pdf2dsc, pdf2ps, pf2afm, pfbtopfa, pphs, printafm, ps2ascii,
+ ps2epsi, ps2pdf, ps2pdf12, ps2pdf13, ps2pdf14, ps2pdfwr,
+ ps2ps, ps2ps2, unix-lpr.sh, and wftopfa
<!-- I don't see bdftops,fixmswrd.pl or pv.sh on my builds [ I don't
have any bdf tools from xorg ] but they are still referenced in
base/unixinst.mak -->
</seg>
- <seg>libgs.so</seg>
+ <seg>libgs.so and
+ /usr/lib/ghostscript/&gs-version;/X11.so</seg>
<seg>
/usr/include/ghostscript,
/usr/lib/ghostscript,
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page